Lines Matching defs:acpi_parse_state
886 struct acpi_parse_state { struct
887 u8 *aml_start; /* First AML byte */
888 u8 *aml; /* Next AML byte */
889 u8 *aml_end; /* (last + 1) AML byte */
890 u8 *pkg_start; /* Current package begin */
891 u8 *pkg_end; /* Current package end */
892 union acpi_parse_object *start_op; /* Root of parse tree */
893 struct acpi_namespace_node *start_node;
894 union acpi_generic_state *scope; /* Current scope */
895 union acpi_parse_object *start_scope;
896 u32 aml_size;