Lines Matching defs:Flags
211 if (!(OpInfo->Flags & AML_HAS_TARGET))
511 if (!(OpInfo->Flags & AML_CREATE))
567 * DESCRIPTION: Decode control method flags
575 UINT32 Flags;
579 /* The next Op contains the flags */
582 Flags = (UINT8) Op->Common.Value.Integer;
583 Args = Flags & 0x07;
595 if (!(Flags & 0x08))
604 if (Flags & 0xF0)
606 AcpiOsPrintf (", %u", Flags >> 4);
619 * DESCRIPTION: Decode Field definition flags
627 UINT32 Flags;
631 Flags = (UINT8) Op->Common.Value.Integer;
637 AcpiOsPrintf ("%s, ", AcpiGbl_AccessTypes [Flags & 0x07]);
638 AcpiOsPrintf ("%s, ", AcpiGbl_LockRule [(Flags & 0x10) >> 4]);
639 AcpiOsPrintf ("%s)", AcpiGbl_UpdateRules [(Flags & 0x60) >> 5]);
686 * DESCRIPTION: Decode OperationRegion flags