Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtimebase_helper.c191 store_40x_pit(env, val); in helper_store_40x_pit()
H A Dcpu.h1621 void store_40x_pit(CPUPPCState *env, target_ulong val);
H A Dhelper.h751 DEF_HELPER_FLAGS_2(store_40x_pit, TCG_CALL_NO_RWG, void, env, tl)
/openbmc/qemu/hw/ppc/
H A Dppc.c1335 void store_40x_pit (CPUPPCState *env, target_ulong val) in store_40x_pit() function