Home
last modified time | relevance | path

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

/linux/rust/kernel/mm/
H A Dvirt.rs331 unsafe { self.update_flags(0, flags::MAYREAD) }; in try_clear_mayread()
411 pub const MAYREAD: vm_flags_t = bindings::VM_MAYREAD as vm_flags_t; constant
/linux/tools/testing/vma/include/
H A Ddup.h103 DECLARE_VMA_BIT(MAYREAD, 4), /* limits for mprotect() etc. */
205 #define VM_MAYREAD INIT_VM_FLAG(MAYREAD)
/linux/include/linux/
H A Dmm.h302 DECLARE_VMA_BIT(MAYREAD, 4), /* limits for mprotect() etc. */
406 #define VM_MAYREAD INIT_VM_FLAG(MAYREAD)