Home
last modified time | relevance | path

Searched refs:__ex (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/arch/x86/kvm/vmx/
Dops.h13 #define __ex(x) __kvm_handle_fault_on_reboot(x) macro
Dnested.c2854 __ex("vmwrite %%" _ASM_SP ", %[HOST_RSP]") "\n\t" in nested_vmx_check_vmentry_hw()
Dvmx.c2302 asm volatile (__ex("vmxoff")); in kvm_cpu_vmxoff()
/Linux-v5.4/arch/x86/kvm/
Dsvm.c54 #define __ex(x) __kvm_handle_fault_on_reboot(x) macro
712 asm volatile (__ex("clgi")); in clgi()
717 asm volatile (__ex("stgi")); in stgi()
722 asm volatile (__ex("invlpga %1, %0") : : "c"(asid), "a"(addr)); in invlpga()
5675 __ex("vmload %%" _ASM_AX) "\n\t" in svm_vcpu_run()
5676 __ex("vmrun %%" _ASM_AX) "\n\t" in svm_vcpu_run()
5677 __ex("vmsave %%" _ASM_AX) "\n\t" in svm_vcpu_run()