Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable_types.h519 #define pgprot_writethrough pgprot_writethrough macro
520 extern pgprot_t pgprot_writethrough(pgprot_t prot);
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dmemtype.c1125 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
1130 EXPORT_SYMBOL_GPL(pgprot_writethrough);
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h853 #ifndef pgprot_writethrough
854 #define pgprot_writethrough pgprot_noncached macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h1192 #define pgprot_writethrough pgprot_writethrough macro
1193 pgprot_t pgprot_writethrough(pgprot_t prot);
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dpgtable.c37 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
45 EXPORT_SYMBOL_GPL(pgprot_writethrough);
/OK3568_Linux_fs/kernel/arch/s390/pci/
H A Dpci.c279 return __ioremap(addr, size, pgprot_writethrough(PAGE_KERNEL)); in ioremap_wt()