Searched defs:acpi_walk_state (Results 1 – 1 of 1) sorted by relevance
37 struct acpi_walk_state { struct38 struct acpi_walk_state *next; /* Next walk_state in list */ argument39 u8 descriptor_type; /* To differentiate various internal objs */40 u8 walk_type;41 u16 opcode; /* Current AML opcode */42 u8 next_op_info; /* Info about next_op */43 u8 num_operands; /* Stack pointer for Operands[] array */44 u8 operand_index; /* Index into operand stack, to be used by acpi_ds_obj_stack_push */45 acpi_owner_id owner_id; /* Owner of objects created during the walk */46 u8 last_predicate; /* Result of last predicate */[all …]