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.c72 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_purr()
91 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_tbl()
108 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_tbu()
150 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_hdecr()
167 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_vtb()
184 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_tbu40()
294 THREAD_SIBLING_FOREACH(cs, ccs) { in write_tfmr()
H A Dmisc_helper.c58 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_spr_core_write_generic()
80 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_spr_write_CTRL()
204 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_ptcr()
262 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_load_dpdes()
302 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_dpdes()
356 THREAD_SIBLING_FOREACH(cs, ccs) { in do_store_scratch()
H A Dexcp_helper.c3043 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_book3s_msgsnd()
3090 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_book3s_msgsndp()
H A Dcpu.h1432 #define THREAD_SIBLING_FOREACH(cs, cs_sibling) \ macro