Home
last modified time | relevance | path

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

/NextBSD/sys/contrib/dev/acpica/components/disassembler/
HDdmcstyle.c243 case AML_INCREMENT_OP: in AcpiDmCheckForSymbolicOpcode()
442 case AML_INCREMENT_OP: in AcpiDmCheckForSymbolicOpcode()
588 case AML_INCREMENT_OP: in AcpiDmCloseOperator()
/NextBSD/sys/contrib/dev/acpica/components/executer/
HDexoparg1.c658 case AML_INCREMENT_OP: /* Increment (Operand) */ in AcpiExOpcode_1A_0T_1R()
703 if (WalkState->Opcode == AML_INCREMENT_OP) in AcpiExOpcode_1A_0T_1R()
/NextBSD/sys/contrib/dev/acpica/include/
HDamlcode.h98 #define AML_INCREMENT_OP (UINT16) 0x75 macro
/NextBSD/sys/contrib/dev/acpica/components/parser/
HDpsobject.c375 else if (ParentScope->Common.AmlOpcode == AML_INCREMENT_OP) in AcpiPsCreateOp()
/NextBSD/sys/contrib/dev/acpica/compiler/
HDaslmap.c243 /* INCREMENT */ OP_TABLE_ENTRY (AML_INCREMENT_OP, 0, …