Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dmisc_helper.c260 uint32_t thread_id = ppc_cpu_tir(ccpu); in helper_load_dpdes()
289 uint32_t thread_id = ppc_cpu_tir(ccpu); in helper_store_dpdes()
H A Dexcp_helper.c3043 if (target_tir == ppc_cpu_tir(ccpu)) { in msgsnd_core_tir()
/openbmc/qemu/include/hw/ppc/
H A Dppc.h9 int ppc_cpu_tir(PowerPCCPU *cpu);
/openbmc/qemu/hw/ppc/
H A Dppc.c1522 int ppc_cpu_tir(PowerPCCPU *cpu) in ppc_cpu_tir() function