Searched refs:AML_STORE_OP (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/sys/contrib/dev/acpica/components/disassembler/
H A Ddmcstyle.c378 case AML_STORE_OP:
627 case AML_STORE_OP:
901 case AML_STORE_OP:
/freebsd-13-stable/sys/contrib/edk2/Include/IndustryStandard/
H A DAcpiAml.h81 #define AML_STORE_OP 0x70 macro
/freebsd-13-stable/sys/contrib/dev/acpica/compiler/
H A Daslmap.c522 /* STORE */ OP_TABLE_ENTRY (AML_STORE_OP, 0, 0, ACPI_BTYPE_DATA_REFERENCE),
598 /* PRINTF */ OP_TABLE_ENTRY (AML_STORE_OP, 0, 0, ACPI_BTYPE_DATA_REFERENCE),
599 /* FPRINTF */ OP_TABLE_ENTRY (AML_STORE_OP, 0, 0, ACPI_BTYPE_DATA_REFERENCE),
H A Daslprintf.c421 Op->Common.AmlOpcode = AML_STORE_OP;
H A Daslfold.c683 NewAmlOpcode = AML_STORE_OP;
H A Daslwalks.c449 case AML_STORE_OP:
/freebsd-13-stable/sys/contrib/dev/acpica/common/
H A Ddmswitch.c380 if (!StoreOp || (StoreOp->Common.AmlOpcode != AML_STORE_OP))
H A Dadwalk.c653 case AML_STORE_OP:
1243 if ((NextOp->Common.AmlOpcode == AML_STORE_OP) ||
/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexresop.c460 if ((Opcode == AML_STORE_OP) &&
H A Dexstore.c574 if (WalkState->Opcode == AML_STORE_OP)
H A Dexoparg1.c588 case AML_STORE_OP: /* Store (Source, Target) */
/freebsd-13-stable/sys/contrib/dev/acpica/components/dispatcher/
H A Ddswexec.c599 (WalkState->Opcode == AML_STORE_OP) &&
/freebsd-13-stable/sys/contrib/dev/acpica/include/
H A Damlcode.h196 #define AML_STORE_OP (UINT16) 0x70 macro

Completed in 96 milliseconds