Home
last modified time | relevance | path

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

/Linux-v5.10/arch/x86/include/asm/
Dpgtable_types.h519 #define pgprot_writethrough pgprot_writethrough macro
520 extern pgprot_t pgprot_writethrough(pgprot_t prot);
/Linux-v5.10/arch/x86/mm/pat/
Dmemtype.c1120 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
1125 EXPORT_SYMBOL_GPL(pgprot_writethrough);
/Linux-v5.10/include/linux/
Dpgtable.h852 #ifndef pgprot_writethrough
853 #define pgprot_writethrough pgprot_noncached macro
/Linux-v5.10/arch/s390/include/asm/
Dpgtable.h1173 #define pgprot_writethrough pgprot_writethrough macro
1174 pgprot_t pgprot_writethrough(pgprot_t prot);
/Linux-v5.10/arch/s390/mm/
Dpgtable.c37 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
45 EXPORT_SYMBOL_GPL(pgprot_writethrough);
/Linux-v5.10/arch/s390/pci/
Dpci.c278 return __ioremap(addr, size, pgprot_writethrough(PAGE_KERNEL)); in ioremap_wt()