/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | pgtable-prot.h | 84 #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 D | pgprot.c | 9 [VM_NONE] = PAGE_NONE, 17 [VM_SHARED] = PAGE_NONE,
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | mmap.c | 17 [VM_NONE] = PAGE_NONE, 26 [VM_SHARED] = PAGE_NONE,
|
/kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
H A D | pgtable.h | 99 * (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 D | sun3_pgtable.h | 45 #define PAGE_NONE __pgprot(SUN3_PAGE_VALID \ macro 74 #define __P000 PAGE_NONE 83 #define __S000 PAGE_NONE
|
H A D | mcf_pgtable.h | 63 #define PAGE_NONE __pgprot(CF_PAGE_VALID \ macro 94 #define __P000 PAGE_NONE 122 #define __S000 PAGE_NONE
|
H A D | pgtable_no.h | 26 #define PAGE_NONE __pgprot(0) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pgtable.h | 24 #define __P000 PAGE_NONE 33 #define __S000 PAGE_NONE
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
H A D | pgtable.h | 94 #define __P000 PAGE_NONE 103 #define __S000 PAGE_NONE
|
/kernel/linux/linux-6.6/arch/m68k/mm/ |
H A D | sun3mmu.c | 100 [VM_NONE] = PAGE_NONE, 108 [VM_SHARED] = PAGE_NONE,
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/64/ |
H A D | tlbflush.h | 163 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 D | init.c | 211 [VM_NONE] = PAGE_NONE, 219 [VM_SHARED] = PAGE_NONE,
|
/kernel/linux/linux-6.6/arch/sh/mm/ |
H A D | mmap.c | 23 [VM_NONE] = PAGE_NONE, 31 [VM_SHARED] = PAGE_NONE,
|
/kernel/linux/linux-6.6/arch/xtensa/mm/ |
H A D | init.c | 222 [VM_NONE] = PAGE_NONE, 230 [VM_SHARED] = PAGE_NONE,
|
/kernel/linux/linux-5.10/arch/csky/include/asm/ |
H A D | pgtable.h | 66 #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 D | pgtable.h | 158 #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 D | pgtable.h | 103 #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 D | pgtable.h | 58 #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 D | pgtable_32.h | 54 #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 D | pgtable.h | 25 #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 D | pgtable.h | 6 #define PAGE_NONE __pgprot(0) /* these mean nothing to NO_MM */ macro
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | pgtable_no.h | 25 #define PAGE_NONE __pgprot(0) macro
|
/kernel/linux/linux-5.10/arch/arm/include/asm/ |
H A D | pgtable-nommu.h | 36 #define PAGE_NONE __pgprot(0) macro
|
/kernel/linux/linux-6.6/arch/arm/include/asm/ |
H A D | pgtable-nommu.h | 34 #define PAGE_NONE __pgprot(0) macro
|
/kernel/linux/linux-5.10/arch/mips/mm/ |
H A D | cache.c | 180 protection_map[0] = PAGE_NONE; in setup_protection_map() 188 protection_map[8] = PAGE_NONE; in setup_protection_map()
|