Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/include/asm/
H A Dpgtable-nommu.h50 #define pgprot_device(prot) (prot) macro
H A Dpgtable.h124 #define pgprot_device(prot) \ macro
/openbmc/linux/drivers/pci/
H A Dmmap.c36 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in pci_mmap_resource_range()
H A Dpci.c4311 pgprot_device(PAGE_KERNEL)); in pci_remap_iospace()
/openbmc/linux/include/linux/
H A Dpgtable.h1135 #ifndef pgprot_device
1136 #define pgprot_device pgprot_noncached macro
1152 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()
1153 newprot = pgprot_device(newprot); in pgprot_modify()
/openbmc/linux/arch/mips/loongson64/
H A Dinit.c180 ioremap_page_range(vaddr, vaddr + size, hw_start, pgprot_device(PAGE_KERNEL)); in add_legacy_isa_io()
/openbmc/linux/drivers/vfio/cdx/
H A Dmain.c134 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in vfio_cdx_mmap_mmio()
/openbmc/linux/arch/loongarch/kernel/
H A Dsetup.c518 ioremap_page_range(vaddr, vaddr + size, hw_start, pgprot_device(PAGE_KERNEL)); in add_legacy_isa_io()
/openbmc/linux/arch/arm64/include/asm/
H A Dpgtable.h567 #define pgprot_device(prot) \ macro
/openbmc/linux/drivers/infiniband/hw/hns/
H A Dhns_roce_main.c459 prot = pgprot_device(vma->vm_page_prot); in hns_roce_mmap()
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_verbs.c1331 prot = pgprot_device(vma->vm_page_prot); in erdma_mmap()