diff options
Diffstat (limited to 'usr/src/lib/libvmmapi/common/mapfile-vers')
-rw-r--r-- | usr/src/lib/libvmmapi/common/mapfile-vers | 125 |
1 files changed, 125 insertions, 0 deletions
diff --git a/usr/src/lib/libvmmapi/common/mapfile-vers b/usr/src/lib/libvmmapi/common/mapfile-vers new file mode 100644 index 0000000000..cecf22dd4c --- /dev/null +++ b/usr/src/lib/libvmmapi/common/mapfile-vers @@ -0,0 +1,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 2018 Joyent, Inc. +# + +# +# 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_active_cpus; + 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_devmem; + vm_create; + vm_create_devmem; + vm_debug_cpus; + vm_destroy; + vm_destroy; + vm_get_capability; + vm_get_desc; + vm_get_device_fd; + vm_get_devmem_offset; + vm_get_gpa_pmap; + vm_get_hpet_capabilities; + vm_get_highmem_size; + 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_nmi; + vm_isa_assert_irq; + vm_isa_deassert_irq; + vm_isa_pulse_irq; + vm_isa_set_irq_trigger; + 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_reinit; + vm_restart_instruction; + 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_resume_cpu; + vm_unassign_pptdev; + + local: + *; +}; |