Searched refs:TLBMISC_WAY (Results 1 – 2 of 2) sorted by relevance
28 *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()
56 #define TLBMISC_WAY (TLBMISC_WAY_MASK << TLBMISC_WAY_SHIFT) /* TLB way */ macro