Lines Matching refs:page_id
84 unsigned long page_id; in __flush_tlb_mm() local
88 page_id = mm->context.page_id; in __flush_tlb_mm()
90 if (page_id == NO_CONTEXT) in __flush_tlb_mm()
105 if ((tlb_hi & 0xff) == page_id) { in __flush_tlb_mm()
125 unsigned long page_id; in __flush_tlb_page() local
130 page_id = vma->vm_mm->context.page_id; in __flush_tlb_page()
132 if (page_id == NO_CONTEXT) in __flush_tlb_page()
150 if (((tlb_hi & 0xff) == page_id) && in __flush_tlb_page()
171 mm->context.page_id = NO_CONTEXT; in init_new_context()
200 SPEC_REG_WR(SPEC_REG_PID, next->context.page_id | in switch_mm()
203 SPEC_REG_WR(SPEC_REG_PID, next->context.page_id); in switch_mm()