Searched defs:dev_dax (Results 1 – 8 of 8) sorted by relevance
/linux-5.10/drivers/dax/ |
D | dax-private.h | 62 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
|
D | device.c | 17 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() 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() 147 static vm_fault_t __dev_dax_pud_fault(struct dev_dax *dev_dax, in __dev_dax_pud_fault() 188 static vm_fault_t __dev_dax_pud_fault(struct dev_dax *dev_dax, in __dev_dax_pud_fault() 203 struct dev_dax *dev_dax = filp->private_data; in dev_dax_huge_fault() local 262 struct dev_dax *dev_dax = filp->private_data; in dev_dax_split() local 272 struct dev_dax *dev_dax = filp->private_data; in dev_dax_pagesize() local 286 struct dev_dax *dev_dax = filp->private_data; in dax_mmap() local [all …]
|
D | bus.c | 139 static u64 dev_dax_size(struct dev_dax *dev_dax) in dev_dax_size() 155 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_probe() local 180 struct dev_dax *dev_dax = to_dev_dax(dev); in dax_bus_remove() local 336 struct dev_dax *dev_dax = devm_create_dev_dax(&data); in create_store() local 360 void kill_dev_dax(struct dev_dax *dev_dax) in kill_dev_dax() 370 static void free_dev_dax_ranges(struct dev_dax *dev_dax) in free_dev_dax_ranges() 387 struct dev_dax *dev_dax = to_dev_dax(dev); in unregister_dev_dax() local 398 static int __free_dev_dax_id(struct dev_dax *dev_dax) in __free_dev_dax_id() 413 static int free_dev_dax_id(struct dev_dax *dev_dax) in free_dev_dax_id() 428 struct dev_dax *dev_dax; in delete_store() local [all …]
|
D | kmem.c | 22 static int dax_kmem_range(struct dev_dax *dev_dax, int i, struct range *r) in dax_kmem_range() 43 static int dev_dax_kmem_probe(struct dev_dax *dev_dax) in dev_dax_kmem_probe() 139 static int dev_dax_kmem_remove(struct dev_dax *dev_dax) in dev_dax_kmem_remove() 183 static int dev_dax_kmem_remove(struct dev_dax *dev_dax) in dev_dax_kmem_remove()
|
/linux-5.10/tools/testing/nvdimm/ |
D | dax-dev.c | 9 phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, in dax_pgoff_to_phys()
|
/linux-5.10/drivers/dax/hmem/ |
D | hmem.c | 17 struct dev_dax *dev_dax; in dax_hmem_probe() local
|
/linux-5.10/drivers/dax/pmem/ |
D | compat.c | 15 struct dev_dax *dev_dax = __dax_pmem_probe(dev, DEV_DAX_CLASS); in dax_pmem_compat_probe() local
|
D | core.c | 16 struct dev_dax *dev_dax; in __dax_pmem_probe() local
|