Home
last modified time | relevance | path

Searched refs:xmalloc_bytes (Results 1 – 20 of 20) sorted by relevance

/xen/xen/common/
A Ddecompress.h14 #define malloc xmalloc_bytes
17 #define large_malloc xmalloc_bytes
/xen/xen/include/xen/
A Dxmalloc.h51 #define xmalloc_bytes(_bytes) _xmalloc(_bytes, SMP_CACHE_BYTES) macro
58 void *dst_ = xmalloc_bytes(nr_); \
/xen/xen/xsm/
A Dxsm_policy.c97 *policy_buffer = xmalloc_bytes(len); in xsm_dt_policy_init()
/xen/xen/arch/x86/oprofile/
A Dnmi_int.c148 cpu_msrs[i].counters = xmalloc_bytes(counters_size); in allocate_msrs()
153 cpu_msrs[i].controls = xmalloc_bytes(controls_size); in allocate_msrs()
/xen/xen/drivers/acpi/
A Dosl.c224 ptr = xmalloc_bytes(sz); in acpi_os_alloc_memory()
/xen/xen/drivers/video/
A Dlfb.c150 lfb.lbuf = xmalloc_bytes(lfb.lfbp.bytes_per_line); in lfb_init()
/xen/xen/common/efi/
A Druntime.c489 data = xmalloc_bytes(size); in efi_runtime_call()
539 data = xmalloc_bytes(op->u.set_variable.size); in efi_runtime_call()
/xen/xen/arch/x86/
A Ddomctl.c501 if ( (c.data = xmalloc_bytes(c.size)) == NULL ) in arch_do_domctl()
543 if ( (c.data = xmalloc_bytes(c.size)) == NULL ) in arch_do_domctl()
1074 void *xsave_area = xmalloc_bytes(xsave_size); in arch_do_domctl()
1108 receive_buf = xmalloc_bytes(evc->size); in arch_do_domctl()
A Dtboot.c482 dmar_table = xmalloc_bytes(dmar_table_length); in tboot_parse_dmar_table()
A Ddmi_scan.c18 #define alloc_bootmem(l) xmalloc_bytes(l)
/xen/xen/arch/x86/cpu/mcheck/
A Dmctelem.c348 (datarr = xmalloc_bytes(MC_NENT * datasz)) == NULL) { in mctelem_init()
/xen/xen/arch/x86/hvm/
A Dsave.c156 ctxt.data = xmalloc_bytes(ctxt.size); in hvm_save_one()
A Dvioapic.c706 xmalloc_bytes(hvm_vioapic_size(nr_pins))) == NULL ) in vioapic_init()
A Demulate.c1927 buf = xmalloc_bytes(bytes); in hvmemul_rep_movs()
2040 buf = xmalloc_bytes(bytes); in hvmemul_rep_stos()
/xen/xen/arch/x86/cpu/
A Dvpmu_amd.c511 ctxt = xmalloc_bytes(sizeof(*ctxt) + regs_sz); in svm_vpmu_initialise()
/xen/xen/arch/arm/acpi/
A Ddomain_build.c134 kinfo->fdt = xmalloc_bytes(new_size); in create_acpi_dtb()
/xen/xen/xsm/flask/
A Davc.c553 buf.start = xmalloc_bytes(AVC_BUF_SIZE); in avc_audit()
A Dflask_op.c468 buf = xmalloc_bytes(load->size); in flask_security_load()
/xen/xen/arch/arm/
A Dsetup.c407 void *fdt = xmalloc_bytes(dtb_size); in relocate_fdt()
A Ddomain_build.c2085 kinfo->fdt = xmalloc_bytes(DOMU_DTB_SIZE); in prepare_dtb_domU()
2185 kinfo->fdt = xmalloc_bytes(new_size); in prepare_dtb_hwdom()

Completed in 53 milliseconds