/include/xen/ |
A D | mem-reservation.h | 30 struct page **pages, 34 struct page **pages); 38 struct page **pages, in xenmem_reservation_va_mapping_update() argument 43 __xenmem_reservation_va_mapping_update(count, pages, frames); in xenmem_reservation_va_mapping_update() 48 struct page **pages) in xenmem_reservation_va_mapping_reset() argument 52 __xenmem_reservation_va_mapping_reset(count, pages); in xenmem_reservation_va_mapping_reset()
|
A D | xen.h | 65 int xen_alloc_unpopulated_pages(unsigned int nr_pages, struct page **pages); 66 void xen_free_unpopulated_pages(unsigned int nr_pages, struct page **pages); 72 struct page **pages) in xen_alloc_unpopulated_pages() argument 74 return xen_alloc_ballooned_pages(nr_pages, pages); in xen_alloc_unpopulated_pages() 77 struct page **pages) in xen_free_unpopulated_pages() argument 79 xen_free_ballooned_pages(nr_pages, pages); in xen_free_unpopulated_pages()
|
A D | xen-ops.h | 67 struct page **pages); 69 int nr, struct page **pages); 80 struct page **pages) in xen_xlate_remap_gfn_array() argument 86 int nr, struct page **pages) in xen_xlate_unmap_gfn_range() argument 117 struct page **pages) in xen_remap_domain_gfn_array() argument 121 prot, domid, pages); in xen_remap_domain_gfn_array() 176 struct page **pages) in xen_remap_domain_gfn_range() argument 185 int numpgs, struct page **pages);
|
A D | grant_table.h | 81 struct page **pages; member 214 int gnttab_alloc_pages(int nr_pages, struct page **pages); 215 void gnttab_free_pages(int nr_pages, struct page **pages); 220 struct page *pages; member 222 struct list_head pages; member 242 struct page **pages; member 252 int gnttab_pages_set_private(int nr_pages, struct page **pages); 253 void gnttab_pages_clear_private(int nr_pages, struct page **pages); 257 struct page **pages, unsigned int count); 260 struct page **pages, unsigned int count); [all …]
|
A D | balloon.h | 29 int xen_alloc_ballooned_pages(unsigned int nr_pages, struct page **pages); 30 void xen_free_ballooned_pages(unsigned int nr_pages, struct page **pages);
|
A D | xen-front-pgdir-shbuf.h | 47 struct page **pages; member 64 struct page **pages; member
|
/include/linux/ |
A D | balloon_compaction.h | 56 struct list_head pages; /* Pages enqueued & handled to Host */ member 66 struct list_head *pages); 68 struct list_head *pages, size_t n_req_pages); 74 INIT_LIST_HEAD(&balloon->pages); in balloon_devinfo_init() 107 list_add(&page->lru, &balloon->pages); in balloon_page_insert() 138 static inline void balloon_page_push(struct list_head *pages, struct page *page) in balloon_page_push() argument 140 list_add(&page->lru, pages); in balloon_page_push() 150 static inline struct page *balloon_page_pop(struct list_head *pages) in balloon_page_pop() argument 152 struct page *page = list_first_entry_or_null(pages, struct page, lru); in balloon_page_pop()
|
A D | mman.h | 76 static inline void vm_acct_memory(long pages) in vm_acct_memory() argument 78 percpu_counter_add_batch(&vm_committed_as, pages, vm_committed_as_batch); in vm_acct_memory() 81 static inline void vm_unacct_memory(long pages) in vm_unacct_memory() argument 83 vm_acct_memory(-pages); in vm_unacct_memory()
|
A D | vmalloc.h | 57 struct page **pages; member 143 extern void *vm_map_ram(struct page **pages, unsigned int count, int node); 207 extern void *vmap(struct page **pages, unsigned int count, 220 struct page **pages, unsigned int page_shift); 298 unsigned long end, struct page **pages);
|
A D | cma.h | 52 extern bool cma_pages_valid(struct cma *cma, const struct page *pages, unsigned long count); 53 extern bool cma_release(struct cma *cma, const struct page *pages, unsigned long count);
|
A D | tee_drv.h | 71 struct page **pages; member 164 return shm->pages; in tee_shm_get_pages()
|
A D | swap.h | 170 static inline void mm_account_reclaimed_pages(unsigned long pages) in mm_account_reclaimed_pages() argument 173 current->reclaim_state->reclaimed += pages; in mm_account_reclaimed_pages() 314 unsigned int pages; /* total of usable pages of swap */ member 546 #define free_pages_and_swap_cache(pages, nr) \ argument 547 release_pages((pages), (nr));
|
A D | nfs_xdr.h | 246 struct page **pages; member 679 struct page ** pages; member 790 struct page **pages; member 885 struct page ** pages; member 894 struct page ** pages; member 900 struct page ** pages; member 910 struct page ** pages; member 922 struct page ** pages; member 963 struct page ** pages; member 990 struct page ** pages; member [all …]
|
A D | kmsan.h | 144 struct page **pages, 351 struct page **pages, unsigned int page_shift) in kmsan_vmap_pages_range_noflush() argument
|
/include/trace/events/ |
A D | tlb.h | 40 TP_PROTO(int reason, unsigned long pages), 41 TP_ARGS(reason, pages), 45 __field(unsigned long, pages) 50 __entry->pages = pages; 54 __entry->pages,
|
/include/drm/ |
A D | drm_vma_manager.h | 70 unsigned long pages); 72 struct drm_vma_offset_node *node, unsigned long pages); 98 unsigned long pages) in drm_vma_offset_exact_lookup_locked() argument 102 node = drm_vma_offset_lookup_locked(mgr, start, pages); in drm_vma_offset_exact_lookup_locked()
|
A D | drm_pagemap.h | 180 int (*copy_to_devmem)(struct page **pages, 194 int (*copy_to_ram)(struct page **pages,
|
A D | drm_cache.h | 40 void drm_clflush_pages(struct page *pages[], unsigned long num_pages);
|
A D | drm_prime.h | 96 struct page **pages, unsigned int nr_pages); 114 int drm_prime_sg_to_page_array(struct sg_table *sgt, struct page **pages,
|
A D | drm_panic.h | 50 struct page **pages; member
|
/include/linux/sched/ |
A D | numa_balancing.h | 29 extern void task_numa_fault(int last_node, int node, int pages, int flags); 36 static inline void task_numa_fault(int last_node, int node, int pages, in task_numa_fault() argument
|
/include/xen/arm/ |
A D | page.h | 97 struct page **pages, unsigned int count); 101 struct page **pages, unsigned int count);
|
/include/linux/mtd/ |
A D | bbm.h | 43 int pages[NAND_MAX_CHIPS]; member
|
/include/linux/ceph/ |
A D | libceph.h | 316 extern void ceph_release_page_vector(struct page **pages, int num_pages); 317 extern void ceph_put_page_vector(struct page **pages, int num_pages, 320 extern void ceph_copy_from_page_vector(struct page **pages, 323 extern void ceph_zero_page_vector_range(int off, int len, struct page **pages);
|
/include/drm/ttm/ |
A D | ttm_pool.h | 59 struct list_head pages; member
|