Home
last modified time | relevance | path

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

/Linux-v5.15/arch/arm/include/asm/
Dpgtable-nommu.h58 #define pgprot_device(prot) (prot) macro
Dpgtable.h115 #define pgprot_device(prot) \ macro
/Linux-v5.15/drivers/pci/
Dmmap.c57 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in pci_mmap_resource_range()
Dpci.c4138 pgprot_device(PAGE_KERNEL)); in pci_remap_iospace()
/Linux-v5.15/include/linux/
Dpgtable.h929 #ifndef pgprot_device
930 #define pgprot_device pgprot_noncached macro
946 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()
947 newprot = pgprot_device(newprot); in pgprot_modify()
/Linux-v5.15/arch/mips/loongson64/
Dinit.c163 ioremap_page_range(vaddr, vaddr + size, hw_start, pgprot_device(PAGE_KERNEL)); in add_legacy_isa_io()
/Linux-v5.15/arch/arm64/include/asm/
Dpgtable.h504 #define pgprot_device(prot) \ macro