Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/include/x86_64/
H A Dvmx.h500 struct vmx_pages { struct
501 void *vmxon_hva;
502 uint64_t vmxon_gpa;
503 void *vmxon;
505 void *vmcs_hva;
506 uint64_t vmcs_gpa;
507 void *vmcs;
509 void *msr_hva;
510 uint64_t msr_gpa;
511 void *msr;
[all …]
/linux/tools/testing/selftests/kvm/x86_64/
H A Dvmx_preemption_timer_test.c67 void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()
145 void guest_code(struct vmx_pages *vmx_pages) in 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_close_while_nested_test.c32 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.c75 static void vmx_l1_guest_code(struct vmx_pages *vmx_pages) in vmx_l1_guest_code()
H A Dhyperv_evmcs.c78 void guest_code(struct vmx_pages *vmx_pages, struct hyperv_test_pages *hv_pages, in guest_code()
H A Dsmm_test.c72 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()