Lines Matching defs:acpi_parse_state
803 struct acpi_parse_state { struct
804 u8 *aml_start; /* First AML byte */
805 u8 *aml; /* Next AML byte */
806 u8 *aml_end; /* (last + 1) AML byte */
807 u8 *pkg_start; /* Current package begin */
808 u8 *pkg_end; /* Current package end */
809 union acpi_parse_object *start_op; /* Root of parse tree */
810 struct acpi_namespace_node *start_node;
811 union acpi_generic_state *scope; /* Current scope */
812 union acpi_parse_object *start_scope;
813 u32 aml_size;