Home
last modified time | relevance | path

Searched refs:slb_preload_tail (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/arch/powerpc/mm/book3s64/
H A Dslb.c290 idx = (ti->slb_preload_tail + i) % SLB_PRELOAD_NR; in preload_hit()
313 idx = (ti->slb_preload_tail + ti->slb_preload_nr) % SLB_PRELOAD_NR; in preload_add()
316 ti->slb_preload_tail = (ti->slb_preload_tail + 1) % SLB_PRELOAD_NR; in preload_add()
328 ti->slb_preload_tail = (ti->slb_preload_tail + 1) % SLB_PRELOAD_NR; in preload_age()
523 idx = (ti->slb_preload_tail + i) % SLB_PRELOAD_NR; in switch_slb()
/kernel/linux/linux-5.10/arch/powerpc/mm/book3s64/
H A Dslb.c314 idx = (ti->slb_preload_tail + i) % SLB_PRELOAD_NR; in preload_hit()
337 idx = (ti->slb_preload_tail + ti->slb_preload_nr) % SLB_PRELOAD_NR; in preload_add()
340 ti->slb_preload_tail = (ti->slb_preload_tail + 1) % SLB_PRELOAD_NR; in preload_add()
352 ti->slb_preload_tail = (ti->slb_preload_tail + 1) % SLB_PRELOAD_NR; in preload_age()
547 idx = (ti->slb_preload_tail + i) % SLB_PRELOAD_NR; in switch_slb()
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dthread_info.h65 unsigned char slb_preload_tail; member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dthread_info.h68 unsigned char slb_preload_tail; member

Completed in 4 milliseconds