Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmx.c1431 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_nmi()
1465 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1471 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_inject_interrupts()
1513 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1585 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1659 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_restore_nmi_blocking()
1661 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_restore_nmi_blocking()
1670 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_clear_nmi_blocking()
1672 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_clear_nmi_blocking()
1680 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_assert_nmi_blocking()
[all …]
H A Dvmcs.h227 #define VMCS_GUEST_INTERRUPTIBILITY 0x00004824 macro
/freebsd-14.2/usr.sbin/bhyvectl/
H A Dbhyvectl.c1025 VMCS_GUEST_INTERRUPTIBILITY, &u64); in get_misc_vmcs()