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

  /external/oprofile/module/
compat24.h 31 #define GET_VM_OFFSET(v) ((v)->vm_pgoff << PAGE_SHIFT)
compat22.h 21 #define GET_VM_OFFSET(v) ((v)->vm_offset)
op_dname.c 97 if (size > PAGE_ALIGN(OP_HASH_MAP_SIZE) || (vma->vm_flags & VM_WRITE) || GET_VM_OFFSET(vma))
  /external/oprofile/module/ia64/
op_syscalls.c 135 GET_VM_OFFSET(map), map->vm_file, 1);
144 GET_VM_OFFSET(map), map->vm_file, 0);
  /external/oprofile/module/x86/
op_syscalls.c 96 GET_VM_OFFSET(map), map->vm_file, 1);
105 GET_VM_OFFSET(map), map->vm_file, 0);

Completed in 69 milliseconds