Home
last modified time | relevance | path

Searched refs:AML_STORE_OP (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/acpi/executer/
Dexconvrt.c179 if (walk_state->opcode != AML_STORE_OP) { in acpi_ex_convert_to_integer()
280 if (walk_state->opcode != AML_STORE_OP) { in acpi_ex_convert_to_buffer()
555 if (walk_state->opcode != AML_STORE_OP) { in acpi_ex_convert_to_string()
Dexresop.c322 if ((opcode == AML_STORE_OP) && in acpi_ex_resolve_operands()
Dexoparg1.c400 case AML_STORE_OP: /* Store (Source, Target) */ in acpi_ex_opcode_1A_1T_1R()
/linux-2.4.37.9/include/acpi/
Damlcode.h92 #define AML_STORE_OP (u16) 0x70 macro
/linux-2.4.37.9/drivers/acpi/dispatcher/
Ddswexec.c424 (walk_state->opcode == AML_STORE_OP) && in acpi_ds_exec_end_op()