Home
last modified time | relevance | path

Searched refs:PAGE_NONE (Results 1 – 25 of 39) sorted by relevance

12

/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dpgtable-prot.h84 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PROT_NONE | PTE_RDONLY | PTE_NG | … macro
91 #define __P000 PAGE_NONE
100 #define __S000 PAGE_NONE
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dsun3_pgtable.h45 #define PAGE_NONE __pgprot(SUN3_PAGE_VALID \ macro
74 #define __P000 PAGE_NONE
83 #define __S000 PAGE_NONE
Dmcf_pgtable.h63 #define PAGE_NONE __pgprot(CF_PAGE_VALID \ macro
94 #define __P000 PAGE_NONE
122 #define __S000 PAGE_NONE
Dpgtable_no.h26 #define PAGE_NONE __pgprot(0) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Dpgtable.h24 #define __P000 PAGE_NONE
33 #define __S000 PAGE_NONE
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
Dpgtable.h168 #define PAGE_NONE __pgprot(_PAGE_NONE | _PAGE_USER) macro
189 # define PAGE_NONE __pgprot(0) macro
204 #define __P000 PAGE_NONE /* private --- */
213 #define __S000 PAGE_NONE /* shared --- */
/kernel/linux/linux-5.10/arch/sh/include/asm/
Dpgtable.h94 #define __P000 PAGE_NONE
103 #define __S000 PAGE_NONE
Dpgtable_32.h176 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \ macro
239 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_CACHABLE | \ macro
275 #define PAGE_NONE __pgprot(0) macro
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dpgtable.h25 #define PAGE_NONE __pgprot(0) /* these mean nothing to non MMU */ macro
233 #define PAGE_NONE __pgprot(_PAGE_BASE) macro
250 #define __P000 PAGE_NONE
259 #define __S000 PAGE_NONE
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dpgtable.h66 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _CACHE_CACHED) macro
80 #define __P000 PAGE_NONE
89 #define __S000 PAGE_NONE
/kernel/linux/linux-5.10/arch/um/include/asm/
Dpgtable.h58 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) macro
71 #define __P000 PAGE_NONE
80 #define __S000 PAGE_NONE
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dpgtable_32.h54 #define PAGE_NONE SRMMU_PAGE_NONE macro
69 #define __P000 PAGE_NONE
78 #define __S000 PAGE_NONE
/kernel/linux/linux-5.10/arch/openrisc/include/asm/
Dpgtable.h158 #define PAGE_NONE __pgprot(_PAGE_ALL) macro
180 #define __P000 PAGE_NONE
189 #define __S000 PAGE_NONE
/kernel/linux/linux-5.10/arch/mips/mm/
Dcache.c180 protection_map[0] = PAGE_NONE; in setup_protection_map()
188 protection_map[8] = PAGE_NONE; in setup_protection_map()
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dpgtable.h6 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */ macro
/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dpgtable.h81 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE) macro
118 #define __P000 PAGE_NONE
128 #define __S000 PAGE_NONE
/kernel/linux/linux-5.10/arch/nds32/include/asm/
Dpgtable.h139 #define PAGE_NONE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_A) macro
155 #define __P000 (PAGE_NONE | _PAGE_CACHE_SHRD)
164 #define __S000 (PAGE_NONE | _PAGE_CACHE_SHRD)
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgtable-nommu.h36 #define PAGE_NONE __pgprot(0) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
Dpte-40x.h79 #define PAGE_NONE __pgprot(_PAGE_BASE) macro
Dpte-44x.h119 #define PAGE_NONE __pgprot(_PAGE_BASE) macro
Dpte-fsl-booke.h65 #define PAGE_NONE __pgprot(_PAGE_BASE) macro
/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dpgtable.h34 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */ macro
/kernel/linux/linux-5.10/arch/parisc/include/asm/
Dpgtable.h248 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER) macro
275 #define __P000 PAGE_NONE
284 #define __S000 PAGE_NONE
/kernel/linux/linux-5.10/arch/ia64/include/asm/
Dpgtable.h138 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_A) macro
165 #define __P000 PAGE_NONE
174 #define __S000 PAGE_NONE
/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpgtable_types.h182 #define PAGE_NONE __pg( 0| 0| 0|___A| 0| 0| 0|___G) macro
236 #define __P000 PAGE_NONE
245 #define __S000 PAGE_NONE

12