Searched refs:ACPI_MEM_CALLOCATE (Results 1 – 20 of 20) sorted by relevance
441 ACPI_MEM_CALLOCATE ((acpi_size) external_object->string.length + 1); in acpi_ut_copy_esimple_to_isimple()457 ACPI_MEM_CALLOCATE (external_object->buffer.length); in acpi_ut_copy_esimple_to_isimple()781 ACPI_MEM_CALLOCATE (((acpi_size) source_object->package.count + 1) * in acpi_ut_copy_ielement_to_ielement()841 dest_obj->package.elements = ACPI_MEM_CALLOCATE ( in acpi_ut_copy_ipackage_to_ipackage()
171 buffer = ACPI_MEM_CALLOCATE (buffer_size); in acpi_ut_create_buffer_object()
464 cid_list = ACPI_MEM_CALLOCATE ((acpi_size) size); in acpi_ut_execute_CID()
173 object = ACPI_MEM_CALLOCATE (cache_info->object_size); in acpi_ut_acquire_from_cache()
426 gpe_xrupt = ACPI_MEM_CALLOCATE (sizeof (struct acpi_gpe_xrupt_info)); in acpi_ev_get_gpe_xrupt_block()684 gpe_register_info = ACPI_MEM_CALLOCATE ( in acpi_ev_create_gpe_info_blocks()697 gpe_event_info = ACPI_MEM_CALLOCATE ( in acpi_ev_create_gpe_info_blocks()829 gpe_block = ACPI_MEM_CALLOCATE (sizeof (struct acpi_gpe_block_info)); in acpi_ev_create_gpe_block()
92 local_region_context = ACPI_MEM_CALLOCATE (sizeof (struct acpi_mem_space_context)); in acpi_ev_system_memory_region_setup()268 pci_id = ACPI_MEM_CALLOCATE (sizeof (struct acpi_pci_id)); in acpi_ev_pci_config_region_setup()
126 new_table = ACPI_MEM_CALLOCATE (table_size); in acpi_tb_convert_to_xsdt()424 local_fadt = ACPI_MEM_CALLOCATE (sizeof (struct fadt_descriptor_rev2)); in acpi_tb_convert_table_fadt()
251 table_desc = ACPI_MEM_CALLOCATE (sizeof (struct acpi_table_desc)); in acpi_tb_init_table_descriptor()
465 new_buf = ACPI_MEM_CALLOCATE ((acpi_size) string_length + 1); in acpi_ex_convert_to_string()525 new_buf = ACPI_MEM_CALLOCATE ((acpi_size) string_length + 1); in acpi_ex_convert_to_string()
205 buffer = ACPI_MEM_CALLOCATE ((acpi_size) length + 1); in acpi_ex_opcode_3A_1T_1R()
185 target_desc->string.pointer = ACPI_MEM_CALLOCATE ((acpi_size) length + 1); in acpi_ex_store_string_to_string()
322 new_buffer = ACPI_MEM_CALLOCATE (required_length); in acpi_ex_write_data_to_field()
302 new_buf = ACPI_MEM_CALLOCATE ((acpi_size) obj_desc1->string.length + in acpi_ex_do_concatenate()
390 return_desc->string.pointer = ACPI_MEM_CALLOCATE (length + 1); in acpi_ex_opcode_2A_1T_1R()
156 name_buffer = ACPI_MEM_CALLOCATE (size); in acpi_ns_get_external_pathname()
531 internal_name = ACPI_MEM_CALLOCATE (info.length); in acpi_ns_internalize_name()677 *converted_name = ACPI_MEM_CALLOCATE (required_length); in acpi_ns_externalize_name()
75 node = ACPI_MEM_CALLOCATE (sizeof (struct acpi_namespace_node)); in acpi_ns_create_node()
196 internal_params = ACPI_MEM_CALLOCATE (((acpi_size) external_params->count + 1) * in acpi_evaluate_object()
211 obj_desc->buffer.pointer = ACPI_MEM_CALLOCATE ( in acpi_ds_build_internal_buffer_obj()316 obj_desc->package.elements = ACPI_MEM_CALLOCATE ( in acpi_ds_build_internal_package_obj()
668 #define ACPI_MEM_CALLOCATE(a) acpi_ut_callocate((acpi_size)(a), _COMPONENT,_THIS_MODULE,_… macro678 #define ACPI_MEM_CALLOCATE(a) acpi_ut_callocate_and_track((acpi_size)(a), _COMPONENT,_THI… macro