Searched defs:memflags (Results 1 – 11 of 11) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ |
A D | memory.c | 42 unsigned int memflags; /* Allocation flags. */ member 437 static bool propagate_node(unsigned int xmf, unsigned int *memflags) in propagate_node() 470 unsigned int memflags = 0; in memory_exchange() local
|
A D | kimage.c | 77 static struct page_info *kimage_alloc_zeroed_page(unsigned memflags) in kimage_alloc_zeroed_page() 294 struct kexec_image *image, unsigned memflags) in kimage_alloc_normal_control_page() 422 unsigned memflags) in kimage_alloc_control_page()
|
A D | page_alloc.c | 782 unsigned int order, unsigned int memflags, in get_free_buddy() 875 unsigned int order, unsigned int memflags, in alloc_heap_pages() 2067 void *alloc_xenheap_pages(unsigned int order, unsigned int memflags) in alloc_xenheap_pages() 2112 void *alloc_xenheap_pages(unsigned int order, unsigned int memflags) in alloc_xenheap_pages() 2180 unsigned int memflags) in assign_pages() 2230 struct domain *d, unsigned int order, unsigned int memflags) in alloc_domheap_pages()
|
A D | tmem.c | 2022 void *tmem_relinquish_pages(unsigned int order, unsigned int memflags) in tmem_relinquish_pages()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | smpboot.c | 613 unsigned int memflags = node != NUMA_NO_NODE ? MEMF_node(node) : 0; in alloc_stub_page() local 699 unsigned int i, order, memflags = 0; in cpu_smpboot_alloc() local
|
A D | mm.c | 3795 struct domain *d, struct page_info *page, unsigned int memflags) in donate_page() 3835 struct domain *d, struct page_info *page, unsigned int memflags) in steal_page()
|
/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | mm.c | 1167 int donate_page(struct domain *d, struct page_info *page, unsigned int memflags) in donate_page() 1174 struct domain *d, struct page_info *page, unsigned int memflags) in steal_page()
|
/xen-4.10.0-shim-comet/tools/libxc/ |
A D | xc_dom_x86.c | 1141 unsigned int memflags; in meminit_pv() local 1235 unsigned int memflags = 0; in meminit_hvm() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/ |
A D | mm.c | 494 unsigned int n, memflags; in paging_init() local
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | console.c | 871 unsigned int i, order, memflags; in console_init_ring() local
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | svm.c | 1512 unsigned int memflags = 0; in svm_cpu_up_prepare() local
|
Completed in 53 milliseconds