Home
last modified time | relevance | path

Searched refs:AML_REGION_OP (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
Ddswload2.c574 case AML_REGION_OP: in acpi_ds_load2_end_op()
577 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_load2_end_op()
Ddsutils.c238 if ((op->common.parent->common.aml_opcode == AML_REGION_OP) || in acpi_ds_is_result_used()
489 && (parent_op->common.aml_opcode != AML_REGION_OP) in acpi_ds_create_operand()
Dpsobject.c264 if ((*op)->common.aml_opcode == AML_REGION_OP || in acpi_ps_build_named_op()
555 if (((*op)->common.aml_opcode == AML_REGION_OP) in acpi_ps_complete_op()
Ddbutils.c380 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_db_second_pass_parse()
Damlcode.h144 #define AML_REGION_OP (u16) 0x5b80 macro
Dpsloop.c484 if (op->common.aml_opcode == AML_REGION_OP || in acpi_ps_parse_loop()
Ddswload.c463 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_load1_end_op()
Dpsparse.c170 AML_REGION_OP) in acpi_ps_complete_this_op()
Ddswexec.c643 if (op->common.aml_opcode == AML_REGION_OP) { in acpi_ds_exec_end_op()