Searched refs:THREAD_SIBLING_FOREACH (Results 1 – 4 of 4) sorted by relevance
/qemu/target/ppc/ |
H A D | timebase_helper.c | 70 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 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() 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 D | tcg-excp_helper.c | 746 THREAD_SIBLING_FOREACH(cs, ccs) { in msgsnd_core_tir() 806 THREAD_SIBLING_FOREACH(cs, ccs) { in helper_book3s_msgsnd()
|
H A D | cpu.h | 1427 #define THREAD_SIBLING_FOREACH(cs, cs_sibling) \ macro
|