Lines Matching refs:tlbacc
45 static void replace_tlb_one_pid(unsigned long addr, unsigned long mmu_pid, unsigned long tlbacc) in replace_tlb_one_pid() argument
75 if (tlbacc == 0) in replace_tlb_one_pid()
77 WRCTL(CTL_TLBACC, tlbacc); in replace_tlb_one_pid()
183 unsigned long tlbacc; in dump_tlb_line() local
188 tlbacc = RDCTL(CTL_TLBACC); in dump_tlb_line()
190 if ((tlbacc << PAGE_SHIFT) != 0) { in dump_tlb_line()
194 (tlbacc << PAGE_SHIFT), in dump_tlb_line()
197 (tlbacc & _PAGE_READ ? 'r' : '-'), in dump_tlb_line()
198 (tlbacc & _PAGE_WRITE ? 'w' : '-'), in dump_tlb_line()
199 (tlbacc & _PAGE_EXEC ? 'x' : '-'), in dump_tlb_line()
200 (tlbacc & _PAGE_GLOBAL ? 'g' : '-'), in dump_tlb_line()
201 (tlbacc & _PAGE_CACHED ? 'c' : '-')); in dump_tlb_line()