Home
last modified time | relevance | path

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

/linux-6.12.1/arch/s390/include/asm/
Dio.h38 ioremap_prot((addr), (size), pgprot_val(pgprot_writethrough(PAGE_KERNEL)))
Dpgtable.h1368 #define pgprot_writethrough pgprot_writethrough macro
1369 pgprot_t pgprot_writethrough(pgprot_t prot);
/linux-6.12.1/arch/x86/include/asm/
Dpgtable_types.h524 #define pgprot_writethrough pgprot_writethrough macro
525 extern pgprot_t pgprot_writethrough(pgprot_t prot);
/linux-6.12.1/arch/x86/mm/pat/
Dmemtype.c1119 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
1124 EXPORT_SYMBOL_GPL(pgprot_writethrough);
/linux-6.12.1/include/linux/
Dpgtable.h1363 #ifndef pgprot_writethrough
1364 #define pgprot_writethrough pgprot_noncached macro
/linux-6.12.1/arch/s390/mm/
Dpgtable.c37 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
45 EXPORT_SYMBOL_GPL(pgprot_writethrough);