Home
last modified time | relevance | path

Searched refs:pgprot_writethrough (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dio.h38 ioremap_prot((addr), (size), pgprot_val(pgprot_writethrough(PAGE_KERNEL)))
H A Dpgtable.h1324 #define pgprot_writethrough pgprot_writethrough macro
1325 pgprot_t pgprot_writethrough(pgprot_t prot);
/openbmc/linux/arch/x86/include/asm/
H A Dpgtable_types.h526 #define pgprot_writethrough pgprot_writethrough macro
527 extern pgprot_t pgprot_writethrough(pgprot_t prot);
/openbmc/linux/arch/x86/mm/pat/
H A Dmemtype.c1117 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
1122 EXPORT_SYMBOL_GPL(pgprot_writethrough);
/openbmc/linux/include/linux/
H A Dpgtable.h1131 #ifndef pgprot_writethrough
1132 #define pgprot_writethrough pgprot_noncached macro
/openbmc/linux/arch/s390/mm/
H A Dpgtable.c37 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
45 EXPORT_SYMBOL_GPL(pgprot_writethrough);