Searched refs:VMX_GUEST_RFLAGS (Results 1 – 4 of 4) sorted by relevance
200 #define VMX_GUEST_RFLAGS 0x00006820U macro
373 VMX_GUEST_RFLAGS,537 uint64_t rflags = exec_vmread(VMX_GUEST_RFLAGS); in nested_vmx_result()555 exec_vmwrite(VMX_GUEST_RFLAGS, rflags); in nested_vmx_result()
123 ctx->rflags = exec_vmread(VMX_GUEST_RFLAGS); in vcpu_get_rflags()673 exec_vmwrite(VMX_GUEST_RFLAGS, ctx->rflags); in write_cached_registers()
384 ret = VMX_GUEST_RFLAGS; in get_vmcs_field()
Completed in 13 milliseconds