Searched defs:acpi_walk_state (Results 1 – 1 of 1) sorted by relevance
73 typedef struct acpi_walk_state struct75 struct acpi_walk_state *Next; /* Next WalkState in list */ argument76 UINT8 DescriptorType; /* To differentiate various internal objs */77 UINT8 WalkType;78 UINT16 Opcode; /* Current AML opcode */79 UINT8 NextOpInfo; /* Info about NextOp */80 UINT8 NumOperands; /* Stack pointer for Operands[] array */81 … OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */82 … ACPI_OWNER_ID OwnerId; /* Owner of objects created during the walk */83 BOOLEAN LastPredicate; /* Result of last predicate */[all …]