Home
last modified time | relevance | path

Searched defs:pgprot_noncached (Results 1 – 25 of 49) sorted by relevance

12

/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dpgtable_mm.h159 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
166 #define pgprot_noncached(prot) \ macro
/kernel/linux/linux-4.19/arch/m68k/include/asm/
Dpgtable_mm.h156 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
163 #define pgprot_noncached(prot) \ macro
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dpgtable.h18 #define pgprot_noncached pgprot_writecombine macro
/kernel/linux/linux-4.19/arch/h8300/include/asm/
Dpgtable.h21 #define pgprot_noncached pgprot_writecombine macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
Dpgtable.h112 #define pgprot_noncached pgprot_noncached macro
114 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgtable-nommu.h56 #define pgprot_noncached(prot) (prot) macro
Dpgtable.h107 #define pgprot_noncached(prot) \ macro
/kernel/linux/linux-5.10/arch/csky/include/asm/
Dpgtable.h234 #define pgprot_noncached pgprot_noncached macro
236 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/kernel/linux/linux-5.10/arch/c6x/include/asm/
Dpgtable.h39 #define pgprot_noncached(prot) (prot) macro
/kernel/linux/linux-4.19/arch/nios2/include/asm/
Dpgtable.h118 #define pgprot_noncached pgprot_noncached macro
120 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/kernel/linux/linux-4.19/arch/c6x/include/asm/
Dpgtable.h43 #define pgprot_noncached(prot) (prot) macro
/kernel/linux/linux-4.19/arch/arm/include/asm/
Dpgtable-nommu.h66 #define pgprot_noncached(prot) (prot) macro
/kernel/linux/linux-5.10/arch/sparc/include/asm/
Dpgtable_32.h310 #define pgprot_noncached pgprot_noncached macro
311 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/kernel/linux/linux-4.19/arch/powerpc/include/asm/book3s/32/
Dpgtable.h464 #define pgprot_noncached pgprot_noncached macro
465 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/kernel/linux/linux-4.19/arch/mips/include/asm/
Dpgtable.h444 #define pgprot_noncached pgprot_noncached macro
446 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/kernel/linux/linux-4.19/arch/sparc/include/asm/
Dpgtable_32.h299 #define pgprot_noncached pgprot_noncached macro
300 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/kernel/linux/linux-4.19/arch/powerpc/include/asm/nohash/
Dpgtable.h188 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h551 #define pgprot_noncached pgprot_noncached macro
552 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/kernel/linux/linux-5.10/arch/microblaze/include/asm/
Dpgtable.h31 #define pgprot_noncached(x) (x) macro
94 #define pgprot_noncached(prot) \ macro
/kernel/linux/linux-5.10/arch/mips/include/asm/
Dpgtable.h458 #define pgprot_noncached pgprot_noncached macro
460 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h233 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/kernel/linux/linux-4.19/arch/microblaze/include/asm/
Dpgtable.h35 #define pgprot_noncached(x) (x) macro
106 #define pgprot_noncached(prot) \ macro
/kernel/linux/linux-4.19/arch/unicore32/include/asm/
Dpgtable.h200 #define pgprot_noncached(prot) \ macro
/kernel/linux/linux-4.19/arch/sh/include/asm/
Dpgtable_64.h206 #define pgprot_noncached(x) __pgprot(((x).pgprot & ~(_PAGE_CACHABLE)) | _PAGE_DEVICE) macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
Dpgtable.h307 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro

12