Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/h8300/include/asm/
H A Dpgtable.h17 #define pgprot_writecombine(prot) (prot) macro
/OK3568_Linux_fs/kernel/arch/csky/include/asm/
H A Dpgtable.h245 #define pgprot_writecombine pgprot_writecombine macro
246 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) in pgprot_writecombine() function
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A Dpgtable-nommu.h51 #define pgprot_writecombine(prot) (prot) macro
H A Dpgtable.h118 #define pgprot_writecombine(prot) \ macro
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dpgtable.h64 #define pgprot_writecombine pgprot_noncached macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h586 #define pgprot_writecombine pgprot_writecombine macro
587 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dpgtable.h469 #define pgprot_writecombine pgprot_writecombine macro
471 static inline pgprot_t pgprot_writecombine(pgprot_t _prot) function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h252 #define pgprot_writecombine pgprot_noncached_wc macro
/OK3568_Linux_fs/kernel/arch/nds32/include/asm/
H A Dpgtable.h288 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot)&~_PAGE_C_MASK) | _PAGE_C_DEV_WB) macro
/OK3568_Linux_fs/kernel/arch/sh/include/asm/
H A Dpgtable_32.h379 #define pgprot_writecombine(prot) \ macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h32 #define pgprot_writecombine pgprot_noncached macro
/OK3568_Linux_fs/kernel/arch/x86/mm/pat/
H A Dmemtype.c1118 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h861 #define pgprot_writecombine pgprot_writecombine macro
862 static inline pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dpgtable_types.h516 #define pgprot_writecombine pgprot_writecombine macro
/OK3568_Linux_fs/kernel/arch/ia64/include/asm/
H A Dpgtable.h352 #define pgprot_writecombine(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_WC) macro
/OK3568_Linux_fs/kernel/arch/s390/mm/
H A Dpgtable.c27 pgprot_t pgprot_writecombine(pgprot_t prot) in pgprot_writecombine() function
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dpgtable.h490 #define pgprot_writecombine(prot) \ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dpgtable.h850 #define pgprot_writecombine pgprot_noncached macro
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dpgtable.h1189 #define pgprot_writecombine pgprot_writecombine macro