PFN_DEV            44 drivers/dax/device.c 	if ((dax_region->pfn_flags & (PFN_DEV|PFN_MAP)) == PFN_DEV
PFN_DEV           131 drivers/dax/device.c 	if ((dax_region->pfn_flags & (PFN_DEV|PFN_MAP)) != (PFN_DEV|PFN_MAP)) {
PFN_DEV           181 drivers/dax/device.c 	if ((dax_region->pfn_flags & (PFN_DEV|PFN_MAP)) != (PFN_DEV|PFN_MAP)) {
PFN_DEV            57 drivers/dax/pmem/core.c 			PFN_DEV|PFN_MAP);
PFN_DEV           401 drivers/gpu/drm/exynos/exynos_drm_gem.c 			__pfn_to_pfn_t(pfn, PFN_DEV));
PFN_DEV           123 drivers/gpu/drm/gma500/framebuffer.c 				__pfn_to_pfn_t(pfn, PFN_DEV));
PFN_DEV           101 drivers/gpu/drm/lima/lima_gem.c 	pfn = __pfn_to_pfn_t(page_to_pfn(bo->pages[pgoff]), PFN_DEV);
PFN_DEV           291 drivers/gpu/drm/msm/msm_gem.c 	ret = vmf_insert_mixed(vma, vmf->address, __pfn_to_pfn_t(pfn, PFN_DEV));
PFN_DEV           368 drivers/gpu/drm/omapdrm/omap_gem.c 			__pfn_to_pfn_t(pfn, PFN_DEV));
PFN_DEV           464 drivers/gpu/drm/omapdrm/omap_gem.c 			vaddr, __pfn_to_pfn_t(pfn, PFN_DEV));
PFN_DEV           277 drivers/gpu/drm/ttm/ttm_bo_vm.c 					__pfn_to_pfn_t(pfn, PFN_DEV));
PFN_DEV           405 drivers/nvdimm/pmem.c 	pmem->pfn_flags = PFN_DEV;
PFN_DEV           930 drivers/s390/block/dcssblk.c 				PFN_DEV|PFN_SPECIAL);
PFN_DEV           425 fs/cramfs/inode.c 			pfn_t pfn = phys_to_pfn_t(address + off, PFN_DEV);
PFN_DEV            26 include/linux/pfn_t.h 	{ PFN_DEV,	"DEV" }, \
PFN_DEV            49 include/linux/pfn_t.h 	return (pfn.val & PFN_MAP) == PFN_MAP || (pfn.val & PFN_DEV) == 0;
PFN_DEV           103 include/linux/pfn_t.h 	const u64 flags = PFN_DEV|PFN_MAP;
PFN_DEV          1673 mm/memory.c    	track_pfn_insert(vma, &pgprot, __pfn_to_pfn_t(pfn, PFN_DEV));
PFN_DEV          1675 mm/memory.c    	return insert_pfn(vma, addr, __pfn_to_pfn_t(pfn, PFN_DEV), pgprot,