Home
last modified time | relevance | path

Searched refs:pgprot_device (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/arch/arm/include/asm/
H A Dpgtable-nommu.h50 #define pgprot_device(prot) (prot) macro
H A Dpgtable.h123 #define pgprot_device(prot) \ macro
/linux-6.15/drivers/pci/
H A Dmmap.c38 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in pci_mmap_resource_range()
H A Dpci.c4270 pgprot_device(PAGE_KERNEL)); in pci_remap_iospace()
/linux-6.15/arch/mips/loongson64/
H A Dinit.c183 vmap_page_range(vaddr, vaddr + size, hw_start, pgprot_device(PAGE_KERNEL)); in add_legacy_isa_io()
/linux-6.15/include/linux/
H A Dpgtable.h1359 #ifndef pgprot_device
1360 #define pgprot_device pgprot_noncached macro
1376 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()
1377 newprot = pgprot_device(newprot); in pgprot_modify()
/linux-6.15/drivers/vfio/cdx/
H A Dmain.c249 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in vfio_cdx_mmap_mmio()
/linux-6.15/arch/loongarch/kernel/
H A Dsetup.c495 vmap_page_range(vaddr, vaddr + size, hw_start, pgprot_device(PAGE_KERNEL)); in add_legacy_isa_io()
/linux-6.15/drivers/cdx/
H A Dcdx.c739 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in cdx_mmap_resource()
/linux-6.15/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c486 prot = pgprot_device(vma->vm_page_prot); in hns_roce_mmap()
/linux-6.15/arch/arm64/include/asm/
H A Dpgtable.h701 #define pgprot_device(prot) \ macro
/linux-6.15/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c1390 prot = pgprot_device(vma->vm_page_prot); in erdma_mmap()