Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/powerpc/include/asm/
Dpte-common.h154 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA) macro
165 #define __P000 PAGE_NONE
174 #define __S000 PAGE_NONE
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable-prot.h93 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PROT_NONE | PTE_RDONLY | PTE_NG | … macro
100 #define __P000 PAGE_NONE
109 #define __S000 PAGE_NONE
/Linux-v4.19/arch/sh/include/asm/
Dpgtable.h105 #define __P000 PAGE_NONE
114 #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
/Linux-v4.19/arch/xtensa/include/asm/
Dpgtable.h172 #define PAGE_NONE __pgprot(_PAGE_NONE | _PAGE_USER) macro
193 # define PAGE_NONE __pgprot(0) macro
208 #define __P000 PAGE_NONE /* private --- */
217 #define __S000 PAGE_NONE /* shared --- */
/Linux-v4.19/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
/Linux-v4.19/arch/microblaze/include/asm/
Dpgtable.h29 #define PAGE_NONE __pgprot(0) /* these mean nothing to non MMU */ macro
253 #define PAGE_NONE __pgprot(_PAGE_BASE) macro
270 #define __P000 PAGE_NONE
279 #define __S000 PAGE_NONE
/Linux-v4.19/arch/um/include/asm/
Dpgtable.h60 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) macro
73 #define __P000 PAGE_NONE
82 #define __S000 PAGE_NONE
/Linux-v4.19/arch/sparc/include/asm/
Dpgtable_32.h51 #define PAGE_NONE SRMMU_PAGE_NONE macro
66 #define __P000 PAGE_NONE
75 #define __S000 PAGE_NONE
/Linux-v4.19/arch/riscv/include/asm/
Dpgtable.h47 #define PAGE_NONE __pgprot(0) macro
73 #define __P000 PAGE_NONE
83 #define __S000 PAGE_NONE
/Linux-v4.19/arch/openrisc/include/asm/
Dpgtable.h163 #define PAGE_NONE __pgprot(_PAGE_ALL) macro
185 #define __P000 PAGE_NONE
194 #define __S000 PAGE_NONE
/Linux-v4.19/arch/mips/mm/
Dcache.c184 protection_map[0] = PAGE_NONE; in setup_protection_map()
192 protection_map[8] = PAGE_NONE; in setup_protection_map()
/Linux-v4.19/arch/h8300/include/asm/
Dpgtable.h9 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */ macro
/Linux-v4.19/arch/nds32/include/asm/
Dpgtable.h144 #define PAGE_NONE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_A) macro
160 #define __P000 (PAGE_NONE | _PAGE_CACHE_SHRD)
169 #define __S000 (PAGE_NONE | _PAGE_CACHE_SHRD)
/Linux-v4.19/arch/c6x/include/asm/
Dpgtable.h38 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */ macro
/Linux-v4.19/arch/arm/include/asm/
Dpgtable-nommu.h40 #define PAGE_NONE __pgprot(0) macro
/Linux-v4.19/arch/x86/include/asm/
Dpgtable_types.h154 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED) macro
218 #define __P000 PAGE_NONE
227 #define __S000 PAGE_NONE
/Linux-v4.19/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
/Linux-v4.19/arch/parisc/include/asm/
Dpgtable.h230 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER | _PAGE_ACCESSED) macro
257 #define __P000 PAGE_NONE
266 #define __S000 PAGE_NONE
/Linux-v4.19/arch/x86/mm/
Dcpu_entry_area.c78 cea_set_pte(cea, 0, PAGE_NONE); in percpu_setup_debug_store()
/Linux-v4.19/arch/s390/include/asm/
Dpgtable.h398 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_INVALID | _PAGE_PROTECT) macro
423 #define __P000 PAGE_NONE
432 #define __S000 PAGE_NONE
1300 if (pgprot_val(pgprot) == pgprot_val(PAGE_NONE)) in massage_pgprot_pmd()
/Linux-v4.19/arch/sh/kernel/
Dio_trapped.c76 tiop->virt_base = vmap(pages, n, VM_MAP, PAGE_NONE); in register_trapped_io()
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h165 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_PRIVILEGED) macro
173 #define __P000 PAGE_NONE
182 #define __S000 PAGE_NONE

12