Searched refs:KVM_FEP (Results 1 – 4 of 4) sorted by relevance
| /linux/tools/testing/selftests/kvm/x86/ |
| H A D | fastops_test.c | 34 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 D | userspace_msr_exit_test.c | 185 __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 D | pmu_counters_test.c | 264 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 D | processor.h | 33 #define KVM_FEP "ud2; .byte 'k', 'v', 'm';" macro 1251 #define KVM_ASM_SAFE_FEP(insn) __KVM_ASM_SAFE(insn, KVM_FEP)
|