Home
last modified time | relevance | path

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

/linux-3.3/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
/linux-3.3/arch/mips/include/asm/
Dpgtable.h331 #define pgprot_noncached pgprot_noncached macro
333 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-3.3/arch/c6x/include/asm/
Dpgtable.h43 #define pgprot_noncached(prot) (prot) macro
/linux-3.3/arch/arm/include/asm/
Dpgtable-nommu.h68 #define pgprot_noncached(prot) __pgprot(0) macro
Dpgtable.h97 #define pgprot_noncached(prot) \ macro
/linux-3.3/arch/score/include/asm/
Dpgtable.h163 #define pgprot_noncached pgprot_noncached macro
165 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-3.3/arch/blackfin/include/asm/
Dpgtable.h38 #define pgprot_noncached(prot) (prot) macro
/linux-3.3/arch/powerpc/include/asm/
Dpgtable.h161 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/linux-3.3/arch/microblaze/include/asm/
Dpgtable.h38 #define pgprot_noncached(x) (x) macro
110 #define pgprot_noncached(prot) \ macro
/linux-3.3/arch/sparc/include/asm/
Dpgtable_64.h335 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
357 #define pgprot_noncached pgprot_noncached macro
Dpgtable_32.h277 #define pgprot_noncached(pgprot) BTFIXUP_CALL(pgprot_noncached)(pgprot) macro
/linux-3.3/include/asm-generic/
Dpgtable.h214 #define pgprot_noncached(prot) (prot) macro
/linux-3.3/arch/cris/include/asm/
Dpgtable.h200 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) | _PAGE_NO_CACHE)) macro
/linux-3.3/arch/unicore32/include/asm/
Dpgtable.h199 #define pgprot_noncached(prot) \ macro
/linux-3.3/arch/sh/include/asm/
Dpgtable_64.h210 #define pgprot_noncached(x) __pgprot(((x).pgprot & ~(_PAGE_CACHABLE)) | _PAGE_DEVICE) macro
Dpgtable_32.h386 #define pgprot_noncached pgprot_writecombine macro
/linux-3.3/arch/m32r/include/asm/
Dpgtable.h276 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-3.3/arch/avr32/include/asm/
Dpgtable.h277 #define pgprot_noncached(prot) \ macro
/linux-3.3/arch/alpha/include/asm/
Dpgtable.h141 #define pgprot_noncached(prot) (prot) macro
/linux-3.3/arch/mn10300/include/asm/
Dpgtable.h387 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHE) macro
/linux-3.3/arch/parisc/include/asm/
Dpgtable.h500 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) macro
/linux-3.3/arch/ia64/include/asm/
Dpgtable.h357 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC) macro
/linux-3.3/arch/frv/include/asm/
Dpgtable.h414 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | _PAGE_NOCACHE)) macro
/linux-3.3/arch/x86/include/asm/
Dpgtable.h12 #define pgprot_noncached(prot) \ macro