Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/include/asm/
Dsun3_pgtable.h31 #define SUN3_PAGE_SYSTEM (0x20000000) macro
59 | SUN3_PAGE_SYSTEM \
65 | SUN3_PAGE_SYSTEM \
/linux-4.4.14/arch/m68k/sun3/
Dmmu_emu.c79 if (val & SUN3_PAGE_SYSTEM) printk (" sys"); in print_pte()
97 flags[2] = (val & SUN3_PAGE_SYSTEM) ? 's' : '-'; in print_pte()
332 sun3_put_pte (vaddr + i, SUN3_PAGE_SYSTEM); in mmu_emu_map_pmeg()