Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmcs.h271 #define VMCS_GUEST_RFLAGS 0x00006820 macro
H A Dvmcs.c94 return (VMCS_GUEST_RFLAGS); in vmcs_field_encoding()
H A Dvmx.c1578 rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_inject_interrupts()
2570 vmexit->u.hlt.rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_exit_process()
2646 vis->rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_exit_process()