Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - D index
The Linux kernel configuration item CONFIG_DEV_DAX
has multiple definitions:
drivers/dax/Kconfig
The configuration item CONFIG_DEV_DAX:
CONFIG_TRANSPARENT_HUGEPAGE
dax
, device_dax
Support raw access to differentiated (persistence, bandwidth, latency...) memory via an mmap(2) capable character device. Platform firmware or a device driver may identify a platform memory resource that is differentiated from the baseline memory pool. Mappings of a /dev/daxX.Y device impose restrictions that make the mapping behavior deterministic.
drivers/dax/Kconfig
The configuration item CONFIG_DEV_DAX:
( CONFIG_NVDIMM_DAX ) && ( CONFIG_TRANSPARENT_HUGEPAGE )
dax
, device_dax
Support raw access to differentiated (persistence, bandwidth, latency...) memory via an mmap(2) capable character device. Platform firmware or a device driver may identify a platform memory resource that is differentiated from the baseline memory pool. Mappings of a /dev/daxX.Y device impose restrictions that make the mapping behavior deterministic.
Raw data from LKDDb:
lkddb fs "dax" : CONFIG_DEV_DAX : drivers/dax/dax.c # in 4.9–4.11
lkddb module dax CONFIG_DEV_DAX : drivers/dax/Kconfig : "DAX: direct access to differentiated memory" # in 4.7–4.11
lkddb module device_dax CONFIG_DEV_DAX : drivers/dax/Kconfig : "Device DAX: direct access mapping device" # in 4.12–4.20, 5.0–5.19, 6.0–6.11, 6.12-rc+HEAD
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - D index
Automatically generated (in year 2024). See also LKDDb sources on GitLab