Home
last modified time | relevance | path

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

/openbmc/qemu/target/ppc/
H A Dtimebase_helper.c71 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_purr()
89 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_tbl()
105 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_tbu()
146 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_hdecr()
162 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_vtb()
178 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_tbu40()
295 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()
257 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_load_dpdes()
287 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_store_dpdes()
H A Dexcp_helper.c3018 THREAD_SIBLING_FOREACH(cs, ccs) { in msgsnd_core_tir()
3078 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_book3s_msgsnd()
H A Dcpu.h1410 #define THREAD_SIBLING_FOREACH(cs, cs_sibling) \ macro