Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Dpgtable_types.h498 #define pgprot_writethrough pgprot_writethrough macro
499 extern pgprot_t pgprot_writethrough(pgprot_t prot);
/Linux-v6.1/arch/x86/mm/pat/
Dmemtype.c1135 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
1140 EXPORT_SYMBOL_GPL(pgprot_writethrough);
/Linux-v6.1/include/linux/
Dpgtable.h990 #ifndef pgprot_writethrough
991 #define pgprot_writethrough pgprot_noncached macro
/Linux-v6.1/arch/s390/include/asm/
Dpgtable.h1250 #define pgprot_writethrough pgprot_writethrough macro
1251 pgprot_t pgprot_writethrough(pgprot_t prot);
/Linux-v6.1/arch/s390/mm/
Dpgtable.c37 pgprot_t pgprot_writethrough(pgprot_t prot) in pgprot_writethrough() function
45 EXPORT_SYMBOL_GPL(pgprot_writethrough);
/Linux-v6.1/arch/s390/pci/
Dpci.c295 return __ioremap(addr, size, pgprot_writethrough(PAGE_KERNEL)); in ioremap_wt()