Searched refs:pkg_end (Results 1 – 9 of 9) sorted by relevance
87 scope->parse_scope.pkg_end = parser_state->aml_end; in acpi_ps_init_scope()128 scope->parse_scope.pkg_end = parser_state->pkg_end; in acpi_ps_push_scope()138 scope->parse_scope.arg_end = parser_state->pkg_end; in acpi_ps_push_scope()182 parser_state->pkg_end = scope->parse_scope.pkg_end; in acpi_ps_pop_scope()
467 u8 *pkg_end; in acpi_ps_get_next_field() local598 pkg_end = parser_state->aml; in acpi_ps_get_next_field()601 pkg_end += pkg_length; in acpi_ps_get_next_field()604 if (parser_state->aml < pkg_end) { in acpi_ps_get_next_field()658 parser_state->aml = pkg_end; in acpi_ps_get_next_field()741 parser_state->pkg_end = in acpi_ps_get_next_arg()747 if (parser_state->aml < parser_state->pkg_end) { in acpi_ps_get_next_arg()767 parser_state->aml = parser_state->pkg_end; in acpi_ps_get_next_arg()773 if (parser_state->aml < parser_state->pkg_end) { in acpi_ps_get_next_arg()786 ACPI_PTR_DIFF(parser_state->pkg_end, in acpi_ps_get_next_arg()[all …]
146 (walk_state->parser_state.pkg_end - in acpi_ps_get_arguments()152 walk_state->parser_state.pkg_end; in acpi_ps_get_arguments()176 (walk_state->parser_state.pkg_end - in acpi_ps_get_arguments()182 walk_state->parser_state.pkg_end; in acpi_ps_get_arguments()191 walk_state->parser_state.pkg_end; in acpi_ps_get_arguments()
514 parser_state.pkg_end = acpi_ps_get_next_package_end(&parser_state); in ACPI_EXPORT_SYMBOL()519 aml_length = (u32)ACPI_PTR_DIFF(parser_state.pkg_end, aml_start); in ACPI_EXPORT_SYMBOL()
337 parser_state->aml = parser_state->scope->parse_scope.pkg_end; in acpi_ps_next_parse_state()359 parser_state->aml = parser_state->scope->parse_scope.pkg_end; in acpi_ps_next_parse_state()
85 walk_state->parser_state.pkg_end; in acpi_ds_exec_begin_control_op()
356 walk_state->parser_state.pkg_end = in acpi_db_second_pass_parse()
612 u8 *pkg_end; /* Current package end */ member898 u8 *pkg_end; /* Current package end */ member
581 walk_state->parser_state.pkg_end = aml_start + aml_length; in acpi_ds_init_aml_walk()
Completed in 15 milliseconds