Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/include/asm/
Dpgtable-nommu.h58 #define pgprot_device(prot) (prot) macro
Dpgtable.h115 #define pgprot_device(prot) \ macro
/Linux-v5.10/drivers/pci/
Dmmap.c57 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in pci_mmap_resource_range()
Dpci.c4059 pgprot_device(PAGE_KERNEL)); in pci_remap_iospace()
/Linux-v5.10/arch/mips/loongson64/
Dinit.c104 ioremap_page_range(vaddr, vaddr + size, hw_start, pgprot_device(PAGE_KERNEL)); in add_legacy_isa_io()
/Linux-v5.10/include/linux/
Dpgtable.h856 #ifndef pgprot_device
857 #define pgprot_device pgprot_noncached macro
869 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()
870 newprot = pgprot_device(newprot); in pgprot_modify()
/Linux-v5.10/arch/microblaze/include/asm/
Dpgtable.h33 #define pgprot_device pgprot_noncached macro
/Linux-v5.10/arch/arm64/include/asm/
Dpgtable.h485 #define pgprot_device(prot) \ macro