Symbol: PAGE_NONE
arch/alpha/include/asm/pgtable.h
103
#define PAGE_NONE __pgprot(_PAGE_VALID | __ACCESS_BITS | _PAGE_FOR | _PAGE_FOW | _PAGE_FOE)
arch/arm/include/asm/pgtable-nommu.h
34
#define PAGE_NONE __pgprot(0)
arch/arm/include/asm/pgtable.h
93
#define PAGE_NONE _MOD_PROT(pgprot_user, L_PTE_XN | L_PTE_RDONLY | L_PTE_NONE)
arch/arm64/include/asm/pgtable-prot.h
122
#define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PRESENT_INVALID | PTE_RDONLY | PTE_NG | PTE_PXN | PTE_UXN)
arch/csky/include/asm/pgtable.h
55
#define PAGE_NONE __pgprot(_PAGE_PROT_NONE)
arch/hexagon/include/asm/pgtable.h
109
#define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER | \
arch/loongarch/include/asm/pgtable-bits.h
112
#define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \
arch/m68k/include/asm/mcf_pgtable.h
66
#define PAGE_NONE __pgprot(CF_PAGE_VALID \
arch/m68k/include/asm/motorola_pgtable.h
76
#define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits)
arch/m68k/include/asm/pgtable_no.h
25
#define PAGE_NONE __pgprot(0)
arch/m68k/include/asm/sun3_pgtable.h
45
#define PAGE_NONE __pgprot(SUN3_PAGE_VALID \
arch/microblaze/include/asm/pgtable.h
192
#define PAGE_NONE __pgprot(_PAGE_BASE)
arch/openrisc/include/asm/pgtable.h
160
#define PAGE_NONE __pgprot(_PAGE_ALL)
arch/parisc/include/asm/pgtable.h
231
#define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER)
arch/powerpc/include/asm/pgtable-masks.h
23
#define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA)
arch/riscv/include/asm/pgtable.h
174
#define PAGE_NONE __pgprot(_PAGE_PROT_NONE | _PAGE_READ)
arch/s390/include/asm/pgtable.h
447
#define PAGE_NONE __pgprot_page_mask(__PAGE_NONE)
arch/sh/include/asm/pgtable_32.h
176
#define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \
arch/sh/include/asm/pgtable_32.h
239
#define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \
arch/sh/include/asm/pgtable_32.h
275
#define PAGE_NONE __pgprot(0)
arch/sparc/include/asm/pgtable_32.h
53
#define PAGE_NONE SRMMU_PAGE_NONE
arch/um/include/asm/pgtable.h
63
#define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED)
arch/x86/include/asm/pgtable_types.h
205
#define PAGE_NONE __pg( 0| 0| 0|___A| 0| 0| 0|___G)
arch/xtensa/include/asm/pgtable.h
169
#define PAGE_NONE __pgprot(_PAGE_NONE | _PAGE_USER)
arch/xtensa/include/asm/pgtable.h
190
# define PAGE_NONE __pgprot(0)