Home
last modified time | relevance | path

Searched defs:vm_flags_t (Results 1 – 3 of 3) sorted by relevance

/linux/rust/kernel/mm/
H A Dvirt.rs73 pub fn flags(&self) -> vm_flags_t { in flags()
244 unsafe fn update_flags(&self, set: vm_flags_t, unset: vm_flags_t) { in update_flags()
/linux/tools/testing/vma/
H A Dvma_internal.h149 typedef unsigned long vm_flags_t; typedef
1145 static inline bool may_expand_vm(struct mm_struct *, vm_flags_t, unsigned long) in may_expand_vm() argument
/linux/include/linux/
H A Dmm_types.h664 typedef unsigned long vm_flags_t; typedef