Searched defs:acpi_opcode_info (Results 1 – 1 of 1) sorted by relevance
973 typedef struct acpi_opcode_info struct976 char *Name; /* Opcode name (disassembler/debug only) */978 UINT32 ParseArgs; /* Grammar/Parse time arguments */979 UINT32 RuntimeArgs; /* Interpret time arguments */980 UINT16 Flags; /* Misc flags */981 UINT8 ObjectType; /* Corresponding internal object type */982 UINT8 Class; /* Opcode class */983 UINT8 Type; /* Opcode type */