Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dfastops_test.c34 guest_execute_fastop_1(KVM_FEP, insn, val, flags); \
58 guest_execute_fastop_2(KVM_FEP, insn, input, output, flags); \
84 guest_execute_fastop_cl(KVM_FEP, insn, shift, output, flags); \
H A Duserspace_msr_exit_test.c185 __asm__ __volatile__(KVM_FEP "em_rdmsr_start: rdmsr; em_rdmsr_end:" : in test_em_rdmsr()
202 __asm__ __volatile__(KVM_FEP "em_wrmsr_start: wrmsr; em_wrmsr_end:" :: in test_em_wrmsr()
H A Dpmu_counters_test.c264 GUEST_TEST_EVENT(idx, pmc, pmc_msr, ctrl_msr, ctrl_msr_value, KVM_FEP); in __guest_test_arch_event()
/linux/tools/testing/selftests/kvm/include/x86/
H A Dprocessor.h33 #define KVM_FEP "ud2; .byte 'k', 'v', 'm';" macro
1251 #define KVM_ASM_SAFE_FEP(insn) __KVM_ASM_SAFE(insn, KVM_FEP)