Home
last modified time | relevance | path

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

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