Home | History | Annotate | Download | only in executer

Lines Matching refs:Method

218          * Control method aliases need to be differentiated with
414 * actually used at runtime, abort the executing method.
582 * PARAMETERS: AmlStart - First byte of the method's AML
583 * AmlLength - AML byte count for this method
588 * DESCRIPTION: Create a new method object
607 /* Create a new method object */
616 /* Save the method's AML pointer and length */
618 ObjDesc->Method.AmlStart = AmlStart;
619 ObjDesc->Method.AmlLength = AmlLength;
620 ObjDesc->Method.Node = Operand[0];
623 * Disassemble the method flags. Split off the ArgCount, Serialized
627 ObjDesc->Method.ParamCount = (UINT8)
631 * Get the SyncLevel. If method is serialized, a mutex will be
632 * created for this method when it is parsed.
636 ObjDesc->Method.InfoFlags = ACPI_METHOD_SERIALIZED;
640 * ACPI 2.0: SyncLevel = SyncLevel in method declaration
642 ObjDesc->Method.SyncLevel = (UINT8)
646 /* Attach the new object to the method Node */