Home
last modified time | relevance | path

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

/linux-4.1.27/include/asm-generic/
Dpgtable.h265 #ifndef pgprot_device
266 #define pgprot_device pgprot_noncached macro
277 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()
278 newprot = pgprot_device(newprot); in pgprot_modify()
/linux-4.1.27/arch/arm64/include/asm/
Dpgtable.h328 #define pgprot_device(prot) \ macro
/linux-4.1.27/drivers/pci/
Dpci.c2762 pgprot_device(PAGE_KERNEL)); in pci_remap_iospace()