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

  /external/oprofile/module/ia64/
op_syscalls.c 129 if (!(map->vm_flags & VM_EXEC) || !map->vm_file)
135 GET_VM_OFFSET(map), map->vm_file, 1);
138 if (!(map->vm_flags & VM_EXEC) || !map->vm_file)
144 GET_VM_OFFSET(map), map->vm_file, 0);
  /external/oprofile/module/x86/
op_syscalls.c 90 if (!(map->vm_flags & VM_EXEC) || !map->vm_file)
96 GET_VM_OFFSET(map), map->vm_file, 1);
99 if (!(map->vm_flags & VM_EXEC) || !map->vm_file)
105 GET_VM_OFFSET(map), map->vm_file, 0);
  /external/kernel-headers/original/linux/
mm.h 101 unsigned long vm_pgoff; /* Offset (within vm_file) in PAGE_SIZE
103 struct file * vm_file; /* File we map to (can be NULL). */ member in struct:vm_area_struct
    [all...]

Completed in 144 milliseconds