Home
last modified time | relevance | path

Searched refs:PAGE_NONE (Results 1 - 25 of 90) sorted by relevance

1234

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpgtable-prot.h84 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PROT_NONE | PTE_RDONLY | PTE_NG | PTE_PXN | PTE_UXN) macro
91 #define __P000 PAGE_NONE
100 #define __S000 PAGE_NONE
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dpgprot.c9 [VM_NONE] = PAGE_NONE,
17 [VM_SHARED] = PAGE_NONE,
/kernel/linux/linux-6.6/arch/arm64/mm/
H A Dmmap.c17 [VM_NONE] = PAGE_NONE,
26 [VM_SHARED] = PAGE_NONE,
/kernel/linux/linux-5.10/arch/xtensa/include/asm/
H A Dpgtable.h99 * (PAGE_NONE)| PPN | 0 | 00 | ADW | 01 | 11 | 11 |
104 * For T1050 hardware and earlier the layout differs for present and (PAGE_NONE)
108 * (PAGE_NONE)| PPN | 0 | 00 | ADW | 01 | 01 | 00 |
168 #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/m68k/include/asm/
H A Dsun3_pgtable.h45 #define PAGE_NONE __pgprot(SUN3_PAGE_VALID \ macro
74 #define __P000 PAGE_NONE
83 #define __S000 PAGE_NONE
H A Dmcf_pgtable.h63 #define PAGE_NONE __pgprot(CF_PAGE_VALID \ macro
94 #define __P000 PAGE_NONE
122 #define __S000 PAGE_NONE
H A Dpgtable_no.h26 #define PAGE_NONE __pgprot(0) macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
H A Dpgtable.h24 #define __P000 PAGE_NONE
33 #define __S000 PAGE_NONE
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dpgtable.h94 #define __P000 PAGE_NONE
103 #define __S000 PAGE_NONE
/kernel/linux/linux-6.6/arch/m68k/mm/
H A Dsun3mmu.c100 [VM_NONE] = PAGE_NONE,
108 [VM_SHARED] = PAGE_NONE,
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/
H A Dtlbflush.h163 return (pte & (pgprot_val(PAGE_NONE) | _PAGE_RWX)) == pgprot_val(PAGE_NONE); in __pte_protnone()
/kernel/linux/linux-6.6/arch/openrisc/mm/
H A Dinit.c211 [VM_NONE] = PAGE_NONE,
219 [VM_SHARED] = PAGE_NONE,
/kernel/linux/linux-6.6/arch/sh/mm/
H A Dmmap.c23 [VM_NONE] = PAGE_NONE,
31 [VM_SHARED] = PAGE_NONE,
/kernel/linux/linux-6.6/arch/xtensa/mm/
H A Dinit.c222 [VM_NONE] = PAGE_NONE,
230 [VM_SHARED] = PAGE_NONE,
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A 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/openrisc/include/asm/
H A 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/riscv/include/asm/
H A Dpgtable.h103 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE) macro
140 #define __P000 PAGE_NONE
150 #define __S000 PAGE_NONE
/kernel/linux/linux-5.10/arch/um/include/asm/
H A 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/
H A 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/microblaze/include/asm/
H A 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/h8300/include/asm/
H A Dpgtable.h6 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */ macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dpgtable_no.h25 #define PAGE_NONE __pgprot(0) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dpgtable-nommu.h36 #define PAGE_NONE __pgprot(0) macro
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dpgtable-nommu.h34 #define PAGE_NONE __pgprot(0) macro
/kernel/linux/linux-5.10/arch/mips/mm/
H A Dcache.c180 protection_map[0] = PAGE_NONE; in setup_protection_map()
188 protection_map[8] = PAGE_NONE; in setup_protection_map()

Completed in 11 milliseconds

1234