Searched refs:CF_PAGE_MMUTR_MASK (Results 1 – 3 of 3) sorted by relevance
28 #define CF_PAGE_MMUTR_MASK 0x00000c00 macro
151 (((int)(pte->pte) & (int)CF_PAGE_MMUTR_MASK) in load_ksp_mmu()
154 mmutr |= (pte->pte & CF_PAGE_MMUTR_MASK) >> CF_PAGE_MMUTR_SHIFT; in cf_tlb_miss()