Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/include/asm/
A Dpgtable-nommu.h50 #define pgprot_device(prot) (prot) macro
A Dpgtable.h124 #define pgprot_device(prot) \ macro
/linux-6.3-rc2/drivers/pci/
A Dmmap.c36 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in pci_mmap_resource_range()
A Dpci.c4209 pgprot_device(PAGE_KERNEL)); in pci_remap_iospace()
/linux-6.3-rc2/include/linux/
A Dpgtable.h999 #ifndef pgprot_device
1000 #define pgprot_device pgprot_noncached macro
1016 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()
1017 newprot = pgprot_device(newprot); in pgprot_modify()
/linux-6.3-rc2/arch/mips/loongson64/
A Dinit.c165 ioremap_page_range(vaddr, vaddr + size, hw_start, pgprot_device(PAGE_KERNEL)); in add_legacy_isa_io()
/linux-6.3-rc2/arch/loongarch/kernel/
A Dsetup.c475 ioremap_page_range(vaddr, vaddr + size, hw_start, pgprot_device(PAGE_KERNEL)); in add_legacy_isa_io()
/linux-6.3-rc2/drivers/infiniband/hw/hns/
A Dhns_roce_main.c455 prot = pgprot_device(vma->vm_page_prot); in hns_roce_mmap()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dpgtable.h567 #define pgprot_device(prot) \ macro
/linux-6.3-rc2/drivers/infiniband/hw/erdma/
A Derdma_verbs.c1110 prot = pgprot_device(vma->vm_page_prot); in erdma_mmap()

Completed in 51 milliseconds