Home
last modified time | relevance | path

Searched defs:pgprot_writecombine (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/arch/h8300/include/asm/
Dpgtable.h20 #define pgprot_writecombine(prot) (prot) macro
/Linux-v4.19/arch/c6x/include/asm/
Dpgtable.h73 #define pgprot_writecombine pgprot_noncached macro
/Linux-v4.19/arch/arm/include/asm/
Dpgtable-nommu.h67 #define pgprot_writecombine(prot) (prot) macro
Dpgtable.h122 #define pgprot_writecombine(prot) \ macro
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dpgtable.h498 #define pgprot_writecombine pgprot_writecombine macro
499 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/Linux-v4.19/arch/mips/include/asm/
Dpgtable.h455 #define pgprot_writecombine pgprot_writecombine macro
457 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpgtable.h205 #define pgprot_writecombine pgprot_noncached_wc macro
/Linux-v4.19/arch/unicore32/include/asm/
Dpgtable.h202 #define pgprot_writecombine(prot) \ macro
/Linux-v4.19/arch/sh/include/asm/
Dpgtable_64.h207 #define pgprot_writecombine(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHABLE) macro
Dpgtable_32.h379 #define pgprot_writecombine(prot) \ macro
/Linux-v4.19/arch/x86/mm/
Dpat.c1076 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/Linux-v4.19/arch/nds32/include/asm/
Dpgtable.h308 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV_WB) macro
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/
Dpgtable.h843 #define pgprot_writecombine pgprot_writecombine macro
844 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/Linux-v4.19/arch/x86/include/asm/
Dpgtable_types.h515 #define pgprot_writecombine pgprot_writecombine macro
/Linux-v4.19/arch/microblaze/include/asm/
Dpgtable.h36 #define pgprot_writecombine pgprot_noncached macro
/Linux-v4.19/arch/ia64/include/asm/
Dpgtable.h354 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro
/Linux-v4.19/include/asm-generic/
Dpgtable.h460 #define pgprot_writecombine pgprot_noncached macro
/Linux-v4.19/arch/arm64/include/asm/
Dpgtable.h403 #define pgprot_writecombine(prot) \ macro