Home
last modified time | relevance | path

Searched refs:sun3_get_segmap (Results 1 – 3 of 3) sorted by relevance

/linux/arch/m68k/include/asm/
H A Dtlbflush.h149 seg = sun3_get_segmap(i); in flush_tlb_mm()
173 if((i = sun3_get_segmap(addr)) != SUN3_INVALID_PMEG) in flush_tlb_page()
198 if((seg = sun3_get_segmap(start)) == SUN3_INVALID_PMEG) in flush_tlb_range()
H A Dsun3mmu.h86 static inline unsigned long sun3_get_segmap(unsigned long addr) in sun3_get_segmap() function
/linux/arch/m68k/mm/
H A Dsun3kmap.c50 if(sun3_get_segmap(virt & ~SUN3_PMEG_MASK) == SUN3_INVALID_PMEG) in do_pmeg_mapin()