Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtimebase_helper.c65 if (ppc_cpu_lpar_single_threaded(cs)) { in helper_store_purr()
83 if (ppc_cpu_lpar_single_threaded(cs)) { in helper_store_tbl()
99 if (ppc_cpu_lpar_single_threaded(cs)) { in helper_store_tbu()
140 if (ppc_cpu_lpar_single_threaded(cs)) { in helper_store_hdecr()
156 if (ppc_cpu_lpar_single_threaded(cs)) { in helper_store_vtb()
172 if (ppc_cpu_lpar_single_threaded(cs)) { in helper_store_tbu40()
H A Dmisc_helper.c197 if (ppc_cpu_lpar_single_threaded(cs)) { in helper_store_ptcr()
259 if (ppc_cpu_lpar_single_threaded(cs)) { in helper_load_dpdes()
290 if (ppc_cpu_lpar_single_threaded(cs)) { in helper_store_dpdes()
388 if (ppc_cpu_lpar_single_threaded(cs)) { in helper_store_pmcr()
H A Dtcg-excp_helper.c737 if (ppc_cpu_lpar_single_threaded(cs)) { in msgsnd_core_tir()
H A Dcpu.h1536 static inline bool ppc_cpu_lpar_single_threaded(CPUState *cs) in ppc_cpu_lpar_single_threaded() function