Home
last modified time | relevance | path

Searched refs:MAYEXEC (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/mm/
H A Dvirt.rs381 unsafe { self.update_flags(0, flags::MAYEXEC) }; in try_clear_mayexec()
417 pub const MAYEXEC: vm_flags_t = bindings::VM_MAYEXEC as vm_flags_t; constant
/linux/tools/testing/vma/include/
H A Ddup.h105 DECLARE_VMA_BIT(MAYEXEC, 6),
207 #define VM_MAYEXEC INIT_VM_FLAG(MAYEXEC)
/linux/include/linux/
H A Dmm.h304 DECLARE_VMA_BIT(MAYEXEC, 6),
408 #define VM_MAYEXEC INIT_VM_FLAG(MAYEXEC)