Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c1394 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_nmi()
1424 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1430 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_inject_interrupts()
1472 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1544 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1618 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_restore_nmi_blocking()
1620 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_restore_nmi_blocking()
1629 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_clear_nmi_blocking()
1631 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_clear_nmi_blocking()
1639 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_assert_nmi_blocking()
[all …]
H A Dvmcs.h229 #define VMCS_GUEST_INTERRUPTIBILITY 0x00004824 macro