/xen/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 | 508 d = alloc_xenheap_pages(0, 0); in alloc_domain_struct() 541 v = alloc_xenheap_pages(get_order_from_bytes(sizeof(*v)), 0); in alloc_vcpu_struct() 564 v->arch.stack = alloc_xenheap_pages(STACK_ORDER, MEMF_node(vcpu_to_node(v))); in arch_vcpu_create() 705 if ( (d->shared_info = alloc_xenheap_pages(0, 0)) == NULL ) in arch_domain_create()
|
A D | mm.c | 754 domheap = alloc_xenheap_pages(get_order_from_pages(DOMHEAP_SECOND_PAGES), 0); in init_secondary_pagetables()
|
/xen/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 | 1001 stack_base[cpu] = alloc_xenheap_pages(STACK_ORDER, memflags); in cpu_smpboot_alloc() 1012 gdt = per_cpu(gdt, cpu) ?: alloc_xenheap_pages(0, memflags); in cpu_smpboot_alloc() 1023 per_cpu(compat_gdt, cpu) = gdt = alloc_xenheap_pages(0, memflags); in cpu_smpboot_alloc() 1033 idt_tables[cpu] = alloc_xenheap_pages(0, memflags); in cpu_smpboot_alloc()
|
A D | domain.c | 323 d = alloc_xenheap_pages(0, MEMF_bits(bits)); in alloc_domain_struct() 347 v = alloc_xenheap_pages(0, memflags); in alloc_vcpu_struct() 608 if ( (d->shared_info = alloc_xenheap_pages(0, MEMF_bits(32))) == NULL ) in arch_domain_create()
|
/xen/xen/common/ |
A D | gunzip.c | 116 free_mem_ptr = (unsigned long)alloc_xenheap_pages(HEAPORDER, 0); in perform_gunzip()
|
A D | debugtrace.c | 251 data = alloc_xenheap_pages(order, 0); in debugtrace_alloc_buffer()
|
A D | trace.c | 192 t_info = alloc_xenheap_pages(get_order_from_pages(t_info_pages), 0); in alloc_trace_bufs() 213 void *p = alloc_xenheap_pages(0, MEMF_bits(32 + PAGE_SHIFT)); in alloc_trace_bufs()
|
A D | xmalloc_tlsf.c | 313 pool = (void *)alloc_xenheap_pages(pool_order, 0); in xmem_pool_create() 533 res = alloc_xenheap_pages(order, 0); in xmalloc_whole_pages()
|
A D | page_alloc.c | 608 _heap[node] = alloc_xenheap_pages(get_order_from_pages(needed), 0); in init_node_heap() 2143 void *alloc_xenheap_pages(unsigned int order, unsigned int memflags) in alloc_xenheap_pages() function 2188 void *alloc_xenheap_pages(unsigned int order, unsigned int memflags) in alloc_xenheap_pages() function
|
A D | xenoprof.c | 290 d->xenoprof->rawbuf = alloc_xenheap_pages(get_order_from_pages(npages), 0); in alloc_xenoprof_struct()
|
A D | kexec.c | 588 crash_heap_current = alloc_xenheap_pages( in kexec_init()
|
/xen/xen/arch/x86/hvm/ |
A D | nestedhvm.c | 152 shadow_io_bitmap[i] = alloc_xenheap_pages(order, 0); in nestedhvm_setup()
|
/xen/xen/include/xen/ |
A D | mm.h | 165 void *alloc_xenheap_pages(unsigned int order, unsigned int memflags); 168 #define alloc_xenheap_page() (alloc_xenheap_pages(0,0))
|
/xen/xen/arch/x86/hvm/svm/ |
A D | vmcb.c | 87 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/xen/drivers/passthrough/amd/ |
A D | iommu.h | 377 return alloc_xenheap_pages(order, 0); in __alloc_amd_iommu_tables()
|
/xen/xen/drivers/char/ |
A D | console.c | 437 buf = alloc_xenheap_pages(order, 0); in dump_console_ring_key() 1034 while ( (ring = alloc_xenheap_pages(order, memflags)) == NULL ) in console_init_ring()
|
A D | serial.c | 589 port->txbuf = alloc_xenheap_pages( in serial_async_transmit()
|
/xen/xen/arch/x86/pv/ |
A D | domain.c | 357 alloc_xenheap_pages(0, MEMF_node(domain_to_node(d))); in pv_domain_initialise()
|
A D | shim.c | 238 void *page = alloc_xenheap_pages(0, MEMF_bits(32)); in pv_shim_setup_dom()
|
/xen/xen/arch/arm/acpi/ |
A D | domain_build.c | 505 d->arch.efi_acpi_table = alloc_xenheap_pages(order, 0); in prepare_acpi()
|
/xen/xen/arch/x86/mm/ |
A D | mem_sharing.c | 239 alloc_xenheap_pages(RMAP_HASHTAB_ORDER, 0); in rmap_list_to_hash_table()
|
/xen/xen/drivers/passthrough/ |
A D | pci.c | 514 pseg->ro_map = alloc_xenheap_pages(get_order_from_bytes(sz), 0); in pci_ro_device()
|