| /openbmc/qemu/target/arm/tcg/ |
| H A D | sve_ldst_internal.h | 90 DO_LD_TLB(ld1##NAME##_be, H, TE, TM, cpu_##LD##_be_data_ra) \ in DO_LD_PRIM_1() 91 DO_LD_TLB(ld1##NAME##_le, H, TE, TM, cpu_##LD##_le_data_ra) in DO_LD_PRIM_1() 96 DO_ST_TLB(st1##NAME##_be, H, TE, TM, cpu_##ST##_be_data_ra) \ in DO_LD_PRIM_1() 97 DO_ST_TLB(st1##NAME##_le, H, TE, TM, cpu_##ST##_le_data_ra) in DO_LD_PRIM_1()
|
| H A D | mve_helper.c | 168 (MTYPE)cpu_##LDTYPE##_mmu(env, addr, oi, GETPC()) : 0;\ 185 cpu_##STTYPE##_mmu(env, addr, d[H##ESIZE(e)], oi, GETPC()); \ 239 (MTYPE)cpu_##LDTYPE##_mmu(env, addr, oi, GETPC()) : 0; \ 266 cpu_##STTYPE##_mmu(env, addr, d[H##ESIZE(e)], oi, GETPC()); \
|
| /openbmc/qemu/docs/devel/ |
| H A D | loads-stores.rst | 73 ``cpu_{ld,st}*_mmu`` 128 ``cpu_{ld,st}*_mmuidx_ra`` 131 These functions work like the ``cpu_{ld,st}_mmu`` functions except 161 ``cpu_{ld,st}*_data_ra`` 164 These functions work like the ``cpu_{ld,st}_mmuidx_ra`` functions 199 ``cpu_{ld,st}*_data`` 202 These functions work like the ``cpu_{ld,st}_data_ra`` functions 306 generated by the TCG backend. Like the ``cpu_{ld,st}_mmu`` functions 309 They differ from ``cpu_{ld,st}_mmu`` in that they take the endianness
|
| H A D | style.rst | 151 ``tlb_`` for functions from ``cputlb.c`` or ``cpu_`` for functions
|
| /openbmc/qemu/target/mips/tcg/ |
| H A D | ldst_helper.c | 44 env->llval = do_cast cpu_##insn##_mmuidx_ra(env, arg, mem_idx, GETPC()); \
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu-features.h | 1169 ({ ARMCPU *cpu_ = (cpu); isar_feature_##name(&cpu_->isar); })
|
| /openbmc/qemu/target/sh4/ |
| H A D | translate.c | 1406 tcg_gen_mov_i32 (cpu_##reg, REG(B11_8)); \ in _decode_opc() 1410 tcg_gen_qemu_ld_i32(cpu_##reg, REG(B11_8), ctx->memidx, \ in _decode_opc() 1417 tcg_gen_mov_i32 (REG(B11_8), cpu_##reg); \ in _decode_opc() 1424 tcg_gen_qemu_st_i32(cpu_##reg, addr, ctx->memidx, \ in _decode_opc()
|
| /openbmc/qemu/hw/ppc/ |
| H A D | spapr_rtas.c | 96 static void rtas_query_cpu_stopped_state(PowerPCCPU *cpu_, in rtas_query_cpu_stopped_state() argument
|
| /openbmc/qemu/target/microblaze/ |
| H A D | translate.c | 1846 #define SP(X) { &cpu_##X, offsetof(CPUMBState, X), #X } in mb_tcg_init()
|
| /openbmc/qemu/target/rx/ |
| H A D | translate.c | 2269 cpu_##sym = tcg_global_mem_new_i32(tcg_env, \
|
| /openbmc/qemu/target/alpha/ |
| H A D | translate.c | 103 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUAlphaState, V) } in alpha_translate_init()
|
| /openbmc/qemu/target/riscv/ |
| H A D | vector_helper.c | 185 *cur = cpu_##LDSUF##_data_ra(env, addr, retaddr); \ 206 cpu_##STSUF##_data_ra(env, addr, data, retaddr); \ in GEN_VEXT_LD_ELEM()
|
| /openbmc/qemu/target/hppa/ |
| H A D | translate.c | 273 #define DEF_VAR(V) { &cpu_##V, #V, offsetof(CPUHPPAState, V) } in hppa_translate_init()
|