Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/vmm/intel/
H A Dvmx.c1298 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_nmi()
1328 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1334 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_inject_interrupts()
1376 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1448 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_inject_interrupts()
1522 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_restore_nmi_blocking()
1524 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_restore_nmi_blocking()
1533 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_clear_nmi_blocking()
1535 vmcs_write(VMCS_GUEST_INTERRUPTIBILITY, gi); in vmx_clear_nmi_blocking()
1543 gi = vmcs_read(VMCS_GUEST_INTERRUPTIBILITY); in vmx_assert_nmi_blocking()
[all …]
H A Dvmcs.h216 #define VMCS_GUEST_INTERRUPTIBILITY 0x00004824 macro
/freebsd-12.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c1210 VMCS_GUEST_INTERRUPTIBILITY, &u64); in get_misc_vmcs()