Home
last modified time | relevance | path

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

/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 \
96 static inline int pte_present (pte_t pte) { return pte_val (pte) & SUN3_PAGE_VALID; } in pte_present()
168 (((offset) << 7) & ~SUN3_PAGE_VALID)) })