Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/acpica/
Daclocal.h695 struct acpi_opcode_info { struct
697 char *name; /* Opcode name (disassembler/debug only) */
699 u32 parse_args; /* Grammar/Parse time arguments */
700 u32 runtime_args; /* Interpret time arguments */
701 u16 flags; /* Misc flags */
702 u8 object_type; /* Corresponding internal object type */
703 u8 class; /* Opcode class */
704 u8 type; /* Opcode type */