Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/include/asm/
Dsun3_pgtable.h32 #define SUN3_PAGE_SYSTEM (0x20000000) macro
60 | SUN3_PAGE_SYSTEM \
66 | SUN3_PAGE_SYSTEM \
/linux-6.1.9/arch/m68k/sun3/
Dmmu_emu.c79 if (val & SUN3_PAGE_SYSTEM) pr_cont(" sys"); in print_pte()
97 flags[2] = (val & SUN3_PAGE_SYSTEM) ? 's' : '-'; in print_pte()
331 sun3_put_pte (vaddr + i, SUN3_PAGE_SYSTEM); in mmu_emu_map_pmeg()