Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/x86/
H A Ddesc.h270 #define __asm_safe(fep, insn, inputs...) \ argument
272 asm volatile(__ASM_TRY(fep, "1f") \
287 #define __asm_safe_out1(fep, insn, output, inputs...) \ argument
289 asm volatile(__ASM_TRY(fep, "1f") \
304 #define __asm_safe_out2(fep, insn, output1, output2, inputs...) \ argument
306 asm volatile(__ASM_TRY(fep, "1f") \
315 #define asm_safe_out2(fep, insn, output1, output2, inputs...) \ argument
H A Dprocessor.h605 #define __rdreg64_safe(fep, insn, index, val) \ argument
610 vector = __asm_safe_out2(fep, insn, "=a"(a), "=d"(d), "c"(index));\
622 #define __wrreg64_safe(fep, insn, index, val) \ argument
626 __asm_safe(fep, insn, "a" (eax), "d" (edx), "c" (index)); \
/kvm-unit-tests/x86/
H A Dlam.c113 static void test_invlpg(void *va, bool fep) in test_invlpg() argument
124 if (fep) in test_invlpg()
129 report_pass("Expected %sINVLPG with tagged addr to succeed", fep ? "fep: " : ""); in test_invlpg()
H A Daccess.c810 : [addr]"r"(at->virt), [fep]"r"(F(AC_FEP)) in ac_test_do_access()
857 [fep]"r"(F(AC_FEP)), in ac_test_do_access()