Searched defs:vm_struct (Results 1 – 7 of 7) sorted by relevance
19470 struct vm_struct { struct19471 struct vm_struct *next; argument19472 void *addr;19473 long unsigned int size;19474 long unsigned int flags;19475 struct page **pages;19476 unsigned int nr_pages;19477 phys_addr_t phys_addr;19478 const void *caller;
2723 struct vm_struct { struct2724 struct vm_struct *next; argument2725 void *addr;2726 long unsigned int size;2727 long unsigned int flags;2728 struct page **pages;2729 unsigned int nr_pages;2730 phys_addr_t phys_addr;2731 const void *caller;
3239 struct vm_struct { struct3240 struct vm_struct *next; argument3241 void *addr;3242 long unsigned int size;3243 long unsigned int flags;3244 struct page **pages;3245 unsigned int nr_pages;3246 phys_addr_t phys_addr;3247 const void *caller;
3104 struct vm_struct { struct3105 struct vm_struct *next; argument3106 void *addr;3107 long unsigned int size;3108 long unsigned int flags;3109 struct page **pages;3110 unsigned int nr_pages;3111 phys_addr_t phys_addr;3112 const void *caller;