Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dmcf_pgtable.h31 #define CF_PAGE_VALID (MMUTR_V << CF_PAGE_MMUTR_SHIFT) macro
55 #define _PAGE_PRESENT (CF_PAGE_VALID)
66 #define PAGE_NONE __pgprot(CF_PAGE_VALID \
69 #define PAGE_SHARED __pgprot(CF_PAGE_VALID \
73 #define PAGE_INIT __pgprot(CF_PAGE_VALID \
79 #define PAGE_KERNEL __pgprot(CF_PAGE_VALID \
87 #define PAGE_COPY __pgprot(CF_PAGE_VALID \
122 return pte_val(pte) & CF_PAGE_VALID; in pte_present()