Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/include/asm/
Dmcf_pgtable.h31 #define CF_PAGE_VALID (MMUTR_V << CF_PAGE_MMUTR_SHIFT) macro
52 #define _PAGE_PRESENT (CF_PAGE_VALID)
63 #define PAGE_NONE __pgprot(CF_PAGE_VALID \
66 #define PAGE_SHARED __pgprot(CF_PAGE_VALID \
70 #define PAGE_INIT __pgprot(CF_PAGE_VALID \
76 #define PAGE_KERNEL __pgprot(CF_PAGE_VALID \
84 #define PAGE_COPY __pgprot(CF_PAGE_VALID \
95 #define __P001 __pgprot(CF_PAGE_VALID \
98 #define __P010 __pgprot(CF_PAGE_VALID \
101 #define __P011 __pgprot(CF_PAGE_VALID \
[all …]