Searched refs:PFN_DEV (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| A D | pfn_t.h | 18 #define PFN_DEV (1ULL << (BITS_PER_LONG_LONG - 3)) macro 26 { PFN_DEV, "DEV" }, \ 49 return (pfn.val & PFN_MAP) == PFN_MAP || (pfn.val & PFN_DEV) == 0; in pfn_t_has_page() 103 const u64 flags = PFN_DEV|PFN_MAP; in pfn_t_devmap()
|
| /linux/drivers/dax/ |
| A D | device.c | 129 pfn = phys_to_pfn_t(phys, PFN_DEV|PFN_MAP); in __dev_dax_pte_fault() 172 pfn = phys_to_pfn_t(phys, PFN_DEV|PFN_MAP); in __dev_dax_pmd_fault() 217 pfn = phys_to_pfn_t(phys, PFN_DEV|PFN_MAP); in __dev_dax_pud_fault()
|
| /linux/drivers/gpu/drm/gma500/ |
| A D | fbdev.c | 36 err = vmf_insert_mixed(vma, address, __pfn_to_pfn_t(pfn, PFN_DEV)); in psb_fbdev_vm_fault()
|
| /linux/drivers/gpu/drm/omapdrm/ |
| A D | omap_gem.c | 375 __pfn_to_pfn_t(pfn, PFN_DEV)); in omap_gem_fault_1d() 471 vaddr, __pfn_to_pfn_t(pfn, PFN_DEV)); in omap_gem_fault_2d()
|
| /linux/drivers/nvdimm/ |
| A D | pmem.c | 516 pmem->pfn_flags = PFN_DEV; in pmem_attach_disk()
|
| /linux/fs/cramfs/ |
| A D | inode.c | 415 pfn_t pfn = phys_to_pfn_t(address + off, PFN_DEV); in cramfs_physmem_mmap()
|
| /linux/drivers/s390/block/ |
| A D | dcssblk.c | 926 PFN_DEV|PFN_SPECIAL); in __dcssblk_direct_access()
|
| /linux/drivers/vfio/pci/ |
| A D | vfio_pci_core.c | 1684 PFN_DEV), false); in vfio_pci_mmap_huge_fault() 1690 PFN_DEV), false); in vfio_pci_mmap_huge_fault()
|
| /linux/fs/fuse/ |
| A D | virtio_fs.c | 1015 PFN_DEV | PFN_MAP); in virtio_fs_direct_access()
|
| /linux/mm/ |
| A D | memory.c | 2424 track_pfn_insert(vma, &pgprot, __pfn_to_pfn_t(pfn, PFN_DEV)); in vmf_insert_pfn_prot() 2426 return insert_pfn(vma, addr, __pfn_to_pfn_t(pfn, PFN_DEV), pgprot, in vmf_insert_pfn_prot()
|
Completed in 40 milliseconds