Home
last modified time | relevance | path

Searched refs:tlbacc (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/nios2/mm/
Dtlb.c173 unsigned long tlbacc; in dump_tlb_line() local
178 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 …]
/Linux-v4.19/arch/nios2/kernel/
Dhead.S103 wrctl tlbacc, et