Home
last modified time | relevance | path

Searched refs:nfit_handle_t (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/dev/nvdimm/
H A Dnvdimm_var.h79 typedef uint32_t nfit_handle_t; typedef
88 nfit_handle_t)
92 nfit_handle_t nv_handle;
153 void acpi_nfit_get_dimm_ids(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t **listp,
163 void acpi_nfit_get_flush_addrs(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t dimm,
166 nfit_handle_t dimm, ACPI_NFIT_MEMORY_MAP ***listp, int *countp);
170 struct nvdimm_dev *nvdimm_find_by_handle(nfit_handle_t nv_handle);
H A Dnvdimm_nfit.c95 acpi_nfit_get_dimm_ids(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t **listp, in acpi_nfit_get_dimm_ids()
119 *listp = mallocarray(maxids, sizeof(nfit_handle_t), M_NVDIMM, M_WAITOK); in acpi_nfit_get_dimm_ids()
180 acpi_nfit_get_flush_addrs(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t dimm, in acpi_nfit_get_flush_addrs()
203 acpi_nfit_get_memory_maps_by_dimm(ACPI_TABLE_NFIT *nfitbl, nfit_handle_t dimm, in acpi_nfit_get_memory_maps_by_dimm()
H A Dnvdimm_acpi.c83 get_dimm_acpi_handle(ACPI_HANDLE root_handle, nfit_handle_t adr) in get_dimm_acpi_handle()
101 nfit_handle_t *dimm_ids, *dimm; in nvdimm_root_create_devs()
H A Dnvdimm_ns.c44 nfit_handle_t dimm_handle; in nvdimm_create_namespaces()
H A Dnvdimm.c448 nvdimm_find_by_handle(nfit_handle_t nv_handle) in nvdimm_find_by_handle()