Home
last modified time | relevance | path

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

/linux-4.4.14/arch/x86/include/asm/
Dpgtable_types.h394 #define pgprot_writethrough pgprot_writethrough macro
395 extern pgprot_t pgprot_writethrough(pgprot_t prot);
/linux-4.4.14/include/asm-generic/
Dpgtable.h304 #ifndef pgprot_writethrough
305 #define pgprot_writethrough pgprot_noncached macro
/linux-4.4.14/arch/x86/mm/
Dpat.c1002 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
1007 EXPORT_SYMBOL_GPL(pgprot_writethrough);