Home
last modified time | relevance | path

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

/openbmc/linux/arch/nios2/mm/
H A Dtlb.c28 *misc &= (TLBMISC_PID | TLBMISC_WAY); in get_misc_and_pid()
176 org_misc = (RDCTL(CTL_TLBMISC) & (TLBMISC_PID | TLBMISC_WAY)); in dump_tlb_line()
297 tlbmisc = (tlbmisc & TLBMISC_WAY); in set_mmu_pid()
/openbmc/linux/arch/nios2/include/asm/
H A Dregisters.h56 #define TLBMISC_WAY (TLBMISC_WAY_MASK << TLBMISC_WAY_SHIFT) /* TLB way */ macro