Home
last modified time | relevance | path

Searched refs:l2_guest_stack (Results 1 – 18 of 18) sorted by relevance

/linux/tools/testing/selftests/kvm/x86_64/
H A Dtriple_fault_event_test.c
H A Dnested_exceptions_test.c
H A Dsmm_test.c
H A Dvmx_close_while_nested_test.c
H A Dsvm_nested_shutdown_test.c
H A Dsvm_vmcall_test.c
H A Dvmx_invalid_nested_guest_state.c
H A Dsvm_int_ctl_test.c
H A Dvmx_apic_access_test.c
H A Dvmx_tsc_adjust_test.c
H A Dvmx_dirty_log_test.c
H A Dvmx_nested_tsc_scaling_test.c
H A Dsvm_nested_soft_inject_test.c
H A Dvmx_preemption_timer_test.c
H A Dhyperv_svm_test.c
H A Dhyperv_evmcs.c
/linux/tools/testing/selftests/kvm/x86/
H A Dnested_exceptions_test.c94 unsigned long l2_guest_stack[L2_GUEST_STACK_SIZE]; in l1_svm_code() local
96 generic_svm_setup(svm, NULL, &l2_guest_stack[L2_GUEST_STACK_SIZE]); in l1_svm_code()
131 unsigned long l2_guest_stack[L2_GUEST_STACK_SIZE]; in l1_vmx_code() local
137 prepare_vmcs(vmx, NULL, &l2_guest_stack[L2_GUEST_STACK_SIZE]); in l1_vmx_code()
/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dmemstress.c