Home
last modified time | relevance | path

Searched refs:VM_NONE (Results 1 – 9 of 9) sorted by relevance

/linux/tools/testing/vma/include/
H A Ddup.h87 #define VM_NONE 0x00000000 macro
213 #define VM_UFFD_MISSING VM_NONE
236 #define VM_SOFTDIRTY VM_NONE
246 #define VM_STACK_EARLY VM_NONE
257 #define VM_PKEY_BIT3 VM_NONE
262 #define VM_PKEY_BIT4 VM_NONE
268 #define VM_SHADOW_STACK VM_NONE
284 #define VM_GROWSUP VM_NONE
290 #define VM_MTE VM_NONE
291 #define VM_MTE_ALLOWED VM_NONE
[all …]
/linux/arch/arm64/mm/
H A Dmmap.c17 [VM_NONE] = PAGE_NONE,
98 prot = pgprot_val(protection_map[VM_NONE]); in vm_get_page_prot()
/linux/include/linux/
H A Dmm.h282 #define VM_NONE 0x00000000 macro
414 #define VM_UFFD_MISSING VM_NONE
437 #define VM_SOFTDIRTY VM_NONE
447 #define VM_STACK_EARLY VM_NONE
458 #define VM_PKEY_BIT3 VM_NONE
463 #define VM_PKEY_BIT4 VM_NONE
470 #define VM_SHADOW_STACK VM_NONE
486 #define VM_GROWSUP VM_NONE
492 #define VM_MTE VM_NONE
493 #define VM_MTE_ALLOWED VM_NONE
[all …]
/linux/arch/arc/mm/
H A Dmmap.c63 [VM_NONE] = PAGE_U_NONE,
/linux/arch/sh/mm/
H A Dmmap.c23 [VM_NONE] = PAGE_NONE,
/linux/arch/loongarch/mm/
H A Dcache.c162 [VM_NONE] = __pgprot(_CACHE_CC | _PAGE_USER |
/linux/rust/kernel/mm/
H A Dvirt.rs396 pub const NONE: vm_flags_t = bindings::VM_NONE as vm_flags_t;
/linux/mm/
H A Ddebug_vm_pgtable.c1152 * vm_get_page_prot(VM_NONE) or vm_get_page_prot(VM_SHARED|VM_NONE) in init_args()
1159 args->page_prot_none = vm_get_page_prot(VM_NONE); in init_args()
1290 * and increasing i.e starting from VM_NONE and going up to in debug_vm_pgtable()
1293 #define VM_FLAGS_START (VM_NONE) in debug_vm_pgtable()
H A Dmmap.c505 if (VM_DROPPABLE == VM_NONE) in do_mmap()