Home
last modified time | relevance | path

Searched refs:alloc_xenheap_pages (Results 1 – 25 of 26) sorted by relevance

12

/xen/xen/arch/arm/
A Dpercpu.c23 if ( (p = alloc_xenheap_pages(PERCPU_ORDER, 0)) == NULL ) in init_percpu_area()
A Ddomain.c508 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 Dmm.c754 domheap = alloc_xenheap_pages(get_order_from_pages(DOMHEAP_SECOND_PAGES), 0); in init_secondary_pagetables()
/xen/xen/arch/x86/
A Dpercpu.c33 if ( (p = alloc_xenheap_pages(PERCPU_ORDER, 0)) == NULL ) in init_percpu_area()
A Dsmpboot.c1001 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 Ddomain.c323 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 Dgunzip.c116 free_mem_ptr = (unsigned long)alloc_xenheap_pages(HEAPORDER, 0); in perform_gunzip()
A Ddebugtrace.c251 data = alloc_xenheap_pages(order, 0); in debugtrace_alloc_buffer()
A Dtrace.c192 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 Dxmalloc_tlsf.c313 pool = (void *)alloc_xenheap_pages(pool_order, 0); in xmem_pool_create()
533 res = alloc_xenheap_pages(order, 0); in xmalloc_whole_pages()
A Dpage_alloc.c608 _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 Dxenoprof.c290 d->xenoprof->rawbuf = alloc_xenheap_pages(get_order_from_pages(npages), 0); in alloc_xenoprof_struct()
A Dkexec.c588 crash_heap_current = alloc_xenheap_pages( in kexec_init()
/xen/xen/arch/x86/hvm/
A Dnestedhvm.c152 shadow_io_bitmap[i] = alloc_xenheap_pages(order, 0); in nestedhvm_setup()
/xen/xen/include/xen/
A Dmm.h165 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 Dvmcb.c87 svm->msrpm = alloc_xenheap_pages(get_order_from_bytes(MSRPM_SIZE), 0); in construct_vmcb()
A Dnestedsvm.c104 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 Diommu.h377 return alloc_xenheap_pages(order, 0); in __alloc_amd_iommu_tables()
/xen/xen/drivers/char/
A Dconsole.c437 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 Dserial.c589 port->txbuf = alloc_xenheap_pages( in serial_async_transmit()
/xen/xen/arch/x86/pv/
A Ddomain.c357 alloc_xenheap_pages(0, MEMF_node(domain_to_node(d))); in pv_domain_initialise()
A Dshim.c238 void *page = alloc_xenheap_pages(0, MEMF_bits(32)); in pv_shim_setup_dom()
/xen/xen/arch/arm/acpi/
A Ddomain_build.c505 d->arch.efi_acpi_table = alloc_xenheap_pages(order, 0); in prepare_acpi()
/xen/xen/arch/x86/mm/
A Dmem_sharing.c239 alloc_xenheap_pages(RMAP_HASHTAB_ORDER, 0); in rmap_list_to_hash_table()
/xen/xen/drivers/passthrough/
A Dpci.c514 pseg->ro_map = alloc_xenheap_pages(get_order_from_bytes(sz), 0); in pci_ro_device()

Completed in 64 milliseconds

12