/xen-4.10.0-shim-comet/xen/arch/arm/ |
A D | percpu.c | 23 if ( (p = alloc_xenheap_pages(PERCPU_ORDER, 0)) == NULL ) in init_percpu_area()
|
A D | domain.c | 484 d = alloc_xenheap_pages(0, 0); in alloc_domain_struct() 506 v = alloc_xenheap_pages(0, 0); in alloc_vcpu_struct() 523 v->arch.stack = alloc_xenheap_pages(STACK_ORDER, MEMF_node(vcpu_to_node(v))); in vcpu_initialise() 596 if ( (d->shared_info = alloc_xenheap_pages(0, 0)) == NULL ) in arch_domain_create()
|
A D | kernel.c | 464 info->elf.kernel_img = alloc_xenheap_pages(info->elf.kernel_order, 0); in kernel_elf_probe()
|
A D | mm.c | 753 domheap = alloc_xenheap_pages(get_order_from_pages(DOMHEAP_SECOND_PAGES), 0); in init_secondary_pagetables()
|
/xen-4.10.0-shim-comet/xen/arch/x86/ |
A D | percpu.c | 33 if ( (p = alloc_xenheap_pages(PERCPU_ORDER, 0)) == NULL ) in init_percpu_area()
|
A D | smpboot.c | 707 stack_base[cpu] = alloc_xenheap_pages(STACK_ORDER, memflags); in cpu_smpboot_alloc() 713 per_cpu(gdt_table, cpu) = gdt = alloc_xenheap_pages(order, memflags); in cpu_smpboot_alloc() 720 per_cpu(compat_gdt_table, cpu) = gdt = alloc_xenheap_pages(order, memflags); in cpu_smpboot_alloc() 727 idt_tables[cpu] = alloc_xenheap_pages(order, memflags); in cpu_smpboot_alloc()
|
A D | domain.c | 282 d = alloc_xenheap_pages(order, MEMF_bits(bits)); in alloc_domain_struct() 309 v = alloc_xenheap_pages(0, MEMF_bits(32)); in alloc_vcpu_struct() 511 if ( (d->shared_info = alloc_xenheap_pages(0, MEMF_bits(32))) == NULL ) in arch_domain_create()
|
/xen-4.10.0-shim-comet/xen/common/ |
A D | tmem_xen.c | 222 per_cpu(dstmem, cpu) = alloc_xenheap_pages(dstmem_order, 0); in cpu_callback() 224 per_cpu(workmem, cpu) = alloc_xenheap_pages(workmem_order, 0); in cpu_callback()
|
A D | gunzip.c | 116 free_mem_ptr = (unsigned long)alloc_xenheap_pages(HEAPORDER, 0); in perform_gunzip()
|
A D | trace.c | 191 t_info = alloc_xenheap_pages(get_order_from_pages(t_info_pages), 0); in alloc_trace_bufs() 212 void *p = alloc_xenheap_pages(0, MEMF_bits(32 + PAGE_SHIFT)); in alloc_trace_bufs()
|
A D | xmalloc_tlsf.c | 302 pool = (void *)alloc_xenheap_pages(pool_order, 0); in xmem_pool_create() 534 res = alloc_xenheap_pages(order, 0); in xmalloc_whole_pages()
|
A D | page_alloc.c | 576 _heap[node] = alloc_xenheap_pages(get_order_from_pages(needed), 0); in init_node_heap() 2067 void *alloc_xenheap_pages(unsigned int order, unsigned int memflags) in alloc_xenheap_pages() function 2112 void *alloc_xenheap_pages(unsigned int order, unsigned int memflags) in alloc_xenheap_pages() function
|
A D | xenoprof.c | 251 d->xenoprof->rawbuf = alloc_xenheap_pages(get_order_from_pages(npages), 0); in alloc_xenoprof_struct()
|
A D | kexec.c | 587 crash_heap_current = alloc_xenheap_pages( in kexec_init()
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/ |
A D | nestedhvm.c | 173 shadow_io_bitmap[i] = alloc_xenheap_pages(order, 0); in nestedhvm_setup()
|
/xen-4.10.0-shim-comet/xen/drivers/char/ |
A D | console.c | 367 buf = alloc_xenheap_pages(order, 0); in dump_console_ring_key() 879 while ( (ring = alloc_xenheap_pages(order, memflags)) == NULL ) in console_init_ring() 1209 debugtrace_buf = alloc_xenheap_pages(order, 0); in debugtrace_init()
|
A D | serial.c | 578 port->txbuf = alloc_xenheap_pages( in serial_async_transmit()
|
/xen-4.10.0-shim-comet/xen/arch/x86/pv/ |
A D | domain.c | 192 alloc_xenheap_pages(0, MEMF_node(domain_to_node(d))); in pv_domain_initialise()
|
A D | shim.c | 197 void *page = alloc_xenheap_pages(0, MEMF_bits(32)); in pv_shim_setup_dom()
|
/xen-4.10.0-shim-comet/xen/include/xen/ |
A D | mm.h | 160 void *alloc_xenheap_pages(unsigned int order, unsigned int memflags); 163 #define alloc_xenheap_page() (alloc_xenheap_pages(0,0))
|
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/svm/ |
A D | vmcb.c | 88 arch_svm->msrpm = alloc_xenheap_pages(get_order_from_bytes(MSRPM_SIZE), 0); in construct_vmcb()
|
A D | nestedsvm.c | 104 msrpm = alloc_xenheap_pages(get_order_from_bytes(MSRPM_SIZE), 0); in nsvm_vcpu_initialise() 110 msrpm = alloc_xenheap_pages(get_order_from_bytes(MSRPM_SIZE), 0); in nsvm_vcpu_initialise()
|
/xen-4.10.0-shim-comet/xen/include/asm-x86/hvm/svm/ |
A D | amd-iommu-proto.h | 191 buf = alloc_xenheap_pages(order, 0); in __alloc_amd_iommu_tables()
|
/xen-4.10.0-shim-comet/xen/arch/x86/mm/ |
A D | mem_sharing.c | 194 alloc_xenheap_pages(RMAP_HASHTAB_ORDER, 0); in rmap_list_to_hash_table()
|
/xen-4.10.0-shim-comet/xen/drivers/passthrough/ |
A D | pci.c | 474 pseg->ro_map = alloc_xenheap_pages(get_order_from_bytes(sz), 0); in pci_ro_device()
|