Searched refs:tlbacc (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/arch/nios2/mm/
H A Dtlb.c173 unsigned long tlbacc; dump_tlb_line() local
178 tlbacc = RDCTL(CTL_TLBACC); dump_tlb_line()
180 if ((tlbacc << PAGE_SHIFT) != (MAX_PHYS_ADDR & PAGE_MASK)) { dump_tlb_line()
184 (tlbacc << PAGE_SHIFT), dump_tlb_line()
187 (tlbacc & _PAGE_READ ? 'r' : '-'), dump_tlb_line()
188 (tlbacc & _PAGE_WRITE ? 'w' : '-'), dump_tlb_line()
189 (tlbacc & _PAGE_EXEC ? 'x' : '-'), dump_tlb_line()
190 (tlbacc & _PAGE_GLOBAL ? 'g' : '-'), dump_tlb_line()
191 (tlbacc & _PAGE_CACHED ? 'c' : '-')); dump_tlb_line()
221 unsigned long tlbacc; flush_tlb_pid() local
228 tlbacc = RDCTL(CTL_TLBACC); flush_tlb_pid()
H A Dpgtable.c22 * tlbacc:
/linux-4.1.27/arch/nios2/include/asm/
H A Dpgtable-bits.h14 * These are actual hardware defined protection bits in the tlbacc register
/linux-4.1.27/arch/nios2/kernel/
H A Dhead.S103 wrctl tlbacc, et
H A Dkgdb.c75 { "tlbacc", GDB_SIZEOF_REG, -1 },

Completed in 215 milliseconds