xref: /illumos-gate/usr/src/lib/libvmmapi/common/mapfile-vers (revision d15d17d4231f87f1571fa6d585377206f360f667)
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#
16
17#
18# MAPFILE HEADER START
19#
20# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
21# Object versioning must comply with the rules detailed in
22#
23#	usr/src/lib/README.mapfiles
24#
25# You should not be making modifications here until you've read the most current
26# copy of that file. If you need help, contact a gatekeeper for guidance.
27#
28# MAPFILE HEADER END
29#
30
31$mapfile_version 2
32
33SYMBOL_VERSION ILLUMOSprivate {
34	global:
35		vcpu_reset;
36		vm_active_cpus;
37		vm_activate_cpu;
38		vm_active_cpus;
39		vm_apicid2vcpu;
40		vm_assign_pptdev;
41		vm_capability_name2type;
42		vm_capability_type2name;
43		vm_close;
44		vm_copy_setup;
45		vm_copy_teardown;
46		vm_copyin;
47		vm_copyout;
48		vm_create_devmem;
49		vm_create;
50		vm_create_devmem;
51		vm_debug_cpus;
52		vm_destroy;
53		vm_destroy;
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_hpet_capabilities;
60		vm_get_highmem_size;
61		vm_get_intinfo;
62		vm_get_lowmem_limit;
63		vm_get_lowmem_size;
64		vm_get_memflags;
65		vm_get_memseg;
66		vm_get_pptdev_limits;
67		vm_get_register;
68		vm_get_register_set;
69		vm_get_seg_desc;
70		vm_get_stat_desc;
71		vm_get_stats;
72		vm_get_topology;
73		vm_get_x2apic_state;
74		vm_gla2gpa;
75		vm_gla2gpa_nofault;
76		vm_inject_exception;
77		vm_inject_nmi;
78		vm_isa_assert_irq;
79		vm_isa_deassert_irq;
80		vm_isa_pulse_irq;
81		vm_isa_set_irq_trigger;
82		vm_ioapic_assert_irq;
83		vm_ioapic_deassert_irq;
84		vm_ioapic_pincount;
85		vm_ioapic_pulse_irq;
86		vm_isa_assert_irq;
87		vm_isa_deassert_irq;
88		vm_isa_pulse_irq;
89		vm_isa_set_irq_trigger;
90		vm_lapic_irq;
91		vm_lapic_local_irq;
92		vm_lapic_msi;
93		vm_map_gpa;
94		vm_map_pptdev_mmio;
95		vm_mmap_getnext;
96		vm_mmap_memseg;
97		vm_open;
98		vm_parse_memsize;
99		vm_reinit;
100		vm_restart_instruction;
101		vm_rtc_gettime;
102		vm_rtc_read;
103		vm_rtc_settime;
104		vm_rtc_write;
105		vm_run;
106		vm_set_capability;
107		vm_set_desc;
108		vm_set_intinfo;
109		vm_set_memflags;
110		vm_set_register;
111		vm_set_register_set;
112		vm_set_topology;
113		vm_set_x2apic_state;
114		vm_setup_memory;
115		vm_setup_pptdev_msi;
116		vm_setup_pptdev_msix;
117		vm_suspend;
118		vm_suspend_cpu;
119		vm_suspended_cpus;
120		vm_resume_cpu;
121		vm_unassign_pptdev;
122		vm_wrlock_cycle;
123
124	local:
125		*;
126};
127