Lines Matching defs:addr
46 static inline target_ulong addr_add(CPUPPCState *env, target_ulong addr, in addr_add()
59 static void *probe_contiguous(CPUPPCState *env, target_ulong addr, uint32_t nb, in probe_contiguous()
85 void helper_lmw(CPUPPCState *env, target_ulong addr, uint32_t reg) in helper_lmw()
107 void helper_stmw(CPUPPCState *env, target_ulong addr, uint32_t reg) in helper_stmw()
129 static void do_lsw(CPUPPCState *env, target_ulong addr, uint32_t nb, in do_lsw()
189 void helper_lsw(CPUPPCState *env, target_ulong addr, in helper_lsw()
201 void helper_lswx(CPUPPCState *env, target_ulong addr, uint32_t reg, in helper_lswx()
217 void helper_stsw(CPUPPCState *env, target_ulong addr, uint32_t nb, in helper_stsw()
275 static void dcbz_common(CPUPPCState *env, target_ulong addr, in dcbz_common()
308 void helper_dcbz(CPUPPCState *env, target_ulong addr, int mmu_idx) in helper_dcbz()
314 void helper_dcbzl(CPUPPCState *env, target_ulong addr) in helper_dcbzl()
330 void helper_icbi(CPUPPCState *env, target_ulong addr) in helper_icbi()
342 void helper_icbiep(CPUPPCState *env, target_ulong addr) in helper_icbiep()
352 target_ulong helper_lscbx(CPUPPCState *env, target_ulong addr, uint32_t reg, in helper_lscbx()