Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s64/
H A Dslb.c268 pr_err("%02d EA[0-35]=%9x\n", i, get_paca()->slb_cache[i]); in slb_dump_contents()
271 pr_err("%02d EA[0-35]=%9x\n", i, get_paca()->slb_cache[i]); in slb_dump_contents()
421 unsigned long slbie_data = get_paca()->slb_cache[index]; in slb_cache_slbie_kernel()
435 unsigned long slbie_data = get_paca()->slb_cache[index]; in slb_cache_slbie_user()
454 * which would update the slb_cache/slb_cache_ptr fields in the PACA. in switch_slb()
600 return; /* ISAv3.0B and later does not use slb_cache */ in slb_cache_update()
614 local_paca->slb_cache[slb_cache_index++] = esid_data >> SID_SHIFT; in slb_cache_update()
724 local_paca->slb_cache[slb_cache_index++] = esid_data >> SID_SHIFT; in slb_insert_entry()
/linux/arch/powerpc/xmon/
H A Dxmon.c2662 22, "slb_cache", i, p->slb_cache[i]); in dump_one_paca()