Home
last modified time | relevance | path

Searched refs:ACPI_MEMCPY (Results 1 – 26 of 26) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
Dexstorob.c105 ACPI_MEMCPY(target_desc->buffer.pointer, buffer, length); in acpi_ex_store_buffer_to_buffer()
132 ACPI_MEMCPY(target_desc->buffer.pointer, buffer, in acpi_ex_store_buffer_to_buffer()
192 ACPI_MEMCPY(target_desc->string.pointer, buffer, length); in acpi_ex_store_string_to_string()
213 ACPI_MEMCPY(target_desc->string.pointer, buffer, length); in acpi_ex_store_string_to_string()
Dexmisc.c212 ACPI_MEMCPY(new_buf, operand0->buffer.pointer, length0); in acpi_ex_concat_template()
213 ACPI_MEMCPY(new_buf + length0, operand1->buffer.pointer, length1); in acpi_ex_concat_template()
321 ACPI_MEMCPY(new_buf, &operand0->integer.value, in acpi_ex_do_concatenate()
326 ACPI_MEMCPY(new_buf + acpi_gbl_integer_byte_width, in acpi_ex_do_concatenate()
372 ACPI_MEMCPY(new_buf, operand0->buffer.pointer, in acpi_ex_do_concatenate()
374 ACPI_MEMCPY(new_buf + operand0->buffer.length, in acpi_ex_do_concatenate()
Dexfldio.c419 ACPI_MEMCPY(value, in acpi_ex_field_datum_io()
430 ACPI_MEMCPY((obj_desc->buffer_field.buffer_obj)->buffer. in acpi_ex_field_datum_io()
723 ACPI_MEMCPY(buffer, &raw_datum, buffer_length); in acpi_ex_extract_from_field()
796 ACPI_MEMCPY(((char *)buffer) + buffer_offset, &merged_datum, in acpi_ex_extract_from_field()
814 ACPI_MEMCPY(((char *)buffer) + buffer_offset, &merged_datum, in acpi_ex_extract_from_field()
881 ACPI_MEMCPY((char *)new_buffer, (char *)buffer, buffer_length); in acpi_ex_insert_into_field()
921 ACPI_MEMCPY(&raw_datum, buffer, in acpi_ex_insert_into_field()
973 ACPI_MEMCPY(&raw_datum, ((char *)buffer) + buffer_offset, in acpi_ex_insert_into_field()
Dutcopy.c152 ACPI_MEMCPY((void *)data_space, in acpi_ut_copy_isimple_to_esimple()
165 ACPI_MEMCPY((void *)data_space, in acpi_ut_copy_isimple_to_esimple()
505 ACPI_MEMCPY(internal_object->string.pointer, in acpi_ut_copy_esimple_to_isimple()
520 ACPI_MEMCPY(internal_object->buffer.pointer, in acpi_ut_copy_esimple_to_isimple()
697 ACPI_MEMCPY(ACPI_CAST_PTR(char, dest_desc), in acpi_ut_copy_simple_object()
728 ACPI_MEMCPY(dest_desc->buffer.pointer, in acpi_ut_copy_simple_object()
750 ACPI_MEMCPY(dest_desc->string.pointer, in acpi_ut_copy_simple_object()
Dtbprint.c103 ACPI_MEMCPY(out_header, header, sizeof(struct acpi_table_header)); in acpi_tb_cleanup_table_header()
141 ACPI_MEMCPY(local_header.oem_id, in acpi_tb_print_table_header()
Dnsconvert.c190 ACPI_MEMCPY(new_object->string.pointer, in acpi_ns_convert_to_string()
254 ACPI_MEMCPY(new_object->buffer.pointer, in acpi_ns_convert_to_buffer()
Dtbxface.c245 ACPI_MEMCPY(out_table_header, header, in ACPI_EXPORT_SYMBOL_INIT()
254 ACPI_MEMCPY(out_table_header, in ACPI_EXPORT_SYMBOL_INIT()
Dexregion.c520 ACPI_MEMCPY(ACPI_CAST_PTR(char, value), in acpi_ex_data_table_space_handler()
527 ACPI_MEMCPY(ACPI_PHYSADDR_TO_PTR(address), in acpi_ex_data_table_space_handler()
Drsxface.c401 ACPI_MEMCPY(out, &resource->data, in ACPI_EXPORT_SYMBOL()
516 ACPI_MEMCPY(buffer->pointer, resource, resource->length); in ACPI_EXPORT_SYMBOL()
Dnsxfname.c245 ACPI_MEMCPY(string_area, source->string, source->length); in ACPI_EXPORT_SYMBOL()
623 ACPI_MEMCPY(aml_buffer, aml_start, aml_length); in ACPI_EXPORT_SYMBOL()
Dexoparg3.c240 ACPI_MEMCPY(buffer, operand[0]->string.pointer + index, in acpi_ex_opcode_3A_1T_1R()
Dtbutils.c190 ACPI_MEMCPY(new_table, table_desc->pointer, table_desc->length); in acpi_tb_copy_dsdt()
Dtbxfload.c153 ACPI_MEMCPY(&acpi_gbl_original_dsdt_header, acpi_gbl_DSDT, in ACPI_EXPORT_SYMBOL_INIT()
Dutxface.c237 ACPI_MEMCPY(stats->fixed_event_count, acpi_fixed_event_count, in ACPI_EXPORT_SYMBOL()
Dexconvrt.c230 ACPI_MEMCPY(new_buf, in acpi_ex_convert_to_buffer()
Drsutils.c151 ACPI_MEMCPY(destination, source, item_count); in acpi_rs_move_data()
Dexoparg2.c340 ACPI_MEMCPY(return_desc->string.pointer, in acpi_ex_opcode_2A_1T_1R()
Dtbfadt.c405 ACPI_MEMCPY(&acpi_gbl_FADT, table, in acpi_tb_create_local_fadt()
Dexconfig.c473 ACPI_MEMCPY(table, table_header, length); in acpi_ex_load_op()
Dtbdata.c468 ACPI_MEMCPY(tables, acpi_gbl_root_table_list.tables, in acpi_tb_resize_root_table_list()
Dexfield.c431 ACPI_MEMCPY(buffer, source_desc->buffer.pointer, length); in acpi_ex_write_data_to_field()
Ddsobject.c342 ACPI_MEMCPY(obj_desc->buffer.pointer, in acpi_ds_build_internal_buffer_obj()
Drsmisc.c333 ACPI_MEMCPY(destination, source, ACPI_GET16(target)); in acpi_rs_convert_aml_to_resource()
/linux-4.1.27/include/acpi/platform/
Dacenv.h357 #define ACPI_MEMCPY(d,s,n) (void) memcpy((d), (s), (acpi_size)(n)) macro
417 #define ACPI_MEMCPY(d,s,n) (void) acpi_ut_memcpy ((d), (s), (acpi_size)(n)) macro
/linux-4.1.27/tools/power/acpi/os_specific/service_layers/
Doslinuxtbl.c225 ACPI_MEMCPY(local_table, mapped_table, table_length); in acpi_os_get_table_by_address()
534 ACPI_MEMCPY(&gbl_rsdp, mapped_table, sizeof(struct acpi_table_rsdp)); in osl_load_rsdp()
964 ACPI_MEMCPY(local_table, mapped_table, table_length); in osl_get_bios_table()
/linux-4.1.27/include/acpi/
Dactypes.h556 #define ACPI_MAKE_RSDP_SIG(dest) (ACPI_MEMCPY (ACPI_CAST_PTR (char, (dest)), ACPI_SIG_RSDP, …