Searched refs:xmalloc_bytes (Results 1 – 20 of 20) sorted by relevance
14 #define malloc xmalloc_bytes17 #define large_malloc xmalloc_bytes
51 #define xmalloc_bytes(_bytes) _xmalloc(_bytes, SMP_CACHE_BYTES) macro58 void *dst_ = xmalloc_bytes(nr_); \
97 *policy_buffer = xmalloc_bytes(len); in xsm_dt_policy_init()
148 cpu_msrs[i].counters = xmalloc_bytes(counters_size); in allocate_msrs()153 cpu_msrs[i].controls = xmalloc_bytes(controls_size); in allocate_msrs()
224 ptr = xmalloc_bytes(sz); in acpi_os_alloc_memory()
150 lfb.lbuf = xmalloc_bytes(lfb.lfbp.bytes_per_line); in lfb_init()
489 data = xmalloc_bytes(size); in efi_runtime_call()539 data = xmalloc_bytes(op->u.set_variable.size); in efi_runtime_call()
501 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()
482 dmar_table = xmalloc_bytes(dmar_table_length); in tboot_parse_dmar_table()
18 #define alloc_bootmem(l) xmalloc_bytes(l)
348 (datarr = xmalloc_bytes(MC_NENT * datasz)) == NULL) { in mctelem_init()
156 ctxt.data = xmalloc_bytes(ctxt.size); in hvm_save_one()
706 xmalloc_bytes(hvm_vioapic_size(nr_pins))) == NULL ) in vioapic_init()
1927 buf = xmalloc_bytes(bytes); in hvmemul_rep_movs()2040 buf = xmalloc_bytes(bytes); in hvmemul_rep_stos()
511 ctxt = xmalloc_bytes(sizeof(*ctxt) + regs_sz); in svm_vpmu_initialise()
134 kinfo->fdt = xmalloc_bytes(new_size); in create_acpi_dtb()
553 buf.start = xmalloc_bytes(AVC_BUF_SIZE); in avc_audit()
468 buf = xmalloc_bytes(load->size); in flask_security_load()
407 void *fdt = xmalloc_bytes(dtb_size); in relocate_fdt()
2085 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