Searched refs:slb_cache (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/mm/book3s64/
H A Dslb.c268 pr_err("%02d EA[0-35]=%9x\n", i, get_paca()->slb_cache[i]);
271 pr_err("%02d EA[0-35]=%9x\n", i, get_paca()->slb_cache[i]);
421 unsigned long slbie_data = get_paca()->slb_cache[index];
435 unsigned long slbie_data = get_paca()->slb_cache[index];
454 * which would update the slb_cache/slb_cache_ptr fields in the PACA.
600 return; /* ISAv3.0B and later does not use slb_cache */
614 local_paca->slb_cache[slb_cache_index++] = esid_data >> SID_SHIFT;
724 local_paca->slb_cache[slb_cache_index++] = esid_data >> SID_SHIFT;
/linux-master/arch/powerpc/include/asm/
H A Dpaca.h124 u32 slb_cache[SLB_CACHE_ENTRIES]; member in struct:paca_struct
/linux-master/arch/powerpc/xmon/
H A Dxmon.c2679 22, "slb_cache", i, p->slb_cache[i]);

Completed in 88 milliseconds