Home
last modified time | relevance | path

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

/linux/drivers/dax/
H A Ddax-private.h83 struct dev_dax { struct
95 struct dev_dax_range *ranges; argument
105 static inline struct dev_dax *to_dev_dax(struct device *dev) in to_dev_dax() argument
H A Ddevice.c16 static int __check_vma(struct dev_dax *dev_dax, vma_flags_t flags, in __check_vma()
53 static int check_vma(struct dev_dax *dev_dax, struct vm_area_struct *vma, in check_vma()
61 __weak phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, in dax_pgoff_to_phys()
88 struct dev_dax *dev_dax = filp->private_data; in dax_set_mapping() local
109 static vm_fault_t __dev_dax_pte_fault(struct dev_dax *dev_dax, in __dev_dax_pte_fault()
143 static vm_fault_t __dev_dax_pmd_fault(struct dev_dax *dev_dax, in __dev_dax_pmd_fault()
188 static vm_fault_t __dev_dax_pud_fault(struct dev_dax *dev_dax, in __dev_dax_pud_fault()
233 static vm_fault_t __dev_dax_pud_fault(struct dev_dax *dev_dax, in __dev_dax_pud_fault()
245 struct dev_dax *dev_dax = filp->private_data; in dev_dax_huge_fault() local
274 struct dev_dax *dev_dax = filp->private_data; in dev_dax_may_split() local
[all …]
H A Dbus.c71 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_match_type() local
181 bool static_dev_dax(struct dev_dax *dev_dax) in static_dev_dax()
187 static u64 dev_dax_size(struct dev_dax *dev_dax) in dev_dax_size()
203 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_probe() local
235 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_remove() local
399 struct dev_dax *dev_dax = __devm_create_dev_dax(&data); in create_store() local
423 void kill_dev_dax(struct dev_dax *dev_dax) in kill_dev_dax()
441 static void trim_dev_dax_range(struct dev_dax *dev_dax) in trim_dev_dax_range()
459 static void free_dev_dax_ranges(struct dev_dax *dev_dax) in free_dev_dax_ranges()
467 struct dev_dax *dev_dax = to_dev_dax(dev); in unregister_dev_dax() local
[all …]
H A Dkmem.c31 static int dax_kmem_range(struct dev_dax *dev_dax, int i, struct range *r) in dax_kmem_range()
68 static int dev_dax_kmem_probe(struct dev_dax *dev_dax) in dev_dax_kmem_probe()
209 static void dev_dax_kmem_remove(struct dev_dax *dev_dax) in dev_dax_kmem_remove()
260 static void dev_dax_kmem_remove(struct dev_dax *dev_dax) in dev_dax_kmem_remove()
/linux/tools/testing/nvdimm/
H A Ddax-dev.c9 phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, in dax_pgoff_to_phys()