Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/sun3/
H A Dmmu_emu.c119 pr_cont(" vaddr=%lx [%02lx]", vaddr, sun3_get_segmap (vaddr)); in print_pte_vaddr()
152 i = sun3_get_segmap(seg); in mmu_emu_init()
165 if (sun3_get_segmap (seg) != SUN3_INVALID_PMEG) { in mmu_emu_init()
181 pmeg_alloc[sun3_get_segmap(seg)] = 2; in mmu_emu_init()
195 i = sun3_get_segmap(seg); in mmu_emu_init()
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.h150 seg = sun3_get_segmap(i); in flush_tlb_mm()
175 if((i = sun3_get_segmap(addr)) != SUN3_INVALID_PMEG) in flush_tlb_page()
200 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
/openbmc/linux/arch/m68k/mm/
H A Dsun3kmap.c52 if(sun3_get_segmap(virt & ~SUN3_PMEG_MASK) == SUN3_INVALID_PMEG) in do_pmeg_mapin()