Home
last modified time | relevance | path

Searched refs:SLB_PRELOAD_NR (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/arch/powerpc/mm/book3s64/
A Dslb.c289 idx = (ti->slb_preload_tail + i) % SLB_PRELOAD_NR; in preload_hit()
312 idx = (ti->slb_preload_tail + ti->slb_preload_nr) % SLB_PRELOAD_NR; in preload_add()
314 if (ti->slb_preload_nr == SLB_PRELOAD_NR) in preload_add()
315 ti->slb_preload_tail = (ti->slb_preload_tail + 1) % SLB_PRELOAD_NR; in preload_add()
327 ti->slb_preload_tail = (ti->slb_preload_tail + 1) % SLB_PRELOAD_NR; in preload_age()
342 if (ti->slb_preload_nr + 2 > SLB_PRELOAD_NR) in slb_setup_new_exec()
389 if (ti->slb_preload_nr + 3 > SLB_PRELOAD_NR) in preload_new_slb_context()
522 idx = (ti->slb_preload_tail + i) % SLB_PRELOAD_NR; in switch_slb()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dthread_info.h49 #define SLB_PRELOAD_NR 16U macro
68 u32 slb_preload_esid[SLB_PRELOAD_NR];

Completed in 4 milliseconds