Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/intel/
H A Dvmx.c1442 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_nmi()
1476 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1482 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_inject_interrupts()
1524 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1596 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1670 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_restore_nmi_blocking()
1672 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_restore_nmi_blocking()
1681 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_clear_nmi_blocking()
1683 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_clear_nmi_blocking()
1691 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_assert_nmi_blocking()
[all …]
H A Dvmcs.h227 #define VMCS_GUEST_INTERRUPTIBILITY 0x00004824 macro