Home
last modified time | relevance | path

Searched refs:ACPI_MOVE_32_TO_32 (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/acpi/acpica/
Dutbuffer.c121 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer()
128 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer()
132 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer()
289 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer_to_file()
296 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer_to_file()
300 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer_to_file()
Dutxface.c531 ACPI_MOVE_32_TO_32(&dword, &buffer[0]); in ACPI_EXPORT_SYMBOL()
540 ACPI_MOVE_32_TO_32(&dword, &buffer[1]); in ACPI_EXPORT_SYMBOL()
546 ACPI_MOVE_32_TO_32(&dword, &buffer[2]); in ACPI_EXPORT_SYMBOL()
561 ACPI_MOVE_32_TO_32(&dword, &buffer[3]); in ACPI_EXPORT_SYMBOL()
574 ACPI_MOVE_32_TO_32(&dword, &buffer[4]); in ACPI_EXPORT_SYMBOL()
Dacmacros.h103 #define ACPI_MOVE_32_TO_32(d, s) {(( u8 *)(void *)(d))[0] = ((u8 *)(void *)(s))[3];\ macro
118 #define ACPI_MOVE_64_TO_32(d, s) ACPI_MOVE_32_TO_32(d, s) /* Truncate to 32 */
146 #define ACPI_MOVE_32_TO_32(d, s) *(u32 *)(void *)(d) = *(u32 *)(void *)(s) macro
152 #define ACPI_MOVE_64_TO_32(d, s) ACPI_MOVE_32_TO_32(d, s) /* Truncate to 32 */
174 #define ACPI_MOVE_32_TO_32(d, s) {(( u8 *)(void *)(d))[0] = ((u8 *)(void *)(s))[0];\ macro
179 #define ACPI_MOVE_32_TO_64(d, s) {(*(u64 *)(void *)(d)) = 0; ACPI_MOVE_32_TO_32(d, s);}
184 #define ACPI_MOVE_64_TO_32(d, s) ACPI_MOVE_32_TO_32(d, s) /* Truncate to 32 */
Duterror.c214 ACPI_MOVE_32_TO_32(&bad_name, in acpi_ut_namespace_error()
Ddsmthdat.c100 ACPI_MOVE_32_TO_32(&walk_state->arguments[i].name, in acpi_ds_method_data_init()
111 ACPI_MOVE_32_TO_32(&walk_state->local_variables[i].name, in acpi_ds_method_data_init()
Dnsnames.c95 ACPI_MOVE_32_TO_32((name_buffer + index), &parent_node->name); in acpi_ns_build_external_path()
Devgpeinit.c344 ACPI_MOVE_32_TO_32(name, &method_node->name.integer); in acpi_ev_match_gpe_method()
Drsutils.c168 ACPI_MOVE_32_TO_32(&ACPI_CAST_PTR(u32, destination)[i], in acpi_rs_move_data()
Dnsaccess.c554 ACPI_MOVE_32_TO_32(&simple_name, path); in acpi_ns_lookup()
Dtbdata.c80 ACPI_MOVE_32_TO_32(table_desc->signature.ascii, table->signature); in acpi_tb_init_table_descriptor()
Dpsargs.c553 ACPI_MOVE_32_TO_32(&name, parser_state->aml); in acpi_ps_get_next_field()