HomeSort by relevance Sort by last modified time
    Searched refs:vm_area_struct (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/kernel-headers/original/linux/
mm.h 58 struct vm_area_struct { struct
65 struct vm_area_struct *vm_next;
82 struct vm_area_struct *head;
122 struct vm_area_struct *vma;
197 void (*open)(struct vm_area_struct * area);
198 void (*close)(struct vm_area_struct * area);
199 struct page * (*nopage)(struct vm_area_struct * area, unsigned long address, int *type);
200 int (*populate)(struct vm_area_struct * area, unsigned long address, unsigned long len, pgprot_t prot, unsigned long pgoff, int nonblock);
204 int (*page_mkwrite)(struct vm_area_struct *vma, struct page *page);
206 int (*set_policy)(struct vm_area_struct *vma, struct mempolicy *new)
    [all...]
vmalloc.h 7 struct vm_area_struct;
55 extern int remap_vmalloc_range(struct vm_area_struct *vma, void *addr,
mempolicy.h 37 struct vm_area_struct;
138 struct vm_area_struct *vma,
161 extern struct zonelist *huge_zonelist(struct vm_area_struct *vma,
206 struct vm_area_struct *vma,
258 static inline struct zonelist *huge_zonelist(struct vm_area_struct *vma,
  /bionic/libc/kernel/common/linux/
vmalloc.h 18 struct vm_area_struct;
sysfs.h 39 struct vm_area_struct;
48 struct vm_area_struct *vma);
  /development/ndk/platforms/android-3/include/linux/
vmalloc.h 18 struct vm_area_struct;
sysfs.h 39 struct vm_area_struct;
48 struct vm_area_struct *vma);
android_pmem.h 44 int (*mmap) (struct file *, struct vm_area_struct *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
vmalloc.h 18 struct vm_area_struct;
sysfs.h 39 struct vm_area_struct;
48 struct vm_area_struct *vma);
android_pmem.h 44 int (*mmap) (struct file *, struct vm_area_struct *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
vmalloc.h 18 struct vm_area_struct;
sysfs.h 39 struct vm_area_struct;
48 struct vm_area_struct *vma);
android_pmem.h 44 int (*mmap) (struct file *, struct vm_area_struct *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
vmalloc.h 18 struct vm_area_struct;
sysfs.h 39 struct vm_area_struct;
48 struct vm_area_struct *vma);
android_pmem.h 44 int (*mmap) (struct file *, struct vm_area_struct *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
vmalloc.h 18 struct vm_area_struct;
sysfs.h 39 struct vm_area_struct;
48 struct vm_area_struct *vma);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
vmalloc.h 18 struct vm_area_struct;
sysfs.h 39 struct vm_area_struct;
48 struct vm_area_struct *vma);
android_pmem.h 44 int (*mmap) (struct file *, struct vm_area_struct *);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
vmalloc.h 18 struct vm_area_struct;
sysfs.h 39 struct vm_area_struct;
48 struct vm_area_struct *vma);
  /external/kernel-headers/original/asm-x86/
tlbflush_32.h 104 static inline void flush_tlb_page(struct vm_area_struct *vma,
111 static inline void flush_tlb_range(struct vm_area_struct *vma,
133 extern void flush_tlb_page(struct vm_area_struct *, unsigned long);
137 static inline void flush_tlb_range(struct vm_area_struct * vma, unsigned long start, unsigned long end)

Completed in 1049 milliseconds

1 2 3