Home | History | Annotate | Download | only in executer

Lines Matching refs:Reference

205          * Allow the AML "Constant" opcodes (Zero, One, etc.) to be reference
353 /* Validate the Reference */
355 switch (ObjDesc->Reference.Class)
368 case ACPI_REFCLASS_NAME: /* Reference to a named object */
371 "Operand is a Reference, Class [%s] %2.2X\n",
373 ObjDesc->Reference.Class));
379 "Unknown Reference Class 0x%2.2X in %p",
380 ObjDesc->Reference.Class, ObjDesc));
408 case ARGI_REF_OR_STRING: /* Can be a String or Reference */
422 * Else not a string - fall through to the normal Reference
455 * We don't want to resolve IndexOp reference objects during
457 * Instead, we just want to store the reference object.
462 ((*StackPtr)->Reference.Class == ACPI_REFCLASS_INDEX))
683 * Need a buffer, string, package, or RefOf reference.
685 * The only reference allowed here is a direct reference to
701 "Needed [Buffer/String/Package/Reference], found [%s] %p",