Searched refs:vm_flags (Results 1 – 6 of 6) sorted by relevance
90 if (!(map->vm_flags & VM_EXEC) || !map->vm_file) in oprof_output_maps()92 if (!(map->vm_flags & VM_EXECUTABLE)) in oprof_output_maps()99 if (!(map->vm_flags & VM_EXEC) || !map->vm_file) in oprof_output_maps()101 if (map->vm_flags & VM_EXECUTABLE) in oprof_output_maps()
129 if (!(map->vm_flags & VM_EXEC) || !map->vm_file) in oprof_output_maps()131 if (!(map->vm_flags & VM_EXECUTABLE)) in oprof_output_maps()138 if (!(map->vm_flags & VM_EXEC) || !map->vm_file) in oprof_output_maps()140 if (map->vm_flags & VM_EXECUTABLE) in oprof_output_maps()
68 unsigned long vm_flags; /* Flags, listed below. */ member179 #define VM_ClearReadHint(v) (v)->vm_flags &= ~VM_READHINTMASK180 #define VM_NormalReadHint(v) (!((v)->vm_flags & VM_READHINTMASK))181 #define VM_SequentialReadHint(v) ((v)->vm_flags & VM_SEQ_READ)182 #define VM_RandomReadHint(v) ((v)->vm_flags & VM_RAND_READ)919 unsigned long vm_flags, struct anon_vma *, struct file *, pgoff_t,
969 if (vma->vm_flags & VM_EXEC) in perf_event_mmap()
275 vma->vm_flags); in flush_cache_range()283 __cpuc_flush_user_range(addr, addr + PAGE_SIZE, vma->vm_flags); in flush_cache_page()
97 if (size > PAGE_ALIGN(OP_HASH_MAP_SIZE) || (vma->vm_flags & VM_WRITE) || GET_VM_OFFSET(vma)) in oprof_hash_map_mmap()