Searched refs:PAGE_NONE (Results 1 – 18 of 18) sorted by relevance
| /linux/arch/arm64/mm/ |
| H A D | mmap.c | 17 [VM_NONE] = PAGE_NONE, 26 [VM_SHARED] = PAGE_NONE,
|
| /linux/arch/sh/mm/ |
| H A D | mmap.c | 23 [VM_NONE] = PAGE_NONE, 31 [VM_SHARED] = PAGE_NONE,
|
| /linux/arch/sh/include/asm/ |
| H A D | pgtable_32.h | 176 #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/arch/arm/include/asm/ |
| H A D | pgtable-nommu.h | 34 #define PAGE_NONE __pgprot(0) macro
|
| /linux/arch/powerpc/include/asm/ |
| H A D | pgtable-masks.h | 23 #define PAGE_NONE __pgprot(_PAGE_BASE | _PAGE_NA) macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable-bits.h | 112 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_NO_READ | \ macro
|
| /linux/arch/x86/mm/ |
| H A D | cpu_entry_area.c | 127 cea_set_pte(cea, 0, PAGE_NONE); in percpu_setup_debug_store()
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgtable.h | 45 #define PAGE_NONE __pgprot(SUN3_PAGE_VALID \ macro
|
| H A D | motorola_pgtable.h | 76 #define PAGE_NONE __pgprot(_PAGE_PROTNONE | _PAGE_ACCESSED | mm_cachebits) macro
|
| H A D | mcf_pgtable.h | 66 #define PAGE_NONE __pgprot(CF_PAGE_VALID \ macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable-prot.h | 124 #define PAGE_NONE __pgprot(((_PAGE_DEFAULT) & ~PTE_VALID) | PTE_PRESENT_INVALID | PTE_RDONLY | PTE… macro
|
| /linux/arch/sh/kernel/ |
| H A D | io_trapped.c | 73 tiop->virt_base = vmap(pages, n, VM_MAP, PAGE_NONE); in register_trapped_io()
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 231 #define PAGE_NONE __pgprot(_PAGE_PRESENT | _PAGE_USER) macro
|
| /linux/arch/arm64/kvm/ |
| H A D | nested.c | 1486 prot = PAGE_NONE; in kvm_map_l1_vncr() 1494 if (pgprot_val(prot) != pgprot_val(PAGE_NONE)) { in kvm_map_l1_vncr()
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 449 #define PAGE_NONE __pgprot_page_mask(__PAGE_NONE) macro 1548 if (pgprot_val(pgprot) == pgprot_val(PAGE_NONE)) in massage_pgprot_pmd()
|
| /linux/arch/riscv/mm/ |
| H A D | init.c | 350 [VM_NONE] = PAGE_NONE, 358 [VM_SHARED] = PAGE_NONE,
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 159 #define PAGE_NONE __pgprot(_PAGE_PROT_NONE | _PAGE_READ) macro
|
| /linux/arch/x86/events/intel/ |
| H A D | ds.c | 825 cea_set_pte(cea, 0, PAGE_NONE); in ds_clear_cea()
|