Home
last modified time | relevance | path

Searched refs:nfit_spa (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/acpi/nfit/
H A Dcore.c703 struct nfit_spa *nfit_spa; in add_spa() local
1150 struct nfit_spa *nfit_spa; in nfit_mem_init() local
2427 struct nfit_spa *nfit_spa) in ars_complete() argument
2557 struct nfit_spa *nfit_spa) in acpi_nfit_init_mapping() argument
2597 struct nfit_spa *nfit_spa) in acpi_nfit_register_region() argument
2750 struct nfit_spa *nfit_spa) in ars_register() argument
2804 struct nfit_spa *nfit_spa; in ars_complete_all() local
2818 struct nfit_spa *nfit_spa; in __acpi_nfit_scrub() local
2938 struct nfit_spa *nfit_spa) in acpi_nfit_init_ars() argument
2965 struct nfit_spa *nfit_spa; in acpi_nfit_register_regions() local
[all …]
H A Dmce.c18 struct nfit_spa *nfit_spa; in nfit_handle_mce() local
40 list_for_each_entry(nfit_spa, &acpi_desc->spas, list) { in nfit_handle_mce()
41 struct acpi_nfit_system_address *spa = nfit_spa->spa; in nfit_handle_mce()
68 nvdimm_region_notify(nfit_spa->nd_region, in nfit_handle_mce()
H A Dnfit.h163 struct nfit_spa { struct
251 struct nfit_spa *scrub_spa;
/openbmc/qemu/hw/acpi/
H A Dnvdimm.c211 NvdimmNfitSpa *nfit_spa; in nvdimm_build_structure_spa() local
221 nfit_spa = acpi_data_push(structures, sizeof(*nfit_spa)); in nvdimm_build_structure_spa()
223 nfit_spa->type = cpu_to_le16(0 /* System Physical Address Range in nvdimm_build_structure_spa()
225 nfit_spa->length = cpu_to_le16(sizeof(*nfit_spa)); in nvdimm_build_structure_spa()
226 nfit_spa->spa_index = cpu_to_le16(nvdimm_slot_to_spa_index(slot)); in nvdimm_build_structure_spa()
232 nfit_spa->flags = cpu_to_le16(1 /* Control region is strictly for in nvdimm_build_structure_spa()
239 nfit_spa->proximity_domain = cpu_to_le32(node); in nvdimm_build_structure_spa()
241 memcpy(nfit_spa->type_guid, nvdimm_nfit_spa_uuid, in nvdimm_build_structure_spa()
244 nfit_spa->spa_base = cpu_to_le64(addr); in nvdimm_build_structure_spa()
245 nfit_spa->spa_length = cpu_to_le64(size); in nvdimm_build_structure_spa()
[all …]