Home
last modified time | relevance | path

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

/linux-4.4.14/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.c508 ACPI_MOVE_32_TO_32(&dword, &buffer[0]); in ACPI_EXPORT_SYMBOL()
517 ACPI_MOVE_32_TO_32(&dword, &buffer[1]); in ACPI_EXPORT_SYMBOL()
523 ACPI_MOVE_32_TO_32(&dword, &buffer[2]); in ACPI_EXPORT_SYMBOL()
538 ACPI_MOVE_32_TO_32(&dword, &buffer[3]); in ACPI_EXPORT_SYMBOL()
551 ACPI_MOVE_32_TO_32(&dword, &buffer[4]); in ACPI_EXPORT_SYMBOL()
Ddbconvert.c317 ACPI_MOVE_32_TO_32(&buffer[0], &dword); in acpi_db_encode_pld_buffer()
324 ACPI_MOVE_32_TO_32(&buffer[1], &dword); in acpi_db_encode_pld_buffer()
340 ACPI_MOVE_32_TO_32(&buffer[2], &dword); in acpi_db_encode_pld_buffer()
352 ACPI_MOVE_32_TO_32(&buffer[3], &dword); in acpi_db_encode_pld_buffer()
361 ACPI_MOVE_32_TO_32(&buffer[4], &dword); in acpi_db_encode_pld_buffer()
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.c220 ACPI_MOVE_32_TO_32(name, &next_node->name); in acpi_ns_build_normalized_path()
Devgpeinit.c344 ACPI_MOVE_32_TO_32(name, &method_node->name.integer); in acpi_ev_match_gpe_method()
Dnsaccess.c562 ACPI_MOVE_32_TO_32(&simple_name, path); in acpi_ns_lookup()
Drsutils.c168 ACPI_MOVE_32_TO_32(&ACPI_CAST_PTR(u32, destination)[i], in acpi_rs_move_data()
Dtbdata.c80 ACPI_MOVE_32_TO_32(table_desc->signature.ascii, table->signature); in acpi_tb_init_table_descriptor()
Dpsargs.c550 ACPI_MOVE_32_TO_32(&name, parser_state->aml); in acpi_ps_get_next_field()