Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
A Dpgtable_types.h515 #define pgprot_writethrough pgprot_writethrough macro
516 extern pgprot_t pgprot_writethrough(pgprot_t prot);
/linux/arch/x86/mm/pat/
A Dmemtype.c1127 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
1132 EXPORT_SYMBOL_GPL(pgprot_writethrough);
/linux/arch/s390/include/asm/
A Dpgtable.h1189 #define pgprot_writethrough pgprot_writethrough macro
1190 pgprot_t pgprot_writethrough(pgprot_t prot);
/linux/include/linux/
A Dpgtable.h925 #ifndef pgprot_writethrough
926 #define pgprot_writethrough pgprot_noncached macro
/linux/arch/s390/mm/
A Dpgtable.c37 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
45 EXPORT_SYMBOL_GPL(pgprot_writethrough);
/linux/arch/s390/pci/
A Dpci.c281 return __ioremap(addr, size, pgprot_writethrough(PAGE_KERNEL)); in ioremap_wt()

Completed in 25 milliseconds