Home
last modified time | relevance | path

Searched refs:spas (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/acpi/nfit/
Dmce.c39 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_handle_mce()
Dcore.c61 struct list_head spas; member
706 list_for_each_entry(nfit_spa, &prev->spas, list) { in add_spa()
708 list_move_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa()
719 list_add_tail(&nfit_spa->list, &acpi_desc->spas); in add_spa()
1007 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_mem_find_spa_bdw()
1235 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_mem_init()
3184 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in ars_complete_all()
3222 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in __acpi_nfit_scrub()
3259 list_move_tail(&nfit_spa->list, &acpi_desc->spas); in __acpi_nfit_scrub()
3347 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in acpi_nfit_register_regions()
[all …]
Dnfit.h248 struct list_head spas; member