Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/amd64/vmm/intel/
Dvmcs.h260 #define VMCS_GUEST_RFLAGS 0x00006820 macro
Dvmcs.c96 return (VMCS_GUEST_RFLAGS); in vmcs_field_encoding()
Dvmx.c1547 rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_inject_interrupts()
2527 vmexit->u.hlt.rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_exit_process()
2603 vis->rflags = vmcs_read(VMCS_GUEST_RFLAGS); in vmx_exit_process()