Home
last modified time | relevance | path

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

/Linux-v6.6/arch/s390/include/asm/
Dio.h36 ioremap_prot((addr), (size), pgprot_val(pgprot_writethrough(PAGE_KERNEL)))
Dpgtable.h1314 #define pgprot_writethrough pgprot_writethrough macro
1315 pgprot_t pgprot_writethrough(pgprot_t prot);
/Linux-v6.6/arch/x86/include/asm/
Dpgtable_types.h525 #define pgprot_writethrough pgprot_writethrough macro
526 extern pgprot_t pgprot_writethrough(pgprot_t prot);
/Linux-v6.6/arch/x86/mm/pat/
Dmemtype.c1096 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
1101 EXPORT_SYMBOL_GPL(pgprot_writethrough);
/Linux-v6.6/include/linux/
Dpgtable.h1110 #ifndef pgprot_writethrough
1111 #define pgprot_writethrough pgprot_noncached macro
/Linux-v6.6/arch/s390/mm/
Dpgtable.c37 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
45 EXPORT_SYMBOL_GPL(pgprot_writethrough);