Home
last modified time | relevance | path

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

12

/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
/arch/h8300/include/asm/
Dpgtable.h21 #define pgprot_noncached pgprot_writecombine macro
/arch/c6x/include/asm/
Dpgtable.h43 #define pgprot_noncached(prot) (prot) macro
/arch/arm/include/asm/
Dpgtable-nommu.h66 #define pgprot_noncached(prot) (prot) macro
Dpgtable.h119 #define pgprot_noncached(prot) \ macro
/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
/arch/blackfin/include/asm/
Dpgtable.h38 #define pgprot_noncached(prot) (prot) macro
/arch/score/include/asm/
Dpgtable.h153 #define pgprot_noncached pgprot_noncached macro
155 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/arch/powerpc/include/asm/nohash/
Dpgtable.h206 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h444 #define pgprot_noncached pgprot_noncached macro
445 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/arch/mips/include/asm/
Dpgtable.h444 #define pgprot_noncached pgprot_noncached macro
446 static inline pgprot_t pgprot_noncached(pgprot_t _prot) function
/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
Dpgtable_64.h349 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
377 #define pgprot_noncached pgprot_noncached macro
/arch/microblaze/include/asm/
Dpgtable.h35 #define pgprot_noncached(x) (x) macro
104 #define pgprot_noncached(prot) \ macro
/arch/cris/include/asm/
Dpgtable.h201 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) | _PAGE_NO_CACHE)) macro
/arch/sh/include/asm/
Dpgtable_64.h206 #define pgprot_noncached(x) __pgprot(((x).pgprot & ~(_PAGE_CACHABLE)) | _PAGE_DEVICE) macro
Dpgtable_32.h382 #define pgprot_noncached pgprot_writecombine macro
/arch/unicore32/include/asm/
Dpgtable.h200 #define pgprot_noncached(prot) \ macro
/arch/m32r/include/asm/
Dpgtable.h266 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/arch/arc/include/asm/
Dpgtable.h331 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/arch/metag/include/asm/
Dpgtable.h147 #define pgprot_noncached(prot) \ macro
/arch/alpha/include/asm/
Dpgtable.h142 #define pgprot_noncached(prot) (prot) macro
/arch/xtensa/include/asm/
Dpgtable.h282 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CA_MASK)) macro
/arch/powerpc/include/asm/book3s/64/
Dpgtable.h747 #define pgprot_noncached pgprot_noncached macro
748 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
/arch/mn10300/include/asm/
Dpgtable.h378 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHE) macro

12