Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dtimebase_helper.c104 cpu_ppc_store_tbu(env, val); in helper_store_tbu()
110 cpu_ppc_store_tbu(cenv, val); in helper_store_tbu()
H A Dcpu.h1614 void cpu_ppc_store_tbu(CPUPPCState *env, uint32_t value);
/qemu/hw/ppc/
H A Dppc.c584 void cpu_ppc_store_tbu (CPUPPCState *env, uint32_t value) in cpu_ppc_store_tbu() function