Home
last modified time | relevance | path

Searched refs:HYPERVISOR_set_trap_table (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/sys/
H A Dhypervisor.h206 extern long HYPERVISOR_set_trap_table(trap_info_t *);
/illumos-gate/usr/src/uts/common/xen/os/
H A Dhypercall.c53 HYPERVISOR_set_trap_table(trap_info_t *table) in HYPERVISOR_set_trap_table() function
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1026 if ((err = HYPERVISOR_set_trap_table(table)) != 0) { in xen_set_trap_table()