Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/dax/
Ddax-private.h62 struct dev_dax { struct
72 struct dev_dax_range { argument
79 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()
54 __weak phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, in dax_pgoff_to_phys()
81 struct dev_dax *dev_dax = filp->private_data; in dax_set_mapping() local
103 static vm_fault_t __dev_dax_pte_fault(struct dev_dax *dev_dax, in __dev_dax_pte_fault()
136 static vm_fault_t __dev_dax_pmd_fault(struct dev_dax *dev_dax, in __dev_dax_pmd_fault()
180 static vm_fault_t __dev_dax_pud_fault(struct dev_dax *dev_dax, in __dev_dax_pud_fault()
224 static vm_fault_t __dev_dax_pud_fault(struct dev_dax *dev_dax, in __dev_dax_pud_fault()
237 struct dev_dax *dev_dax = filp->private_data; in dev_dax_huge_fault() local
271 struct dev_dax *dev_dax = filp->private_data; in dev_dax_may_split() local
281 struct dev_dax *dev_dax = filp->private_data; in dev_dax_pagesize() local
[all …]
Dbus.c153 bool static_dev_dax(struct dev_dax *dev_dax) in static_dev_dax()
159 static u64 dev_dax_size(struct dev_dax *dev_dax) in dev_dax_size()
175 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_probe() local
200 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_remove() local
357 struct dev_dax *dev_dax = devm_create_dev_dax(&data); in create_store() local
381 void kill_dev_dax(struct dev_dax *dev_dax) in kill_dev_dax()
399 static void trim_dev_dax_range(struct dev_dax *dev_dax) in trim_dev_dax_range()
417 static void free_dev_dax_ranges(struct dev_dax *dev_dax) in free_dev_dax_ranges()
425 struct dev_dax *dev_dax = to_dev_dax(dev); in unregister_dev_dax() local
436 static int __free_dev_dax_id(struct dev_dax *dev_dax) in __free_dev_dax_id()
[all …]
Dkmem.c30 static int dax_kmem_range(struct dev_dax *dev_dax, int i, struct range *r) in dax_kmem_range()
53 static int dev_dax_kmem_probe(struct dev_dax *dev_dax) in dev_dax_kmem_probe()
175 static void dev_dax_kmem_remove(struct dev_dax *dev_dax) in dev_dax_kmem_remove()
226 static void dev_dax_kmem_remove(struct dev_dax *dev_dax) in dev_dax_kmem_remove()
Dpmem.c16 struct dev_dax *dev_dax; in __dax_pmem_probe() local
/Linux-v6.1/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-v6.1/drivers/dax/hmem/
Dhmem.c17 struct dev_dax *dev_dax; in dax_hmem_probe() local