Home
last modified time | relevance | path

Searched defs:dev_dax (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/drivers/dax/
Ddax-private.h48 struct dev_dax { struct
57 static inline struct dev_dax *to_dev_dax(struct device *dev) in to_dev_dax() argument
Ddevice.c17 static int check_vma(struct dev_dax *dev_dax, struct vm_area_struct *vma, in check_vma()
63 __weak phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, in dax_pgoff_to_phys()
78 static vm_fault_t __dev_dax_pte_fault(struct dev_dax *dev_dax, in __dev_dax_pte_fault()
110 static vm_fault_t __dev_dax_pmd_fault(struct dev_dax *dev_dax, in __dev_dax_pmd_fault()
159 static vm_fault_t __dev_dax_pud_fault(struct dev_dax *dev_dax, in __dev_dax_pud_fault()
208 static vm_fault_t __dev_dax_pud_fault(struct dev_dax *dev_dax, in __dev_dax_pud_fault()
223 struct dev_dax *dev_dax = filp->private_data; in dev_dax_huge_fault() local
282 struct dev_dax *dev_dax = filp->private_data; in dev_dax_split() local
293 struct dev_dax *dev_dax = filp->private_data; in dev_dax_pagesize() local
308 struct dev_dax *dev_dax = filp->private_data; in dax_mmap() local
[all …]
Dbus.c275 struct dev_dax *dev_dax = to_dev_dax(dev); in size_show() local
282 static int dev_dax_target_node(struct dev_dax *dev_dax) in dev_dax_target_node()
292 struct dev_dax *dev_dax = to_dev_dax(dev); in target_node_show() local
298 static unsigned long long dev_dax_resource(struct dev_dax *dev_dax) in dev_dax_resource()
308 struct dev_dax *dev_dax = to_dev_dax(dev); in resource_show() local
328 struct dev_dax *dev_dax = to_dev_dax(dev); in dev_dax_visible() local
355 void kill_dev_dax(struct dev_dax *dev_dax) in kill_dev_dax()
367 struct dev_dax *dev_dax = to_dev_dax(dev); in dev_dax_release() local
378 struct dev_dax *dev_dax = to_dev_dax(dev); in unregister_dev_dax() local
392 struct dev_dax *dev_dax; in __devm_create_dev_dax() local
Dkmem.c19 struct dev_dax *dev_dax = to_dev_dax(dev); in dev_dax_kmem_probe() local
82 struct dev_dax *dev_dax = to_dev_dax(dev); in dev_dax_kmem_remove() local
/Linux-v5.4/tools/testing/nvdimm/
Ddax-dev.c9 phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, in dax_pgoff_to_phys()
/Linux-v5.4/drivers/dax/pmem/
Dcompat.c15 struct dev_dax *dev_dax = __dax_pmem_probe(dev, DEV_DAX_CLASS); in dax_pmem_compat_probe() local
Dcore.c16 struct dev_dax *dev_dax; in __dax_pmem_probe() local