blob: be0a0554900be07652bf7b6c8fc750a8cf7d0ddc (
plain)
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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
|
#
# This file and its contents are supplied under the terms of the
# Common Development and Distribution License ("CDDL"), version 1.0.
# You may only use this file in accordance with the terms of version
# 1.0 of the CDDL.
#
# A full copy of the text of the CDDL should have accompanied this
# source. A copy of the CDDL is also available via the Internet at
# http://www.illumos.org/license/CDDL.
#
#
# Copyright 2013 Pluribus Networks Inc.
# Copyright 2019 Joyent, Inc.
# Copyright 2020 Oxide Computer Company
#
#
# MAPFILE HEADER START
#
# WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
# Object versioning must comply with the rules detailed in
#
# usr/src/lib/README.mapfiles
#
# You should not be making modifications here until you've read the most current
# copy of that file. If you need help, contact a gatekeeper for guidance.
#
# MAPFILE HEADER END
#
$mapfile_version 2
SYMBOL_VERSION ILLUMOSprivate {
global:
vcpu_reset;
vm_activate_cpu;
vm_active_cpus;
vm_apicid2vcpu;
vm_assign_pptdev;
vm_capability_name2type;
vm_capability_type2name;
vm_close;
vm_copy_setup;
vm_copy_teardown;
vm_copyin;
vm_copyout;
vm_create;
vm_create_devmem;
vm_debug_cpus;
vm_destroy;
vm_disable_pptdev_msix;
vm_get_capability;
vm_get_desc;
vm_get_device_fd;
vm_get_devmem_offset;
vm_get_gpa_pmap;
vm_get_highmem_size;
vm_get_hpet_capabilities;
vm_get_intinfo;
vm_get_lowmem_limit;
vm_get_lowmem_size;
vm_get_memflags;
vm_get_memseg;
vm_get_pptdev_limits;
vm_get_register;
vm_get_register_set;
vm_get_seg_desc;
vm_get_stat_desc;
vm_get_stats;
vm_get_topology;
vm_get_x2apic_state;
vm_gla2gpa;
vm_gla2gpa_nofault;
vm_inject_exception;
vm_inject_fault;
vm_inject_nmi;
vm_ioapic_assert_irq;
vm_ioapic_deassert_irq;
vm_ioapic_pincount;
vm_ioapic_pulse_irq;
vm_isa_assert_irq;
vm_isa_deassert_irq;
vm_isa_pulse_irq;
vm_isa_set_irq_trigger;
vm_lapic_irq;
vm_lapic_local_irq;
vm_lapic_msi;
vm_map_gpa;
vm_map_pptdev_mmio;
vm_mmap_getnext;
vm_mmap_memseg;
vm_open;
vm_parse_memsize;
vm_pmtmr_set_location;
vm_reinit;
vm_restart_instruction;
vm_resume_cpu;
vm_rtc_gettime;
vm_rtc_read;
vm_rtc_settime;
vm_rtc_write;
vm_run;
vm_set_capability;
vm_set_desc;
vm_set_intinfo;
vm_set_memflags;
vm_set_register;
vm_set_register_set;
vm_set_topology;
vm_set_x2apic_state;
vm_setup_memory;
vm_setup_pptdev_msi;
vm_setup_pptdev_msix;
vm_suspend;
vm_suspend_cpu;
vm_suspended_cpus;
vm_unassign_pptdev;
vm_wrlock_cycle;
vm_get_run_state;
vm_set_run_state;
local:
*;
};
|