Lines Matching refs:MethodObj
319 ACPI_OPERAND_OBJECT *MethodObj; in AcpiPsLinkModuleCode() local
344 MethodObj = AcpiUtCreateInternalObject (ACPI_TYPE_METHOD); in AcpiPsLinkModuleCode()
345 if (!MethodObj) in AcpiPsLinkModuleCode()
351 "Create/Link new code block: %p\n", MethodObj)); in AcpiPsLinkModuleCode()
362 MethodObj->Method.AmlStart = AmlStart; in AcpiPsLinkModuleCode()
363 MethodObj->Method.AmlLength = AmlLength; in AcpiPsLinkModuleCode()
364 MethodObj->Method.OwnerId = OwnerId; in AcpiPsLinkModuleCode()
365 MethodObj->Method.InfoFlags |= ACPI_METHOD_MODULE_LEVEL; in AcpiPsLinkModuleCode()
371 MethodObj->Method.NextObject = in AcpiPsLinkModuleCode()
376 AcpiGbl_ModuleCodeList = MethodObj; in AcpiPsLinkModuleCode()
380 Prev->Method.Mutex = MethodObj; in AcpiPsLinkModuleCode()