Lines Matching refs:vmcs_read
75 vmcs_read(uint32_t encoding) in vmcs_read() function
95 #define vmexit_instruction_length() vmcs_read(VMCS_EXIT_INSTRUCTION_LENGTH)
96 #define vmcs_guest_rip() vmcs_read(VMCS_GUEST_RIP)
97 #define vmcs_instruction_error() vmcs_read(VMCS_INSTRUCTION_ERROR)
98 #define vmcs_exit_reason() (vmcs_read(VMCS_EXIT_REASON) & 0xffff)
99 #define vmcs_exit_qualification() vmcs_read(VMCS_EXIT_QUALIFICATION)
100 #define vmcs_guest_cr3() vmcs_read(VMCS_GUEST_CR3)
101 #define vmcs_gpa() vmcs_read(VMCS_GUEST_PHYSICAL_ADDRESS)
102 #define vmcs_gla() vmcs_read(VMCS_GUEST_LINEAR_ADDRESS)
103 #define vmcs_idt_vectoring_info() vmcs_read(VMCS_IDT_VECTORING_INFO)
104 #define vmcs_idt_vectoring_err() vmcs_read(VMCS_IDT_VECTORING_ERROR)