Searched refs:TLBMISC_PID (Results 1 – 2 of 2) sorted by relevance
28 *misc &= (TLBMISC_PID | TLBMISC_WAY); in get_misc_and_pid()29 *pid = *misc & TLBMISC_PID; in get_misc_and_pid()176 org_misc = (RDCTL(CTL_TLBMISC) & (TLBMISC_PID | TLBMISC_WAY)); in dump_tlb_line()
53 #define TLBMISC_PID (TLBMISC_PID_MASK << TLBMISC_PID_SHIFT) /* TLB PID */ macro