Lines Matching defs:acpi_parse_state
846 struct acpi_parse_state { struct
847 u8 *aml_start; /* First AML byte */
848 u8 *aml; /* Next AML byte */
849 u8 *aml_end; /* (last + 1) AML byte */
850 u8 *pkg_start; /* Current package begin */
851 u8 *pkg_end; /* Current package end */
852 union acpi_parse_object *start_op; /* Root of parse tree */
853 struct acpi_namespace_node *start_node;
854 union acpi_generic_state *scope; /* Current scope */
855 union acpi_parse_object *start_scope;
856 u32 aml_size;