1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2013 Pluribus Networks Inc.
14 # Copyright 2020 Joyent, Inc.
15 # Copyright 2020 Oxide Computer Company
16 # Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
17 #
18
19 #
20 # MAPFILE HEADER START
21 #
22 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
23 # Object versioning must comply with the rules detailed in
24 #
25 # usr/src/lib/README.mapfiles
26 #
27 # You should not be making modifications here until you've read the most current
28 # copy of that file. If you need help, contact a gatekeeper for guidance.
29 #
30 # MAPFILE HEADER END
31 #
32
33 $mapfile_version 2
34
35 SYMBOL_VERSION ILLUMOSprivate {
36 global:
37 vcpu_reset;
38 vm_activate_cpu;
39 vm_active_cpus;
40 vm_apicid2vcpu;
41 vm_arc_resv;
42 vm_assign_pptdev;
43 vm_capability_name2type;
44 vm_capability_type2name;
45 vm_close;
46 vm_copy_setup;
47 vm_copy_teardown;
48 vm_copyin;
49 vm_copyout;
50 vm_create;
51 vm_create_devmem;
52 vm_debug_cpus;
53 vm_destroy;
54 vm_disable_pptdev_msix;
55 vm_get_capability;
56 vm_get_desc;
57 vm_get_device_fd;
58 vm_get_devmem_offset;
59 vm_get_gpa_pmap;
60 vm_get_highmem_size;
61 vm_get_hpet_capabilities;
|
1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2013 Pluribus Networks Inc.
14 # Copyright 2019 Joyent, Inc.
15 # Copyright 2020 Oxide Computer Company
16 # Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
17 #
18
19 #
20 # MAPFILE HEADER START
21 #
22 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
23 # Object versioning must comply with the rules detailed in
24 #
25 # usr/src/lib/README.mapfiles
26 #
27 # You should not be making modifications here until you've read the most current
28 # copy of that file. If you need help, contact a gatekeeper for guidance.
29 #
30 # MAPFILE HEADER END
31 #
32
33 $mapfile_version 2
34
35 SYMBOL_VERSION ILLUMOSprivate {
36 global:
37 vcpu_reset;
38 vm_activate_cpu;
39 vm_active_cpus;
40 vm_apicid2vcpu;
41 vm_assign_pptdev;
42 vm_capability_name2type;
43 vm_capability_type2name;
44 vm_close;
45 vm_copy_setup;
46 vm_copy_teardown;
47 vm_copyin;
48 vm_copyout;
49 vm_create;
50 vm_create_devmem;
51 vm_debug_cpus;
52 vm_destroy;
53 vm_disable_pptdev_msix;
54 vm_get_capability;
55 vm_get_desc;
56 vm_get_device_fd;
57 vm_get_devmem_offset;
58 vm_get_gpa_pmap;
59 vm_get_highmem_size;
60 vm_get_hpet_capabilities;
|