Searched defs:acpi_opcode_info (Results 1 – 1 of 1) sorted by relevance
866 typedef struct acpi_opcode_info struct869 char *Name; /* Opcode name (disassembler/debug only) */871 UINT32 ParseArgs; /* Grammar/Parse time arguments */872 UINT32 RuntimeArgs; /* Interpret time arguments */873 UINT16 Flags; /* Misc flags */874 UINT8 ObjectType; /* Corresponding internal object type */875 UINT8 Class; /* Opcode class */876 UINT8 Type; /* Opcode type */