Home
last modified time | relevance | path

Searched refs:ppc_cpu_core_single_threaded (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/ppc/
H A Dmisc_helper.c52 if (ppc_cpu_core_single_threaded(cs)) { in helper_spr_core_write_generic()
H A Dtimebase_helper.c291 if (ppc_cpu_core_single_threaded(cs)) { in write_tfmr()
H A Dcpu.h1516 static inline bool ppc_cpu_core_single_threaded(CPUState *cs) in ppc_cpu_core_single_threaded() function
1524 ppc_cpu_core_single_threaded(cs); in ppc_cpu_lpar_single_threaded()
H A Dexcp_helper.c3067 if (ppc_cpu_core_single_threaded(cs) || !brdcast) { in helper_book3s_msgsnd()
H A Dcpu_init.c6980 if (!ppc_cpu_core_single_threaded(cs)) { in ppc_cpu_realize()