Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/kvm/include/x86_64/
Dvmx.h540 struct vmx_pages { struct
541 void *vmxon_hva;
542 uint64_t vmxon_gpa;
543 void *vmxon;
545 void *vmcs_hva;
546 uint64_t vmcs_gpa;
547 void *vmcs;
549 void *msr_hva;
550 uint64_t msr_gpa;
551 void *msr;
[all …]
/Linux-v5.10/tools/testing/selftests/kvm/x86_64/
Devmcs_test.c32 void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()
66 void guest_code(struct vmx_pages *vmx_pages) in guest_code()
Dvmx_preemption_timer_test.c69 void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()
147 void guest_code(struct vmx_pages *vmx_pages) in guest_code()
Dvmx_close_while_nested_test.c37 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()
Dvmx_apic_access_test.c42 static void l1_guest_code(struct vmx_pages *vmx_pages, unsigned long high_gpa) in l1_guest_code()
Dstate_test.c77 static void vmx_l1_guest_code(struct vmx_pages *vmx_pages) in vmx_l1_guest_code()
Dvmx_tsc_adjust_test.c83 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code()