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()183 unsigned long tlbacc; in dump_tlb_line() local188 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()[all …]
103 wrctl tlbacc, et