Home
last modified time | relevance | path

Searched refs:page_list_head (Results 1 – 17 of 17) sorted by relevance

/xen-4.10.0-shim-comet/xen/include/xen/
A Dmm.h271 struct page_list_head struct
307 page_list_last(const struct page_list_head *head) in page_list_last()
313 const struct page_list_head *head) in page_list_next()
319 const struct page_list_head *head) in page_list_prev()
394 struct page_list_head *head2) in page_list_del2()
417 page_list_move(struct page_list_head *dst, struct page_list_head *src) in page_list_move()
426 page_list_splice(struct page_list_head *list, struct page_list_head *head) in page_list_splice()
480 page_list_last(const struct page_list_head *head) in page_list_last()
513 struct page_list_head *head2) in page_list_del2()
530 page_list_move(struct page_list_head *dst, struct page_list_head *src) in page_list_move()
[all …]
A Dkimage.h34 struct page_list_head control_pages;
35 struct page_list_head dest_pages;
36 struct page_list_head unusable_pages;
A Diommu.h209 extern struct page_list_head iommu_pt_cleanup_list;
A Dtmem_xen.h30 extern struct page_list_head tmem_page_list;
A Dsched.h317 struct page_list_head page_list; /* linked list */
318 struct page_list_head xenpage_list; /* linked list (size xenheap_pages) */
/xen-4.10.0-shim-comet/tools/libxc/
A Dxc_compression.c74 struct cache_page *page_list_head; member
228 if (item != ctx->page_list_head) in get_cache_page()
244 item->next = ctx->page_list_head; in get_cache_page()
245 (ctx->page_list_head)->prev = item; in get_cache_page()
246 ctx->page_list_head = item; in get_cache_page()
249 return (ctx->page_list_head)->page; in get_cache_page()
264 if (item == ctx->page_list_head) in invalidate_cache_page()
266 ctx->page_list_head = (ctx->page_list_head)->next; in invalidate_cache_page()
267 (ctx->page_list_head)->prev = NULL; in invalidate_cache_page()
527 ctx->page_list_head = &(ctx->cache[0]); in xc_compression_create_context()
/xen-4.10.0-shim-comet/xen/include/asm-x86/
A Ddomain.h94 struct page_list_head pinned_shadows;
97 struct page_list_head freelist;
159 struct page_list_head freelist;
314 struct page_list_head relmem_list;
A Dp2m.h235 struct page_list_head pages;
316 struct page_list_head super, /* List of superpages */
/xen-4.10.0-shim-comet/xen/arch/x86/mm/shadow/
A Dprivate.h235 static inline void sh_terminate_list(struct page_list_head *tmp_list) in sh_terminate_list()
594 const struct page_list_head *pin_list; in prev_pinned_shadow()
632 struct page_list_head *pin_list; in sh_pin()
680 struct page_list_head tmp_list, *pin_list; in sh_unpin()
A Dcommon.c1354 struct page_list_head tmp_list; in shadow_alloc()
1427 struct page_list_head *pin_list; in shadow_free()
A Dmulti.c441 struct page_list_head h = PAGE_LIST_HEAD_INIT(h); in sh_next_page()
/xen-4.10.0-shim-comet/xen/include/asm-arm/
A Dp2m.h34 struct page_list_head pages;
/xen-4.10.0-shim-comet/xen/common/
A Dkimage.c282 static void kimage_free_page_list(struct page_list_head *list) in kimage_free_page_list()
309 struct page_list_head extra_pages; in kimage_alloc_normal_control_page()
A Dpage_alloc.c402 typedef struct page_list_head heap_by_zone_and_order_t[NR_ZONES][MAX_ORDER+1];
/xen-4.10.0-shim-comet/xen/arch/arm/
A Ddomain.c825 static int relinquish_memory(struct domain *d, struct page_list_head *list) in relinquish_memory()
/xen-4.10.0-shim-comet/xen/arch/x86/pv/
A Dshim.c829 const struct page_list_head *list) in batch_memory_op()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Ddomain.c1799 struct domain *d, struct page_list_head *list, unsigned long type) in relinquish_memory()

Completed in 45 milliseconds