| /linux/fs/ |
| H A D | Kconfig | 72 using the ndctl utility: 74 # ndctl create-namespace --force --reconfig=namespace0.0 \ 79 https://docs.pmem.io/ndctl-user-guide/ndctl-man-pages/ndctl-create-namespace 81 For ndctl to work CONFIG_DEV_DAX needs to be enabled as well. For most
|
| /linux/Documentation/nvdimm/ |
| H A D | maintainer-entry-profile.rst | 30 There are unit tests for the subsystem via the ndctl utility: 31 https://github.com/pmem/ndctl
|
| /linux/Documentation/driver-api/nvdimm/ |
| H A D | btt.rst | 277 'ndctl' utility [1]: 279 For example, the ndctl command line to setup a btt with a 4k sector size is:: 281 ndctl create-namespace -f -e namespace0.0 -m sector -l 4k 283 See ndctl create-namespace --help for more options. 285 [1]: https://github.com/pmem/ndctl
|
| H A D | nvdimm.rst | 121 https://github.com/pmem/ndctl.git
|
| /linux/include/linux/ |
| H A D | libnvdimm.h | 94 ndctl_fn ndctl; member 314 return nd_desc->ndctl(nd_desc, nvdimm, cmd, buf, buf_len, cmd_rc); in nvdimm_ctl()
|
| /linux/drivers/nvdimm/ |
| H A D | bus.c | 233 if (!nd_desc->ndctl) in nvdimm_clear_poison() 240 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_CAP, &ars_cap, in nvdimm_clear_poison() 258 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_CLEAR_ERROR, &clear_err, in nvdimm_clear_poison() 1170 rc = nd_desc->ndctl(nd_desc, nvdimm, cmd, buf, buf_len, &cmd_rc); in __nd_ioctl()
|
| H A D | dimm_devs.c | 76 rc = nd_desc->ndctl(nd_desc, to_nvdimm(ndd->dev), in nvdimm_init_nsarea() 112 rc = nd_desc->ndctl(nd_desc, to_nvdimm(ndd->dev), in nvdimm_get_config_data() 160 rc = nd_desc->ndctl(nd_desc, to_nvdimm(ndd->dev), in nvdimm_set_config_data()
|
| H A D | ramdax.c | 247 nd_desc.ndctl = ramdax_ctl; in ramdax_probe()
|
| H A D | Kconfig | 113 (see 'ndctl create-namespace --help').
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-papr-pmem | 74 and are set by user-space tools like ndctl by issuing a PAPR DSM.
|
| /linux/drivers/acpi/nfit/ |
| H A D | intel.c | 416 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_CALL, &nd_cmd, sizeof(nd_cmd), in intel_bus_fwa_businfo() 545 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_CALL, &nd_cmd, sizeof(nd_cmd), in intel_bus_fwa_activate()
|
| H A D | core.c | 2362 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_CAP, cmd, in ars_get_cap() 2390 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_START, &ars_start, in ars_start() 2413 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_START, &ars_start, in ars_continue() 2426 rc = nd_desc->ndctl(nd_desc, NULL, ND_CMD_ARS_STATUS, ars_status, in ars_get_status() 3268 nd_desc->ndctl = acpi_nfit_ctl; in acpi_nfit_desc_init()
|
| /linux/Documentation/userspace-api/fwctl/ |
| H A D | fwctl-cxl.rst | 133 <https://github.com/pmem/ndctl/tree/main/test/fwctl.c> for a detailed user code
|
| /linux/drivers/cxl/ |
| H A D | pmem.c | 358 .ndctl = cxl_pmem_ctl, in cxl_nvdimm_bridge_probe()
|
| /linux/tools/testing/nvdimm/test/ |
| H A D | ndtest.c | 821 p->bus_desc.ndctl = ndtest_ctl; in ndtest_bus_register()
|
| H A D | nfit.c | 2921 .ndctl = acpi_nfit_ctl, in nfit_ctl_test() 3208 nd_desc->ndctl = nfit_test_ctl; in nfit_test_probe()
|
| /linux/arch/powerpc/platforms/pseries/ |
| H A D | papr_scm.c | 1208 p->bus_desc.ndctl = papr_scm_ndctl; in papr_scm_nvdimm_init()
|
| /linux/ |
| H A D | MAINTAINERS | 14619 F: include/uapi/linux/ndctl.h
|