Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmem_helper.c57 static void *probe_contiguous(CPUPPCState *env, target_ulong addr, uint32_t nb, in probe_contiguous() function
87 void *host = probe_contiguous(env, addr, (32 - reg) * 4, in helper_lmw()
109 void *host = probe_contiguous(env, addr, (32 - reg) * 4, in helper_stmw()
139 host = probe_contiguous(env, addr, nb, MMU_DATA_LOAD, mmu_idx, raddr); in do_lsw()
228 host = probe_contiguous(env, addr, nb, MMU_DATA_STORE, mmu_idx, raddr); in helper_stsw()