Home
last modified time | relevance | path

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

/linux/arch/m68k/sun3/
H A Dmmu_emu.c85 switch (val & SUN3_PAGE_TYPE_MASK) { in print_pte()
105 switch (val & SUN3_PAGE_TYPE_MASK) { in print_pte()
/linux/arch/m68k/include/asm/
H A Dsun3mmu.h51 #define SUN3_PAGE_TYPE_MASK (0x0c000000) macro