Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtimebase_helper.c158 cpu_ppc_store_vtb(env, val); in helper_store_vtb()
164 cpu_ppc_store_vtb(cenv, val); in helper_store_vtb()
H A Dcpu.h1610 void cpu_ppc_store_vtb(CPUPPCState *env, uint64_t value);
/openbmc/qemu/hw/ppc/
H A Dppc.c653 void cpu_ppc_store_vtb(CPUPPCState *env, uint64_t value) in cpu_ppc_store_vtb() function