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