Searched refs:tlbacc (Results 1 – 2 of 2) sorted by relevance
45 static void replace_tlb_one_pid(unsigned long addr, unsigned long mmu_pid, unsigned long tlbacc) in replace_tlb_one_pid() argument75 if (tlbacc == 0) in replace_tlb_one_pid()77 WRCTL(CTL_TLBACC, tlbacc); in replace_tlb_one_pid()184 unsigned long tlbacc; in dump_tlb_line() local189 tlbacc = RDCTL(CTL_TLBACC); in dump_tlb_line()191 if ((tlbacc << PAGE_SHIFT) != 0) { in dump_tlb_line()195 (tlbacc << PAGE_SHIFT), in dump_tlb_line()198 (tlbacc & _PAGE_READ ? 'r' : '-'), in dump_tlb_line()199 (tlbacc & _PAGE_WRITE ? 'w' : '-'), in dump_tlb_line()200 (tlbacc & _PAGE_EXEC ? 'x' : '-'), in dump_tlb_line()[all …]
93 wrctl tlbacc, et