-
Notifications
You must be signed in to change notification settings - Fork 16
/
symver.map
105 lines (86 loc) · 1.63 KB
/
symver.map
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
LIBCXL_1 {
global:
cxl_adapter_next;
cxl_adapter_dev_name;
cxl_adapter_free;
cxl_adapter_afu_next;
cxl_afu_next;
cxl_afu_dev_name;
cxl_afu_open_dev;
cxl_afu_open_h;
cxl_afu_fd_to_h;
cxl_afu_free;
cxl_afu_opened;
cxl_afu_attach_full;
cxl_afu_attach;
cxl_afu_get_process_element;
cxl_afu_fd;
cxl_afu_sysfs_pci;
cxl_get_api_version;
cxl_get_api_version_compatible;
cxl_get_irqs_max;
cxl_set_irqs_max;
cxl_get_irqs_min;
cxl_get_mmio_size;
cxl_get_mode;
cxl_set_mode;
cxl_get_modes_supported;
cxl_get_prefault_mode;
cxl_set_prefault_mode;
cxl_get_pp_mmio_len;
cxl_get_pp_mmio_off;
cxl_get_base_image;
cxl_get_caia_version;
cxl_get_image_loaded;
cxl_get_psl_revision;
cxl_read_event;
cxl_read_expected_event;
cxl_fprint_event;
cxl_fprint_unknown_event;
cxl_mmio_map;
cxl_mmio_unmap;
cxl_mmio_ptr;
cxl_mmio_write64;
cxl_mmio_read64;
cxl_mmio_write32;
cxl_mmio_read32;
cxl_mmio_install_sigbus_handler;
cxl_errinfo_size;
cxl_errinfo_read;
local:
*;
};
LIBCXL_1.1 {
global:
cxl_get_cr_class;
cxl_get_cr_device;
cxl_get_cr_vendor;
} LIBCXL_1;
LIBCXL_1.2 {
global:
cxl_afu_attach_work;
cxl_work_alloc;
cxl_work_free;
cxl_work_get_amr;
cxl_work_get_num_irqs;
cxl_work_get_wed;
cxl_work_set_amr;
cxl_work_set_num_irqs;
cxl_work_set_wed;
cxl_event_pending;
} LIBCXL_1.1;
LIBCXL_1.4 {
global:
cxl_get_psl_timebase_synced;
} LIBCXL_1.2;
LIBCXL_1.6 {
global:
cxl_afu_host_thread_wait;
cxl_work_disable_wait;
cxl_work_enable_wait;
cxl_work_get_tid;
} LIBCXL_1.4;
LIBCXL_1.7 {
global:
cxl_get_tunneled_ops_supported;
} LIBCXL_1.6;