Searched refs:dax_pgoff_to_phys (Results 1 - 3 of 3) sorted by relevance

/linux-master/tools/testing/nvdimm/
H A Ddax-dev.c9 phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, function
/linux-master/drivers/dax/
H A Ddax-private.h99 phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, unsigned long size);
H A Ddevice.c54 __weak phys_addr_t dax_pgoff_to_phys(struct dev_dax *dev_dax, pgoff_t pgoff, function
123 phys = dax_pgoff_to_phys(dev_dax, vmf->pgoff, PAGE_SIZE);
166 phys = dax_pgoff_to_phys(dev_dax, pgoff, PMD_SIZE);
211 phys = dax_pgoff_to_phys(dev_dax, pgoff, PUD_SIZE);

Completed in 232 milliseconds