Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dtimebase_helper.c70 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_purr()
88 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_tbl()
104 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_tbu()
145 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_hdecr()
161 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_vtb()
177 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_tbu40()
294 THREAD_SIBLING_FOREACH(cs, ccs) { in write_tfmr()
H A Dmisc_helper.c57 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_spr_core_write_generic()
79 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_spr_write_CTRL()
203 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_ptcr()
267 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_load_dpdes()
297 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_dpdes()
442 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_pmcr()
H A Dtcg-excp_helper.c746 THREAD_SIBLING_FOREACH(cs, ccs) { in msgsnd_core_tir()
806 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_book3s_msgsnd()
H A Dcpu.h1427 #define THREAD_SIBLING_FOREACH(cs, cs_sibling) \ macro