Home
last modified time | relevance | path

Searched defs:acpi_opcode_info (Results 1 – 1 of 1) sorted by relevance

/titanic_50/usr/src/uts/intel/sys/acpi/
H A Daclocal.h863 typedef struct acpi_opcode_info struct
866 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 */