Searched defs:vm_area_struct (Results 1 - 1 of 1) sorted by relevance

/external/kernel-headers/original/linux/
H A Dmm.h58 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 *vm
[all...]

Completed in 53 milliseconds