Home
last modified time | relevance | path

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

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