Home
last modified time | relevance | path

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

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