Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h30 #define SUN3_PAGE_VALID (0x80000000) macro
39 #define _PAGE_PRESENT (SUN3_PAGE_VALID)
45 #define PAGE_NONE __pgprot(SUN3_PAGE_VALID \
48 #define PAGE_SHARED __pgprot(SUN3_PAGE_VALID \
52 #define PAGE_COPY __pgprot(SUN3_PAGE_VALID \
55 #define PAGE_READONLY __pgprot(SUN3_PAGE_VALID \
58 #define PAGE_KERNEL __pgprot(SUN3_PAGE_VALID \
64 #define PAGE_INIT __pgprot(SUN3_PAGE_VALID \
102 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present()
174 (((offset) << 7) & ~SUN3_PAGE_VALID)) })
/openbmc/linux/arch/m68k/sun3/
H A Dmmu_emu.c77 if (val & SUN3_PAGE_VALID) pr_cont(" valid"); in print_pte()
95 flags[0] = (val & SUN3_PAGE_VALID) ? 'v' : '-'; in print_pte()
394 if (!(pte_val (*pte) & SUN3_PAGE_VALID)) in mmu_emu_handle_fault()