xref: /illumos-gate/usr/src/lib/libvmm/mapfile-vers (revision 9c3024a3)
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 2018 Joyent, Inc.
14#
15
16#
17# MAPFILE HEADER START
18#
19# WARNING:  STOP NOW.  DO NOT MODIFY THIS FILE.
20# Object versioning must comply with the rules detailed in
21#
22#	usr/src/lib/README.mapfiles
23#
24# You should not be making modifications here until you've read the most current
25# copy of that file. If you need help, contact a gatekeeper for guidance.
26#
27# MAPFILE HEADER END
28#
29
30$mapfile_version 2
31
32SYMBOL_VERSION ILLUMOSprivate {
33	global:
34		vmm_open_vm;
35		vmm_close_vm;
36		vmm_map;
37		vmm_unmap;
38		vmm_pread;
39		vmm_pwrite;
40		vmm_ncpu;
41		vmm_memsize;
42		vmm_cont;
43		vmm_step;
44		vmm_stop;
45		vmm_setreg;
46		vmm_getreg;
47		vmm_set_regset;
48		vmm_get_regset;
49		vmm_set_desc;
50		vmm_get_desc;
51		vmm_vcpu_isa;
52		vmm_vcpu_mode;
53		vmm_vtol;
54		vmm_vtop;
55		vmm_vread;
56		vmm_vwrite;
57
58	local:
59		*;
60};
61