Home
last modified time | relevance | path

Searched refs:end_aml (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutresrc.c143 u8 *end_aml; in acpi_ut_walk_aml_resources() local
159 end_aml = aml + aml_length; in acpi_ut_walk_aml_resources()
163 while (aml < end_aml) { in acpi_ut_walk_aml_resources()
200 if ((aml + 1) >= end_aml) { in acpi_ut_walk_aml_resources()
H A Drslist.c127 u8 *end_aml = output_buffer + aml_size_needed; in acpi_rs_convert_resources_to_aml() local
135 while (aml < end_aml) { in acpi_rs_convert_resources_to_aml()
H A Drscalc.c445 u8 *end_aml; in acpi_rs_get_list_length() local
458 end_aml = aml_buffer + aml_buffer_length; in acpi_rs_get_list_length()
462 while (aml_buffer < end_aml) { in acpi_rs_get_list_length()
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutresrc.c147 u8 *end_aml; in acpi_ut_walk_aml_resources() local
163 end_aml = aml + aml_length; in acpi_ut_walk_aml_resources()
167 while (aml < end_aml) { in acpi_ut_walk_aml_resources()
204 if ((aml + 1) >= end_aml) { in acpi_ut_walk_aml_resources()
H A Drslist.c138 u8 *end_aml = output_buffer + aml_size_needed; in acpi_rs_convert_resources_to_aml() local
146 while (aml < end_aml) { in acpi_rs_convert_resources_to_aml()
H A Drscalc.c455 u8 *end_aml; in acpi_rs_get_list_length() local
468 end_aml = aml_buffer + aml_buffer_length; in acpi_rs_get_list_length()
472 while (aml_buffer < end_aml) { in acpi_rs_get_list_length()

Completed in 4 milliseconds