Searched refs:xmalloc_bytes (Results 1 – 22 of 22) sorted by relevance
14 #define malloc xmalloc_bytes17 #define large_malloc xmalloc_bytes
195 ptr = status = xmalloc_bytes( sizeof(uint32_t) * in do_sysctl()487 params = xmalloc_bytes(op->u.set_parameter.size + 1); in do_sysctl()
271 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()
154 ucode_blob.data = xmalloc_bytes(cd.size); in microcode_scan_module()319 info = xmalloc_bytes(sizeof(*info) + len); in microcode_update()
267 new_mc = xmalloc_bytes(total_size); in get_matching_microcode()344 *mc = xmalloc_bytes(total_size); in get_next_ucode_from_buffer()
564 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()
480 dmar_table = xmalloc_bytes(dmar_table_length); in tboot_parse_dmar_table()
18 #define alloc_bootmem(l) xmalloc_bytes(l)
97 *policy_buffer = xmalloc_bytes(len); in xsm_dt_policy_init()
23 #define xmalloc_bytes(_bytes) _xmalloc(_bytes, SMP_CACHE_BYTES) macro
147 cpu_msrs[i].counters = xmalloc_bytes(counters_size); in allocate_msrs()152 cpu_msrs[i].controls = xmalloc_bytes(controls_size); in allocate_msrs()
474 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()
219 ptr = xmalloc_bytes(sz); in acpi_os_alloc_memory()
161 lfb.lbuf = xmalloc_bytes(lfb.lfbp.bytes_per_line); in lfb_init()
349 (datarr = xmalloc_bytes(MC_NENT * datasz)) == NULL) { in mctelem_init()
151 ctxt.data = xmalloc_bytes(ctxt.size); in hvm_save_one()
685 xmalloc_bytes(hvm_vioapic_size(nr_pins))) == NULL ) in vioapic_init()
1531 buf = xmalloc_bytes(bytes); in hvmemul_rep_movs()1630 buf = xmalloc_bytes(bytes); in hvmemul_rep_stos()
511 ctxt = xmalloc_bytes(sizeof(*ctxt) + regs_sz); in svm_vpmu_initialise()
553 buf.start = xmalloc_bytes(AVC_BUF_SIZE); in avc_audit()
467 buf = xmalloc_bytes(load->size); in flask_security_load()
1317 kinfo->fdt = xmalloc_bytes(new_size); in prepare_dtb()1491 kinfo->fdt = xmalloc_bytes(new_size); in create_acpi_dtb()
Completed in 38 milliseconds