Home
last modified time | relevance | path

Searched refs:KVM_ASM_SAFE (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h1256 #define KVM_ASM_SAFE(insn) __KVM_ASM_SAFE(insn, "") macro
1267 asm volatile(KVM_ASM_SAFE(insn) \
1278 asm volatile(KVM_ASM_SAFE(insn) \
1315 asm volatile(KVM_ASM_SAFE##_FEP(#insn) \
H A Dhyperv.h266 KVM_ASM_SAFE("vmcall") in __hyperv_hypercall()
/linux/tools/testing/selftests/kvm/x86/
H A Dfastops_test.c115 ex_v = guest_execute_fastop_div(KVM_ASM_SAFE, insn, ex_a, ex_d, rm, ex_flags); \