Home
last modified time | relevance | path

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

/Linux-v6.1/arch/arm/include/asm/
Dpgtable-nommu.h52 #define pgprot_device(prot) (prot) macro
Dpgtable.h124 #define pgprot_device(prot) \ macro
/Linux-v6.1/drivers/pci/
Dmmap.c36 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in pci_mmap_resource_range()
Dpci.c4219 pgprot_device(PAGE_KERNEL)); in pci_remap_iospace()
/Linux-v6.1/include/linux/
Dpgtable.h994 #ifndef pgprot_device
995 #define pgprot_device pgprot_noncached macro
1011 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()
1012 newprot = pgprot_device(newprot); in pgprot_modify()
/Linux-v6.1/arch/mips/loongson64/
Dinit.c165 ioremap_page_range(vaddr, vaddr + size, hw_start, pgprot_device(PAGE_KERNEL)); in add_legacy_isa_io()
/Linux-v6.1/drivers/infiniband/hw/hns/
Dhns_roce_main.c429 prot = pgprot_device(vma->vm_page_prot); in hns_roce_mmap()
/Linux-v6.1/arch/arm64/include/asm/
Dpgtable.h564 #define pgprot_device(prot) \ macro
/Linux-v6.1/drivers/infiniband/hw/erdma/
Derdma_verbs.c1089 prot = pgprot_device(vma->vm_page_prot); in erdma_mmap()