Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/include/asm/
Dpgtable-nommu.h69 #define pgprot_device(prot) (prot) macro
/Linux-v4.19/include/asm-generic/
Dpgtable.h467 #ifndef pgprot_device
468 #define pgprot_device pgprot_noncached macro
479 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()
480 newprot = pgprot_device(newprot); in pgprot_modify()
/Linux-v4.19/drivers/pci/
Dmmap.c57 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in pci_mmap_resource_range()
Dpci.c3837 pgprot_device(PAGE_KERNEL)); in pci_remap_iospace()
/Linux-v4.19/arch/microblaze/include/asm/
Dpgtable.h37 #define pgprot_device pgprot_noncached macro
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable.h405 #define pgprot_device(prot) \ macro