Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/vmm/intel/
H A Dvmcs.h260 #define VMCS_GUEST_RFLAGS 0x00006820 macro
H A Dvmcs.c96 return (VMCS_GUEST_RFLAGS); in vmcs_field_encoding()
H A Dvmx.c1441 rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_inject_interrupts()
2421 vmexit->u.hlt.rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_exit_process()
2497 vis->rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_exit_process()