Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/acpi/acpica/
Dutdebug.c575 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer2()
582 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer2()
586 ACPI_MOVE_32_TO_32(&temp32, in acpi_ut_dump_buffer2()
Dacmacros.h106 #define ACPI_MOVE_32_TO_32(d, s) {(( u8 *)(void *)(d))[0] = ((u8 *)(void *)(s))[3];\ macro
121 #define ACPI_MOVE_64_TO_32(d, s) ACPI_MOVE_32_TO_32(d, s) /* Truncate to 32 */
149 #define ACPI_MOVE_32_TO_32(d, s) *(u32 *)(void *)(d) = *(u32 *)(void *)(s) macro
155 #define ACPI_MOVE_64_TO_32(d, s) ACPI_MOVE_32_TO_32(d, s) /* Truncate to 32 */
177 #define ACPI_MOVE_32_TO_32(d, s) {(( u8 *)(void *)(d))[0] = ((u8 *)(void *)(s))[0];\ macro
182 #define ACPI_MOVE_32_TO_64(d, s) {(*(u64 *)(void *)(d)) = 0; ACPI_MOVE_32_TO_32(d, s);}
187 #define ACPI_MOVE_64_TO_32(d, s) ACPI_MOVE_32_TO_32(d, s) /* Truncate to 32 */
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()
Dutxferror.c341 ACPI_MOVE_32_TO_32(&bad_name, in acpi_ut_namespace_error()
Devgpeinit.c348 ACPI_MOVE_32_TO_32(name, &method_node->name.integer); in acpi_ev_match_gpe_method()
Dnsaccess.c553 ACPI_MOVE_32_TO_32(&simple_name, path); in acpi_ns_lookup()
Drsutils.c165 ACPI_MOVE_32_TO_32(&ACPI_CAST_PTR(u32, destination)[i], in acpi_rs_move_data()
Dtbinstal.c440 ACPI_MOVE_32_TO_32(&new_table->signature, table->signature); in acpi_tb_store_table()
Dtbutils.c499 ACPI_MOVE_32_TO_32(table_desc->signature.ascii, table->signature); in acpi_tb_install_table()
Dpsargs.c553 ACPI_MOVE_32_TO_32(&name, parser_state->aml); in acpi_ps_get_next_field()