Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgtable-nommu.h52 #define pgprot_device(prot) (prot) macro
Dpgtable.h125 #define pgprot_device(prot) \ macro
/kernel/linux/linux-5.10/drivers/pci/
Dmmap.c57 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in pci_mmap_resource_range()
Dpci.c4090 pgprot_device(PAGE_KERNEL)); in pci_remap_iospace()
/kernel/linux/linux-5.10/arch/mips/loongson64/
Dinit.c104 ioremap_page_range(vaddr, vaddr + size, hw_start, pgprot_device(PAGE_KERNEL)); in add_legacy_isa_io()
/kernel/linux/linux-5.10/include/linux/
Dpgtable.h857 #ifndef pgprot_device
858 #define pgprot_device pgprot_noncached macro
874 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()
875 newprot = pgprot_device(newprot); in pgprot_modify()
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dpgtable.h33 #define pgprot_device pgprot_noncached macro
/kernel/linux/linux-5.10/drivers/infiniband/hw/hns/
Dhns_roce_main.c362 pgprot_device(vma->vm_page_prot), in hns_roce_mmap()
/kernel/linux/linux-5.10/arch/arm64/include/asm/
Dpgtable.h491 #define pgprot_device(prot) \ macro
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0001_linux_arch.patch13964 #define pgprot_device(prot) \