Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dtlbflush.h119 for (addr = 0x00000000; addr < TASK_SIZE; addr += SUN3_PMEG_SIZE) { in flush_tlb_all()
148 for (i = 0; i < TASK_SIZE; i += SUN3_PMEG_SIZE) { in flush_tlb_mm()
207 start += SUN3_PMEG_SIZE; in flush_tlb_range()
220 sun3_put_segmap (addr & ~(SUN3_PMEG_SIZE - 1), SUN3_INVALID_PMEG); in flush_tlb_kernel_page()
H A Dsun3mmu.h18 #define SUN3_PMEG_SIZE (1 << SUN3_PMEG_SIZE_BITS) macro
19 #define SUN3_PMEG_MASK (SUN3_PMEG_SIZE - 1)
/linux/arch/m68k/mm/
H A Dsun3kmap.c92 seg_pages = (SUN3_PMEG_SIZE - (virt & SUN3_PMEG_MASK)) / PAGE_SIZE; in sun3_ioremap()