Home
last modified time | relevance | path

Searched refs:sun3_put_segmap (Results 1 – 2 of 2) sorted by relevance

/linux/arch/m68k/include/asm/
H A Dtlbflush.h122 sun3_put_segmap(addr, SUN3_INVALID_PMEG); in flush_tlb_all()
153 sun3_put_segmap(i, SUN3_INVALID_PMEG); in flush_tlb_mm()
178 sun3_put_segmap (addr, SUN3_INVALID_PMEG); in flush_tlb_page()
205 sun3_put_segmap(start, SUN3_INVALID_PMEG); in flush_tlb_range()
220 sun3_put_segmap (addr & ~(SUN3_PMEG_SIZE - 1), SUN3_INVALID_PMEG); in flush_tlb_kernel_page()
H A Dsun3mmu.h101 static inline void sun3_put_segmap(unsigned long addr, unsigned long entry) in sun3_put_segmap() function