Searched refs:aml1 (Results 1 – 1 of 1) sorted by relevance
604 u8 *aml1; in acpi_dm_compare_aml_resources() local623 aml1 = aml1_buffer; in acpi_dm_compare_aml_resources()630 while ((aml1 < aml1_end) && (aml2 < aml2_end)) { in acpi_dm_compare_aml_resources()634 aml1_length = acpi_ut_get_descriptor_length(aml1); in acpi_dm_compare_aml_resources()636 resource_type = acpi_ut_get_resource_type(aml1); in acpi_dm_compare_aml_resources()649 else if (memcmp(aml1, aml2, aml1_length)) { in acpi_dm_compare_aml_resources()656 if (aml1[i] != aml2[i]) { in acpi_dm_compare_aml_resources()660 aml1[i]); in acpi_dm_compare_aml_resources()675 aml1 += aml1_length; in acpi_dm_compare_aml_resources()