Home
last modified time | relevance | path

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

/NextBSD/sys/amd64/vmm/intel/
HDvmx.c1160 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_nmi()
1190 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1196 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_inject_interrupts()
1238 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1310 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1384 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_restore_nmi_blocking()
1386 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_restore_nmi_blocking()
1395 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_clear_nmi_blocking()
1397 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_clear_nmi_blocking()
1405 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_assert_nmi_blocking()
[all …]
HDvmcs.h214 #define VMCS_GUEST_INTERRUPTIBILITY 0x00004824 macro
/NextBSD/usr.sbin/bhyvectl/
HDbhyvectl.c1145 VMCS_GUEST_INTERRUPTIBILITY, &u64); in get_misc_vmcs()