Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.h273 #define VMCS_GUEST_RFLAGS 0x00006820 macro
H A Dvmcs.c98 return (VMCS_GUEST_RFLAGS); in vmcs_field_encoding()
H A Dvmx.c1537 rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_inject_interrupts()
2521 vmexit->u.hlt.rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_exit_process()
2597 vis->rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_exit_process()