Searched refs:THREAD_SIBLING_FOREACH (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | timebase_helper.c | 71 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 D | misc_helper.c | 57 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 D | excp_helper.c | 3018 THREAD_SIBLING_FOREACH(cs, ccs) { in msgsnd_core_tir() 3078 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_book3s_msgsnd()
|
H A D | cpu.h | 1410 #define THREAD_SIBLING_FOREACH(cs, cs_sibling) \ macro
|