Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/dax/
Ddax-private.h49 struct dev_dax { struct
50 struct dax_region *region;
51 struct dax_device *dax_dev;
52 struct device dev;
53 int id;
54 int num_resources;
55 struct resource res[0];
Ddevice.c155 struct dev_dax *dev_dax = to_dev_dax(dev); in size_show() local
180 static int check_vma(struct dev_dax *dev_dax, struct vm_area_struct *vma, in check_vma()
226 __weak phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, in dax_pgoff_to_phys()
251 static vm_fault_t __dev_dax_pte_fault(struct dev_dax *dev_dax, in __dev_dax_pte_fault()
283 static vm_fault_t __dev_dax_pmd_fault(struct dev_dax *dev_dax, in __dev_dax_pmd_fault()
333 static vm_fault_t __dev_dax_pud_fault(struct dev_dax *dev_dax, in __dev_dax_pud_fault()
383 static vm_fault_t __dev_dax_pud_fault(struct dev_dax *dev_dax, in __dev_dax_pud_fault()
398 struct dev_dax *dev_dax = filp->private_data; in dev_dax_huge_fault() local
457 struct dev_dax *dev_dax = filp->private_data; in dev_dax_split() local
468 struct dev_dax *dev_dax = filp->private_data; in dev_dax_pagesize() local
[all …]
Dpmem.c66 struct dev_dax *dev_dax; in dax_pmem_probe() local
/Linux-v4.19/tools/testing/nvdimm/
Ddax-dev.c17 phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, in dax_pgoff_to_phys()