Home
last modified time | relevance | path

Searched refs:AML_CONDITIONAL_REF_OF_OP (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexoparg1.c421 case AML_CONDITIONAL_REF_OF_OP: in AcpiExOpcode_1A_1T_1R()
564 case AML_CONDITIONAL_REF_OF_OP: /* CondRefOf (SourceObject, Result) */ in AcpiExOpcode_1A_1T_1R()
/freebsd/sys/contrib/dev/acpica/include/
H A Damlcode.h270 #define AML_CONDITIONAL_REF_OF_OP (UINT16) 0x5b12 macro
/freebsd/sys/contrib/dev/acpica/components/dispatcher/
H A Ddsutils.c698 if (ParentOp->Common.AmlOpcode == AML_CONDITIONAL_REF_OF_OP) in AcpiDsCreateOperand()
/freebsd/sys/contrib/dev/acpica/components/parser/
H A Dpsargs.c485 else if (WalkState->Op->Common.AmlOpcode == AML_CONDITIONAL_REF_OF_OP) in AcpiPsGetNextNamepath()
/freebsd/sys/contrib/dev/acpica/compiler/
H A Daslmap.c290 /* CONDREFOF */ OP_TABLE_ENTRY (AML_CONDITIONAL_REF_OF_OP, 0, …
/freebsd/sys/contrib/dev/acpica/common/
H A Dadwalk.c999 (Op->Asl.Parent->Asl.AmlOpcode == AML_CONDITIONAL_REF_OF_OP))) in AcpiDmXrefDescendingOp()