Home
last modified time | relevance | path

Searched refs:vmmcall (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_svm_test.c39 vmmcall(); in l2_guest_code()
45 vmmcall(); in l2_guest_code()
66 vmmcall(); in l2_guest_code()
H A Dsvm_nested_soft_inject_test.c44 * Same as the vmmcall() function, but with a ud2 sneaked after the in l2_guest_code_int()
45 * vmmcall. The caller injects an exception with the return address in l2_guest_code_int()
47 * use vmmcall() directly. in l2_guest_code_int()
49 __asm__ __volatile__("push %%rbp; vmmcall; ud2; pop %%rbp" in l2_guest_code_int()
66 vmmcall(); in guest_nmi_handler()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm_util.h35 static inline void vmmcall(void) in vmmcall() function
43 __asm__ __volatile__("push %%rbp; vmmcall; pop %%rbp" in vmmcall()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Demulate.c4462 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall),
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Demulate.c4037 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall),

Completed in 19 milliseconds