Searched refs:tlbacc (Results 1 – 2 of 2) sorted by relevance
173 unsigned long tlbacc; in dump_tlb_line() local178 tlbacc = RDCTL(CTL_TLBACC); in dump_tlb_line()180 if ((tlbacc << PAGE_SHIFT) != (MAX_PHYS_ADDR & PAGE_MASK)) { in dump_tlb_line()184 (tlbacc << PAGE_SHIFT), in dump_tlb_line()187 (tlbacc & _PAGE_READ ? 'r' : '-'), in dump_tlb_line()188 (tlbacc & _PAGE_WRITE ? 'w' : '-'), in dump_tlb_line()189 (tlbacc & _PAGE_EXEC ? 'x' : '-'), in dump_tlb_line()190 (tlbacc & _PAGE_GLOBAL ? 'g' : '-'), in dump_tlb_line()191 (tlbacc & _PAGE_CACHED ? 'c' : '-')); in dump_tlb_line()221 unsigned long tlbacc; in flush_tlb_pid() local[all …]
103 wrctl tlbacc, et