Searched refs:SUN3_PMEG_MASK (Results 1 – 3 of 3) sorted by relevance
50 if(sun3_get_segmap(virt & ~SUN3_PMEG_MASK) == SUN3_INVALID_PMEG) in do_pmeg_mapin()92 seg_pages = (SUN3_PMEG_SIZE - (virt & SUN3_PMEG_MASK)) / PAGE_SIZE; in sun3_ioremap()
172 addr &= ~SUN3_PMEG_MASK; in flush_tlb_page()191 start &= ~SUN3_PMEG_MASK; in flush_tlb_range()
19 #define SUN3_PMEG_MASK (SUN3_PMEG_SIZE - 1) macro