Searched refs:KVM_FEP (Results 1 – 5 of 5) sorted by relevance
| /tools/testing/selftests/kvm/include/x86/ |
| A D | kvm_util_arch.h | 39 __asm__ __volatile__(KVM_FEP "mov %1, %0" \ 45 __asm__ __volatile__(KVM_FEP LOCK_PREFIX "cmpxchg %[new], %[ptr]" \
|
| A D | processor.h | 33 #define KVM_FEP "ud2; .byte 'k', 'v', 'm';" macro 1222 #define KVM_ASM_SAFE_FEP(insn) __KVM_ASM_SAFE(insn, KVM_FEP)
|
| /tools/testing/selftests/kvm/x86/ |
| A D | fastops_test.c | 27 guest_execute_fastop_1(KVM_FEP, insn, val, flags); \ 53 guest_execute_fastop_2(KVM_FEP, insn, input, output, flags); \ 81 guest_execute_fastop_cl(KVM_FEP, insn, shift, output, flags); \
|
| 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()
|
| A D | pmu_counters_test.c | 246 GUEST_TEST_EVENT(idx, pmc, pmc_msr, ctrl_msr, ctrl_msr_value, KVM_FEP); in __guest_test_arch_event()
|
Completed in 63 milliseconds