Home
last modified time | relevance | path

Searched defs:pgprot_noncached (Results 1 – 25 of 48) 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-6.6/arch/loongarch/include/asm/
Dpgtable-bits.h97 #define pgprot_noncached pgprot_noncached macro
99 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/kernel/linux/linux-6.6/arch/m68k/include/asm/
Dpgtable_mm.h165 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
172 #define pgprot_noncached(prot) \ macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
Dpgtable-bits.h111 #define pgprot_noncached pgprot_noncached macro
113 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/kernel/linux/linux-5.10/arch/h8300/include/asm/
Dpgtable.h18 #define pgprot_noncached pgprot_writecombine macro
/kernel/linux/linux-6.6/arch/nios2/include/asm/
Dpgtable.h91 #define pgprot_noncached pgprot_noncached macro
93 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/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-6.6/arch/csky/include/asm/
Dpgtable.h231 #define pgprot_noncached pgprot_noncached macro
233 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/kernel/linux/linux-6.6/arch/arm/include/asm/
Dpgtable-nommu.h48 #define pgprot_noncached(prot) (prot) macro
Dpgtable.h115 #define pgprot_noncached(prot) \ macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dpgtable-nommu.h50 #define pgprot_noncached(prot) (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-6.6/arch/arc/include/asm/
Dpgtable-bits-arcv2.h57 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/kernel/linux/linux-6.6/arch/sparc/include/asm/
Dpgtable_32.h294 #define pgprot_noncached pgprot_noncached macro
295 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/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-5.10/arch/powerpc/include/asm/book3s/32/
Dpgtable.h552 #define pgprot_noncached pgprot_noncached macro
553 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/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/microblaze/include/asm/
Dpgtable.h31 #define pgprot_noncached(x) (x) macro
94 #define pgprot_noncached(prot) \ macro
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
Dpgtable.h585 #define pgprot_noncached pgprot_noncached macro
586 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/
Dpgtable.h222 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/
Dpgtable.h235 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/kernel/linux/linux-6.6/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/arc/include/asm/
Dpgtable.h307 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
Dpgtable.h599 #define pgprot_noncached pgprot_noncached macro
600 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function

12