Home
last modified time | relevance | path

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

12

/linux-6.15/arch/x86/mm/
H A Dpgprot.c9 [VM_NONE] = PAGE_NONE,
17 [VM_SHARED] = PAGE_NONE,
H A Dcpu_entry_area.c127 cea_set_pte(cea, 0, PAGE_NONE); in percpu_setup_debug_store()
/linux-6.15/arch/arm64/mm/
H A Dmmap.c17 [VM_NONE] = PAGE_NONE,
26 [VM_SHARED] = PAGE_NONE,
/linux-6.15/arch/m68k/mm/
H A Dsun3mmu.c94 [VM_NONE] = PAGE_NONE,
102 [VM_SHARED] = PAGE_NONE,
H A Dmcfmmu.c222 [VM_NONE] = PAGE_NONE,
249 [VM_SHARED] = PAGE_NONE,
/linux-6.15/arch/xtensa/mm/
H A Dinit.c184 [VM_NONE] = PAGE_NONE,
192 [VM_SHARED] = PAGE_NONE,
/linux-6.15/arch/csky/mm/
H A Dinit.c135 [VM_NONE] = PAGE_NONE,
143 [VM_SHARED] = PAGE_NONE,
/linux-6.15/arch/microblaze/mm/
H A Dinit.c244 [VM_NONE] = PAGE_NONE,
252 [VM_SHARED] = PAGE_NONE,
/linux-6.15/arch/sh/mm/
H A Dmmap.c23 [VM_NONE] = PAGE_NONE,
31 [VM_SHARED] = PAGE_NONE,
/linux-6.15/arch/openrisc/mm/
H A Dinit.c243 [VM_NONE] = PAGE_NONE,
251 [VM_SHARED] = PAGE_NONE,
/linux-6.15/arch/m68k/include/asm/
H A Dpgtable_no.h25 #define PAGE_NONE __pgprot(0) macro
H A Dsun3_pgtable.h45 #define PAGE_NONE __pgprot(SUN3_PAGE_VALID \ macro
H A Dmcf_pgtable.h66 #define PAGE_NONE __pgprot(CF_PAGE_VALID \ macro
/linux-6.15/arch/s390/mm/
H A Dmmap.c198 pm[VM_NONE] = PAGE_NONE; in setup_protection_map()
206 pm[VM_SHARED] = PAGE_NONE; in setup_protection_map()
/linux-6.15/arch/arm/include/asm/
H A Dpgtable-nommu.h34 #define PAGE_NONE __pgprot(0) macro
/linux-6.15/arch/um/kernel/
H A Dmem.c230 [VM_NONE] = PAGE_NONE,
238 [VM_SHARED] = PAGE_NONE,
/linux-6.15/arch/powerpc/include/asm/
H A Dpgtable-masks.h23 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA) macro
/linux-6.15/arch/sh/include/asm/
H A 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-6.15/arch/sparc/mm/
H A Dinit_32.c286 [VM_NONE] = PAGE_NONE,
294 [VM_SHARED] = PAGE_NONE,
/linux-6.15/arch/xtensa/include/asm/
H A Dpgtable.h170 #define PAGE_NONE __pgprot(_PAGE_NONE | _PAGE_USER) macro
191 # define PAGE_NONE __pgprot(0) macro
/linux-6.15/arch/loongarch/include/asm/
H A Dpgtable-bits.h82 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \ macro
/linux-6.15/arch/powerpc/mm/
H A Dpgtable.c535 [VM_NONE] = PAGE_NONE,
543 [VM_SHARED] = PAGE_NONE,
/linux-6.15/arch/parisc/mm/
H A Dinit.c970 [VM_NONE] = PAGE_NONE,
972 [VM_WRITE] = PAGE_NONE,
978 [VM_SHARED] = PAGE_NONE,
/linux-6.15/arch/hexagon/include/asm/
H A Dpgtable.h109 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER | \ macro
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable-prot.h123 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PRESENT_INVALID | PTE_RDONLY | PTE… macro

12