Searched refs:vmmcall (Results 1 - 5 of 5) sorted by last modified time

/linux-master/arch/x86/kvm/
H A Demulate.c4033 II(SrcNone | Prot | EmulateOnUD, em_hypercall, vmmcall),
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dsvm_nested_soft_inject_test.c44 * Same as the vmmcall() function, but with a ud2 sneaked after the
45 * vmmcall. The caller injects an exception with the return address
47 * use vmmcall() directly.
49 __asm__ __volatile__("push %%rbp; vmmcall; ud2; pop %%rbp"
66 vmmcall();
H A Dhyperv_svm_test.c39 vmmcall();
45 vmmcall();
66 vmmcall();
/linux-master/tools/testing/selftests/kvm/include/x86_64/
H A Dsvm_util.h35 static inline void vmmcall(void) function
43 __asm__ __volatile__("push %%rbp; vmmcall; pop %%rbp"
/linux-master/arch/x86/boot/compressed/
H A Dmem_encrypt.S71 rep; vmmcall # VMGEXIT
172 rep; vmmcall

Completed in 191 milliseconds