Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
Dslb.c313 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()
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()
546 idx = (ti->slb_preload_tail + i) % SLB_PRELOAD_NR; in switch_slb()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dthread_info.h59 unsigned char slb_preload_tail; member