Searched refs:probe_contiguous (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/target/ppc/ |
| H A D | mem_helper.c | 59 static void *probe_contiguous(CPUPPCState *env, target_ulong addr, uint32_t nb, in probe_contiguous() function 89 void *host = probe_contiguous(env, addr, (32 - reg) * 4, in helper_lmw() 111 void *host = probe_contiguous(env, addr, (32 - reg) * 4, in helper_stmw() 141 host = probe_contiguous(env, addr, nb, MMU_DATA_LOAD, mmu_idx, raddr); in do_lsw() 230 host = probe_contiguous(env, addr, nb, MMU_DATA_STORE, mmu_idx, raddr); in helper_stsw()
|