Searched defs:memflags (Results 1 – 11 of 11) sorted by relevance
/xen/xen/common/ |
A D | kimage.c | 71 static struct page_info *kimage_alloc_zeroed_page(unsigned memflags) in kimage_alloc_zeroed_page() 288 struct kexec_image *image, unsigned memflags) in kimage_alloc_normal_control_page() 416 unsigned memflags) in kimage_alloc_control_page()
|
A D | page_alloc.c | 811 unsigned int order, unsigned int memflags, in get_free_buddy() 917 unsigned int order, unsigned int memflags, in alloc_heap_pages() 2143 void *alloc_xenheap_pages(unsigned int order, unsigned int memflags) in alloc_xenheap_pages() 2188 void *alloc_xenheap_pages(unsigned int order, unsigned int memflags) in alloc_xenheap_pages() 2256 unsigned int memflags) in assign_pages() 2327 struct domain *d, unsigned int order, unsigned int memflags) in alloc_domheap_pages()
|
A D | memory.c | 43 unsigned int memflags; /* Allocation flags. */ member 491 static bool propagate_node(unsigned int xmf, unsigned int *memflags) in propagate_node() 525 unsigned int memflags = 0; in memory_exchange() local
|
/xen/xen/arch/x86/ |
A D | smpboot.c | 643 unsigned int memflags = node != NUMA_NO_NODE ? MEMF_node(node) : 0; in alloc_stub_page() local 990 unsigned int i, memflags = 0; in cpu_smpboot_alloc() local
|
A D | domain.c | 343 unsigned int memflags = in alloc_vcpu_struct() local
|
A D | mm.c | 4283 struct domain *d, struct page_info *page, unsigned int memflags) in steal_page()
|
/xen/tools/libxc/ |
A D | xc_dom_x86.c | 1263 unsigned int memflags; in meminit_pv() local 1357 unsigned int memflags = 0; in meminit_hvm() local
|
/xen/xen/arch/x86/x86_64/ |
A D | mm.c | 480 unsigned int n, memflags; in paging_init() local
|
/xen/xen/drivers/char/ |
A D | console.c | 1026 unsigned int i, order, memflags; in console_init_ring() local
|
/xen/xen/arch/arm/ |
A D | mm.c | 1363 struct domain *d, struct page_info *page, unsigned int memflags) in steal_page()
|
/xen/xen/arch/x86/hvm/svm/ |
A D | svm.c | 1465 unsigned int memflags = 0; in svm_cpu_up_prepare() local
|
Completed in 44 milliseconds