Searched refs:SLB_PRELOAD_NR (Results 1 – 2 of 2) sorted by relevance
313 idx = (ti->slb_preload_tail + i) % SLB_PRELOAD_NR; in preload_hit()336 idx = (ti->slb_preload_tail + ti->slb_preload_nr) % SLB_PRELOAD_NR; in preload_add()338 if (ti->slb_preload_nr == SLB_PRELOAD_NR) in preload_add()339 ti->slb_preload_tail = (ti->slb_preload_tail + 1) % SLB_PRELOAD_NR; in preload_add()351 ti->slb_preload_tail = (ti->slb_preload_tail + 1) % SLB_PRELOAD_NR; in preload_age()366 if (ti->slb_preload_nr + 2 > SLB_PRELOAD_NR) in slb_setup_new_exec()413 if (ti->slb_preload_nr + 3 > SLB_PRELOAD_NR) in preload_new_slb_context()546 idx = (ti->slb_preload_tail + i) % SLB_PRELOAD_NR; in switch_slb()
44 #define SLB_PRELOAD_NR 16U macro60 u32 slb_preload_esid[SLB_PRELOAD_NR];