Home
last modified time | relevance | path

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

/linux/arch/arm/include/asm/
A Dpgtable-nommu.h58 #define pgprot_device(prot) (prot) macro
A Dpgtable.h115 #define pgprot_device(prot) \ macro
/linux/drivers/pci/
A Dmmap.c57 vma->vm_page_prot = pgprot_device(vma->vm_page_prot); in pci_mmap_resource_range()
A Dpci.c4184 pgprot_device(PAGE_KERNEL)); in pci_remap_iospace()
/linux/include/linux/
A 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/arch/mips/loongson64/
A Dinit.c165 ioremap_page_range(vaddr, vaddr + size, hw_start, pgprot_device(PAGE_KERNEL)); in add_legacy_isa_io()
/linux/arch/arm64/include/asm/
A Dpgtable.h510 #define pgprot_device(prot) \ macro

Completed in 25 milliseconds