Searched refs:KVM_FEP (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/kvm/include/x86/ |
| H A D | kvm_util_arch.h | 61 __asm__ __volatile__(KVM_FEP "mov %1, %0" \ 67 __asm__ __volatile__(KVM_FEP LOCK_PREFIX "cmpxchg %[new], %[ptr]" \
|
| H A D | processor.h | 35 #define KVM_FEP "ud2; .byte 'k', 'v', 'm';" macro 1257 #define KVM_ASM_SAFE_FEP(insn) __KVM_ASM_SAFE(insn, KVM_FEP)
|
| /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()
|