Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
H A Dslb.c291 if (esid == ti->slb_preload_esid[idx]) in preload_hit()
314 ti->slb_preload_esid[idx] = esid; in preload_add()
524 ea = (unsigned long)ti->slb_preload_esid[idx] << SID_SHIFT; in switch_slb()
/linux/arch/powerpc/include/asm/
H A Dthread_info.h69 u32 slb_preload_esid[SLB_PRELOAD_NR]; member