Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/include/asm/
Dmcf_pgtable.h30 #define CF_PAGE_VALID (MMUTR_V << CF_PAGE_MMUTR_SHIFT) macro
51 #define _PAGE_PRESENT (CF_PAGE_VALID)
62 #define PAGE_NONE __pgprot(CF_PAGE_VALID \
65 #define PAGE_SHARED __pgprot(CF_PAGE_VALID \
69 #define PAGE_INIT __pgprot(CF_PAGE_VALID \
75 #define PAGE_KERNEL __pgprot(CF_PAGE_VALID \
83 #define PAGE_COPY __pgprot(CF_PAGE_VALID \
94 #define __P001 __pgprot(CF_PAGE_VALID \
97 #define __P010 __pgprot(CF_PAGE_VALID \
100 #define __P011 __pgprot(CF_PAGE_VALID \
[all …]