HomeSort by relevance Sort by last modified time
    Searched refs:vm_flags (Results 1 - 2 of 2) sorted by null

  /external/kernel-headers/original/asm-arm/
cacheflush.h 128 * - flags - vma->vm_flags field
275 vma->vm_flags);
283 __cpuc_flush_user_range(addr, addr + PAGE_SIZE, vma->vm_flags);
  /external/kernel-headers/original/linux/
mm.h 68 unsigned long vm_flags; /* Flags, listed below. */ member in struct:vm_area_struct
133 * vm_flags..
179 #define VM_ClearReadHint(v) (v)->vm_flags &= ~VM_READHINTMASK
180 #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)
185 * mapping from the currently active vm_flags protection bits (the
919 unsigned long vm_flags, struct anon_vma *, struct file *, pgoff_t,
    [all...]

Completed in 1918 milliseconds