Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dpgtable_types.h496 #define pgprot_writethrough pgprot_writethrough macro
497 extern pgprot_t pgprot_writethrough(pgprot_t prot);
/linux-6.3-rc2/arch/x86/mm/pat/
A Dmemtype.c1092 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
1097 EXPORT_SYMBOL_GPL(pgprot_writethrough);
/linux-6.3-rc2/include/linux/
A Dpgtable.h995 #ifndef pgprot_writethrough
996 #define pgprot_writethrough pgprot_noncached macro
/linux-6.3-rc2/arch/s390/include/asm/
A Dpgtable.h1316 #define pgprot_writethrough pgprot_writethrough macro
1317 pgprot_t pgprot_writethrough(pgprot_t prot);
/linux-6.3-rc2/arch/s390/mm/
A Dpgtable.c37 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
45 EXPORT_SYMBOL_GPL(pgprot_writethrough);
/linux-6.3-rc2/arch/s390/pci/
A Dpci.c295 return __ioremap(addr, size, pgprot_writethrough(PAGE_KERNEL)); in ioremap_wt()

Completed in 22 milliseconds