Home
last modified time | relevance | path

Searched refs:SUN3_PMEG_MASK (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/arch/m68k/mm/
H A Dsun3kmap.c52 if(sun3_get_segmap(virt & ~SUN3_PMEG_MASK) == SUN3_INVALID_PMEG) in do_pmeg_mapin()
94 seg_pages = (SUN3_PMEG_SIZE - (virt & SUN3_PMEG_MASK)) / PAGE_SIZE; in sun3_ioremap()
/openbmc/linux/arch/m68k/sun3/
H A Dmmu_emu.c138 bootmem_end = (bootmem_end + (2 * SUN3_PMEG_SIZE)) & ~SUN3_PMEG_MASK; in mmu_emu_init()
287 vaddr &= ~SUN3_PMEG_MASK; in mmu_emu_map_pmeg()
398 if (sun3_get_segmap (vaddr&~SUN3_PMEG_MASK) == SUN3_INVALID_PMEG) in mmu_emu_handle_fault()
/openbmc/linux/arch/m68k/include/asm/
H A Dtlbflush.h174 addr &= ~SUN3_PMEG_MASK; in flush_tlb_page()
193 start &= ~SUN3_PMEG_MASK; in flush_tlb_range()
H A Dsun3mmu.h19 #define SUN3_PMEG_MASK (SUN3_PMEG_SIZE - 1) macro