Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dtimebase_helper.c87 cpu_ppc_store_tbl(env, val); in helper_store_tbl()
93 cpu_ppc_store_tbl(cenv, val); in helper_store_tbl()
H A Dcpu.h1615 void cpu_ppc_store_tbl(CPUPPCState *env, uint32_t value);
/qemu/hw/ppc/
H A Dppc.c561 void cpu_ppc_store_tbl (CPUPPCState *env, uint32_t value) in cpu_ppc_store_tbl() function