Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
A Dpgtable-nommu.h50 #define pgprot_device(prot) (prot) macro
A Dpgtable.h124 #define pgprot_device(prot) \ macro
/linux/drivers/pci/
A Dmmap.c38 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in pci_mmap_resource_range()
A Dpci.c4247 pgprot_device(PAGE_KERNEL)); in pci_remap_iospace()
/linux/arch/mips/loongson64/
A Dinit.c183 vmap_page_range(vaddr, vaddr + size, hw_start, pgprot_device(PAGE_KERNEL)); in add_legacy_isa_io()
/linux/include/linux/
A Dpgtable.h1367 #ifndef pgprot_device
1368 #define pgprot_device pgprot_noncached macro
1384 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()
1385 newprot = pgprot_device(newprot); in pgprot_modify()
/linux/drivers/vfio/cdx/
A Dmain.c249 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in vfio_cdx_mmap_mmio()
/linux/arch/loongarch/kernel/
A Dsetup.c493 vmap_page_range(vaddr, vaddr + size, hw_start, pgprot_device(PAGE_KERNEL)); in add_legacy_isa_io()
/linux/drivers/cdx/
A Dcdx.c731 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in cdx_mmap_resource()
/linux/drivers/infiniband/hw/hns/
A Dhns_roce_main.c481 prot = pgprot_device(vma->vm_page_prot); in hns_roce_mmap()
/linux/arch/arm64/include/asm/
A Dpgtable.h694 #define pgprot_device(prot) \ macro
/linux/drivers/infiniband/hw/erdma/
A Derdma_verbs.c1335 prot = pgprot_device(vma->vm_page_prot); in erdma_mmap()

Completed in 39 milliseconds