Searched refs:AML_STORE_OP (Results 1 – 5 of 5) sorted by relevance
179 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()
322 if ((opcode == AML_STORE_OP) && in acpi_ex_resolve_operands()
400 case AML_STORE_OP: /* Store (Source, Target) */ in acpi_ex_opcode_1A_1T_1R()
92 #define AML_STORE_OP (u16) 0x70 macro
424 (walk_state->opcode == AML_STORE_OP) && in acpi_ds_exec_end_op()