Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/common/
A Ddecompress.h14 #define malloc xmalloc_bytes
17 #define large_malloc xmalloc_bytes
A Dsysctl.c195 ptr = status = xmalloc_bytes( sizeof(uint32_t) * in do_sysctl()
487 params = xmalloc_bytes(op->u.set_parameter.size + 1); in do_sysctl()
/xen-4.10.0-shim-comet/xen/arch/x86/
A Dmicrocode_amd.c271 mc_amd->mpb = xmalloc_bytes(mpbuf->len); in get_ucode_from_buffer_amd()
309 mc_amd->equiv_cpu_table = xmalloc_bytes(mpbuf->len); in install_equiv_cpu_table()
586 mc_amd->equiv_cpu_table = xmalloc_bytes(src->equiv_cpu_table_size); in microcode_resume_match()
589 mc_amd->mpb = xmalloc_bytes(src->mpb_size); in microcode_resume_match()
A Dmicrocode.c154 ucode_blob.data = xmalloc_bytes(cd.size); in microcode_scan_module()
319 info = xmalloc_bytes(sizeof(*info) + len); in microcode_update()
A Dmicrocode_intel.c267 new_mc = xmalloc_bytes(total_size); in get_matching_microcode()
344 *mc = xmalloc_bytes(total_size); in get_next_ucode_from_buffer()
A Ddomctl.c564 if ( (c.data = xmalloc_bytes(c.size)) == NULL ) in arch_do_domctl()
606 if ( (c.data = xmalloc_bytes(c.size)) == NULL ) in arch_do_domctl()
1153 void *xsave_area = xmalloc_bytes(xsave_size); in arch_do_domctl()
1187 receive_buf = xmalloc_bytes(evc->size); in arch_do_domctl()
A Dtboot.c480 dmar_table = xmalloc_bytes(dmar_table_length); in tboot_parse_dmar_table()
A Ddmi_scan.c18 #define alloc_bootmem(l) xmalloc_bytes(l)
/xen-4.10.0-shim-comet/xen/xsm/
A Dxsm_policy.c97 *policy_buffer = xmalloc_bytes(len); in xsm_dt_policy_init()
/xen-4.10.0-shim-comet/xen/include/xen/
A Dxmalloc.h23 #define xmalloc_bytes(_bytes) _xmalloc(_bytes, SMP_CACHE_BYTES) macro
/xen-4.10.0-shim-comet/xen/arch/x86/oprofile/
A Dnmi_int.c147 cpu_msrs[i].counters = xmalloc_bytes(counters_size); in allocate_msrs()
152 cpu_msrs[i].controls = xmalloc_bytes(controls_size); in allocate_msrs()
/xen-4.10.0-shim-comet/xen/common/efi/
A Druntime.c474 data = xmalloc_bytes(size); in efi_runtime_call()
519 data = xmalloc_bytes(op->u.set_variable.size); in efi_runtime_call()
554 name.raw = xmalloc_bytes(size); in efi_runtime_call()
/xen-4.10.0-shim-comet/xen/drivers/acpi/
A Dosl.c219 ptr = xmalloc_bytes(sz); in acpi_os_alloc_memory()
/xen-4.10.0-shim-comet/xen/drivers/video/
A Dlfb.c161 lfb.lbuf = xmalloc_bytes(lfb.lfbp.bytes_per_line); in lfb_init()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/mcheck/
A Dmctelem.c349 (datarr = xmalloc_bytes(MC_NENT * datasz)) == NULL) { in mctelem_init()
/xen-4.10.0-shim-comet/xen/arch/x86/hvm/
A Dsave.c151 ctxt.data = xmalloc_bytes(ctxt.size); in hvm_save_one()
A Dvioapic.c685 xmalloc_bytes(hvm_vioapic_size(nr_pins))) == NULL ) in vioapic_init()
A Demulate.c1531 buf = xmalloc_bytes(bytes); in hvmemul_rep_movs()
1630 buf = xmalloc_bytes(bytes); in hvmemul_rep_stos()
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/
A Dvpmu_amd.c511 ctxt = xmalloc_bytes(sizeof(*ctxt) + regs_sz); in svm_vpmu_initialise()
/xen-4.10.0-shim-comet/xen/xsm/flask/
A Davc.c553 buf.start = xmalloc_bytes(AVC_BUF_SIZE); in avc_audit()
A Dflask_op.c467 buf = xmalloc_bytes(load->size); in flask_security_load()
/xen-4.10.0-shim-comet/xen/arch/arm/
A Ddomain_build.c1317 kinfo->fdt = xmalloc_bytes(new_size); in prepare_dtb()
1491 kinfo->fdt = xmalloc_bytes(new_size); in create_acpi_dtb()

Completed in 38 milliseconds