Searched defs:dev_dax (Results 1 – 8 of 8) sorted by relevance
62 struct dev_dax { struct72 struct dev_dax_range { argument79 static inline struct dev_dax *to_dev_dax(struct device *dev) in to_dev_dax() argument
76 static vm_fault_t __dev_dax_pte_fault(struct dev_dax *dev_dax, in __dev_dax_pte_fault()106 static vm_fault_t __dev_dax_pmd_fault(struct dev_dax *dev_dax, in __dev_dax_pmd_fault()203 struct dev_dax *dev_dax = filp->private_data; in dev_dax_huge_fault() local262 struct dev_dax *dev_dax = filp->private_data; in dev_dax_may_split() local272 struct dev_dax *dev_dax = filp->private_data; in dev_dax_pagesize() local286 struct dev_dax *dev_dax = filp->private_data; in dax_mmap() local312 struct dev_dax *dev_dax = filp ? filp->private_data : NULL; in dax_get_unmapped_area() local348 struct dev_dax *dev_dax = dax_get_private(dax_dev); in dax_open() local365 struct dev_dax *dev_dax = filp->private_data; in dax_release() local386 static void dev_dax_kill(void *dev_dax) in dev_dax_kill()[all …]
153 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_probe() local178 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_remove() local359 void kill_dev_dax(struct dev_dax *dev_dax) in kill_dev_dax()395 struct dev_dax *dev_dax = to_dev_dax(dev); in unregister_dev_dax() local436 struct dev_dax *dev_dax; in delete_store() local847 struct dev_dax *dev_dax = to_dev_dax(dev); in size_show() local1010 struct dev_dax *dev_dax = to_dev_dax(dev); in size_store() local1069 struct dev_dax *dev_dax = to_dev_dax(dev); in mapping_store() local1100 struct dev_dax *dev_dax = to_dev_dax(dev); in align_show() local1126 struct dev_dax *dev_dax = to_dev_dax(dev); in align_store() local[all …]
22 static int dax_kmem_range(struct dev_dax *dev_dax, int i, struct range *r) in dax_kmem_range()44 static int dev_dax_kmem_probe(struct dev_dax *dev_dax) in dev_dax_kmem_probe()162 static void dev_dax_kmem_remove(struct dev_dax *dev_dax) in dev_dax_kmem_remove()204 static void dev_dax_kmem_remove(struct dev_dax *dev_dax) in dev_dax_kmem_remove()
9 phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, in dax_pgoff_to_phys()
17 struct dev_dax *dev_dax; in dax_hmem_probe() local
15 struct dev_dax *dev_dax = __dax_pmem_probe(dev, DEV_DAX_CLASS); in dax_pmem_compat_probe() local
16 struct dev_dax *dev_dax; in __dax_pmem_probe() local
Completed in 10 milliseconds