/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/ |
H A D | svm_nested_shutdown_test.c | 20 static void l1_guest_code(struct svm_test_data *svm, struct idt_entry *idt) in l1_guest_code() function 50 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
H A D | svm_vmcall_test.c | 20 static void l1_guest_code(struct svm_test_data *svm) in l1_guest_code() function 44 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
H A D | vmx_close_while_nested_test.c | 32 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code() function 56 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
H A D | vmx_invalid_nested_guest_state.c | 26 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code() function 63 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
H A D | svm_int_ctl_test.c | 58 static void l1_guest_code(struct svm_test_data *svm) in l1_guest_code() function 94 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
H A D | vmx_apic_access_test.c | 37 static void l1_guest_code(struct vmx_pages *vmx_pages, unsigned long high_gpa) in l1_guest_code() function 85 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
H A D | vmx_dirty_log_test.c | 48 void l1_guest_code(struct vmx_pages *vmx) in l1_guest_code() function 83 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
H A D | vmx_tsc_adjust_test.c | 75 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code() function 127 vm = vm_create_with_one_vcpu(&vcpu, (void *) l1_guest_code); in main()
|
H A D | svm_nested_soft_inject_test.c | 79 static void l1_guest_code(struct svm_test_data *svm, uint64_t is_nmi, uint64_t idt_alt) in l1_guest_code() function 153 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in run_test()
|
H A D | vmx_nested_tsc_scaling_test.c | 82 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code() function 156 * referenced by both main() and l1_guest_code() and using a global in main() 171 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
H A D | vmx_preemption_timer_test.c | 68 void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code() function 149 l1_guest_code(vmx_pages); in guest_code()
|
H A D | nested_exceptions_test.c | 159 static void __attribute__((__flatten__)) l1_guest_code(void *test_data) in l1_guest_code() function 227 vm = vm_create_with_one_vcpu(&vcpu, l1_guest_code); in main()
|
/kernel/linux/linux-5.10/tools/testing/selftests/kvm/x86_64/ |
H A D | svm_vmcall_test.c | 24 static void l1_guest_code(struct svm_test_data *svm) in l1_guest_code() function 46 vm = vm_create_default(VCPU_ID, 0, (void *) l1_guest_code); in main()
|
H A D | vmx_close_while_nested_test.c | 37 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code() function 59 vm = vm_create_default(VCPU_ID, 0, (void *) l1_guest_code); in main()
|
H A D | evmcs_test.c | 32 void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code() function 72 l1_guest_code(vmx_pages); in guest_code()
|
H A D | vmx_tsc_adjust_test.c | 83 static void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code() function 134 vm = vm_create_default(VCPU_ID, 0, (void *) l1_guest_code); in main()
|
H A D | vmx_apic_access_test.c | 42 static void l1_guest_code(struct vmx_pages *vmx_pages, unsigned long high_gpa) in l1_guest_code() function 89 vm = vm_create_default(VCPU_ID, 0, (void *) l1_guest_code); in main()
|
H A D | vmx_dirty_log_test.c | 50 void l1_guest_code(struct vmx_pages *vmx) in l1_guest_code() function 84 vm = vm_create_default(VCPU_ID, 0, l1_guest_code); in main()
|
H A D | vmx_preemption_timer_test.c | 69 void l1_guest_code(struct vmx_pages *vmx_pages) in l1_guest_code() function 150 l1_guest_code(vmx_pages); in guest_code()
|