Lines Matching refs:MethodObj
473 ACPI_OPERAND_OBJECT *MethodObj; in AcpiPsLinkModuleCode() local
498 MethodObj = AcpiUtCreateInternalObject (ACPI_TYPE_METHOD); in AcpiPsLinkModuleCode()
499 if (!MethodObj) in AcpiPsLinkModuleCode()
505 "Create/Link new code block: %p\n", MethodObj)); in AcpiPsLinkModuleCode()
516 MethodObj->Method.AmlStart = AmlStart; in AcpiPsLinkModuleCode()
517 MethodObj->Method.AmlLength = AmlLength; in AcpiPsLinkModuleCode()
518 MethodObj->Method.OwnerId = OwnerId; in AcpiPsLinkModuleCode()
519 MethodObj->Method.InfoFlags |= ACPI_METHOD_MODULE_LEVEL; in AcpiPsLinkModuleCode()
525 MethodObj->Method.NextObject = in AcpiPsLinkModuleCode()
530 AcpiGbl_ModuleCodeList = MethodObj; in AcpiPsLinkModuleCode()
534 Prev->Method.Mutex = MethodObj; in AcpiPsLinkModuleCode()