Searched defs:acpi_walk_state (Results 1 – 1 of 1) sorted by relevance
150 typedef struct acpi_walk_state struct152 struct acpi_walk_state *Next; /* Next WalkState in list */ argument153 UINT8 DescriptorType; /* To differentiate various internal objs */154 UINT8 WalkType;155 UINT16 Opcode; /* Current AML opcode */156 UINT8 NextOpInfo; /* Info about NextOp */157 UINT8 NumOperands; /* Stack pointer for Operands[] array */158 … OperandIndex; /* Index into operand stack, to be used by AcpiDsObjStackPush */159 … ACPI_OWNER_ID OwnerId; /* Owner of objects created during the walk */160 BOOLEAN LastPredicate; /* Result of last predicate */[all …]