Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
H A Dslb.c299 idx = (ti->slb_preload_tail + i) % SLB_PRELOAD_NR; in preload_hit()
325 idx = (ti->slb_preload_tail + ti->slb_preload_nr) % SLB_PRELOAD_NR; in preload_add()
327 if (ti->slb_preload_nr == SLB_PRELOAD_NR) in preload_add()
328 ti->slb_preload_tail = (ti->slb_preload_tail + 1) % SLB_PRELOAD_NR; in preload_add()
338 ti->slb_preload_tail = (ti->slb_preload_tail + 1) % SLB_PRELOAD_NR; in preload_age()
448 idx = (ti->slb_preload_tail + i) % SLB_PRELOAD_NR; in switch_slb()
/linux/arch/powerpc/include/asm/
H A Dthread_info.h50 #define SLB_PRELOAD_NR 16U macro
69 u32 slb_preload_esid[SLB_PRELOAD_NR];