Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtimebase_helper.c174 cpu_ppc_store_tbu40(env, val); in helper_store_tbu40()
180 cpu_ppc_store_tbu40(cenv, val); in helper_store_tbu40()
H A Dcpu.h1616 void cpu_ppc_store_tbu40(CPUPPCState *env, uint64_t value);
/openbmc/qemu/hw/ppc/
H A Dppc.c661 void cpu_ppc_store_tbu40(CPUPPCState *env, uint64_t value) in cpu_ppc_store_tbu40() function