Home
last modified time | relevance | path

Searched defs:vmx_pages (Results 1 – 10 of 10) sorted by relevance

/openbmc/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h500 struct vmx_pages { struct
501 void *vmxon_hva;
503 void *vmxon;
505 void *vmcs_hva;
507 void *vmcs;
509 void *msr_hva;
511 void *msr;
519 void *vmread;
523 void *vmwrite;
525 void *eptp_hva;
[all …]
/openbmc/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_preemption_timer_test.c68 void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()
146 void guest_code(struct vmx_pages *vmx_pages) in guest_code()
H A Dvmx_close_while_nested_test.c32 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()
H A Dvmx_invalid_nested_guest_state.c26 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()
H A Dvmx_apic_access_test.c37 static void l1_guest_code(struct vmx_pages *vmx_pages, unsigned long high_gpa) in l1_guest_code()
H A Dvmx_tsc_adjust_test.c75 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()
H A Dstate_test.c76 static void vmx_l1_guest_code(struct vmx_pages *vmx_pages) in vmx_l1_guest_code()
H A Dhyperv_evmcs.c79 void guest_code(struct vmx_pages *vmx_pages, struct hyperv_test_pages *hv_pages, in guest_code()
H A Dsmm_test.c73 struct vmx_pages *vmx_pages = arg; in guest_code() local
H A Dvmx_nested_tsc_scaling_test.c82 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()