/kvm-unit-tests/lib/arm/asm/ |
H A D | bitops.h | 20 #define ATOMIC_BITOP(insn, mask, word) \ argument 34 #define ATOMIC_TESTOP(insn, mask, word, old) \ argument
|
/kvm-unit-tests/lib/arm64/asm/ |
H A D | bitops.h | 20 #define ATOMIC_BITOP(insn, mask, word) \ argument 33 #define ATOMIC_TESTOP(insn, mask, word, old) \ argument
|
/kvm-unit-tests/lib/x86/ |
H A D | desc.h | 270 #define __asm_safe(fep, insn, inputs...) \ argument 281 #define asm_safe(insn, inputs...) \ argument 284 #define asm_fep_safe(insn, inputs...) \ argument 287 #define __asm_safe_out1(fep, insn, output, inputs...) \ argument 298 #define asm_safe_out1(insn, output, inputs...) \ argument 301 #define asm_fep_safe_out1(insn, output, inputs...) \ argument 304 #define __asm_safe_out2(fep, insn, output1, output2, inputs...) \ argument 315 #define asm_safe_out2(fep, insn, output1, output2, inputs...) \ argument 318 #define asm_fep_safe_out2(insn, output1, output2, inputs...) \ argument 321 #define __asm_safe_report(want, insn, inputs...) \ argument [all …]
|
H A D | processor.h | 605 #define __rdreg64_safe(fep, insn, index, val) \ argument 619 #define rdreg64_safe(insn, index, val) \ argument 622 #define __wrreg64_safe(fep, insn, index, val) \ argument 629 #define wrreg64_safe(insn, index, val) \ argument
|
/kvm-unit-tests/lib/riscv/asm/ |
H A D | processor.h | 10 #define RV_INSN_LEN(insn) ((((insn) & 0x3) < 0x3) ? 2 : 4) argument
|
/kvm-unit-tests/arm/ |
H A D | cache.c | 29 static inline void prime_icache(u32 *code, u32 insn) in prime_icache()
|
/kvm-unit-tests/x86/ |
H A D | emulator.c | 407 #define TEST_RW_SSE(insn) do { \ in test_sse() argument 739 #define MOV_POP_SS_DB(desc, fep1, fep2, insn, store_ss, load_ss) \ in test_mov_pop_ss_code_db() argument
|
H A D | realmode.c | 183 static noinline void exec_in_big_real_mode(struct insn_desc *insn) in exec_in_big_real_mode() 1629 #define MK_INSN_PERF(name, insn) \ argument 1635 static u32 cycles_in_big_real_mode(struct insn_desc *insn) in cycles_in_big_real_mode()
|