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_copy_setup; 44 vm_copy_teardown; 45 vm_copyin; 46 vm_copyout; 47 vm_create_devmem; 48 vm_create; 49 vm_create_devmem; 50 vm_debug_cpus; 51 vm_destroy; 52 vm_destroy; 53 vm_get_capability; 54 vm_get_desc; 55 vm_get_device_fd; 56 vm_get_gpa_pmap; 57 vm_get_hpet_capabilities; 58 vm_get_highmem_size; 59 vm_get_intinfo; 60 vm_get_lowmem_limit; 61 vm_get_lowmem_size; 62 vm_get_memflags; 63 vm_get_memseg; 64 vm_get_register; 65 vm_get_register_set; 66 vm_get_seg_desc; 67 vm_get_stat_desc; 68 vm_get_stats; 69 vm_get_topology; 70 vm_get_x2apic_state; 71 vm_gla2gpa; 72 vm_gla2gpa_nofault; 73 vm_inject_exception; 74 vm_inject_nmi; 75 vm_isa_assert_irq; 76 vm_isa_deassert_irq; 77 vm_isa_pulse_irq; 78 vm_isa_set_irq_trigger; 79 vm_ioapic_assert_irq; 80 vm_ioapic_deassert_irq; 81 vm_ioapic_pincount; 82 vm_ioapic_pulse_irq; 83 vm_isa_assert_irq; 84 vm_isa_deassert_irq; 85 vm_isa_pulse_irq; 86 vm_isa_set_irq_trigger; 87 vm_lapic_irq; 88 vm_lapic_local_irq; 89 vm_lapic_msi; 90 vm_map_gpa; 91 vm_map_pptdev_mmio; 92 vm_mmap_getnext; 93 vm_mmap_memseg; 94 vm_open; 95 vm_parse_memsize; 96 vm_reinit; 97 vm_restart_instruction; 98 vm_rtc_gettime; 99 vm_rtc_read; 100 vm_rtc_settime; 101 vm_rtc_write; 102 vm_run; 103 vm_set_capability; 104 vm_set_desc; 105 vm_set_intinfo; 106 vm_set_memflags; 107 vm_set_register; 108 vm_set_register_set; 109 vm_set_topology; 110 vm_set_x2apic_state; 111 vm_setup_memory; 112 vm_setup_pptdev_msi; 113 vm_setup_pptdev_msix; 114 vm_suspend; 115 vm_suspend_cpu; 116 vm_suspended_cpus; 117 vm_resume_cpu; 118 vm_unassign_pptdev; 119 vm_wrlock_cycle; 120 121 local: 122 *; 123}; 124