Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dtimebase_helper.c197 store_40x_pit(env, val); in helper_store_40x_pit()
H A Dcpu.h1634 void store_40x_pit(CPUPPCState *env, target_ulong val);
H A Dhelper.h749 DEF_HELPER_FLAGS_2(store_40x_pit, TCG_CALL_NO_RWG, void, env, tl)
/qemu/hw/ppc/
H A Dppc.c1334 void store_40x_pit (CPUPPCState *env, target_ulong val) in store_40x_pit() function