Home
last modified time | relevance | path

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

/linux-4.4.14/include/asm-generic/
Dpgtable.h308 #ifndef pgprot_device
309 #define pgprot_device pgprot_noncached macro
320 if (pgprot_val(oldprot) == pgprot_val(pgprot_device(oldprot))) in pgprot_modify()
321 newprot = pgprot_device(newprot); in pgprot_modify()
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h390 #define pgprot_device(prot) \ macro
/linux-4.4.14/drivers/pci/
Dpci.c3047 pgprot_device(PAGE_KERNEL)); in pci_remap_iospace()