Home
last modified time | relevance | path

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

/linux-3.4.99/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.4.99/arch/c6x/include/asm/
Dpgtable.h43 #define pgprot_noncached(prot) (prot) macro
/linux-3.4.99/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.4.99/arch/arm/include/asm/
Dpgtable-nommu.h68 #define pgprot_noncached(prot) __pgprot(0) macro
Dpgtable.h106 #define pgprot_noncached(prot) \ macro
/linux-3.4.99/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.4.99/arch/blackfin/include/asm/
Dpgtable.h38 #define pgprot_noncached(prot) (prot) macro
/linux-3.4.99/arch/powerpc/include/asm/
Dpgtable.h161 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/linux-3.4.99/arch/sparc/include/asm/
Dpgtable_64.h334 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
356 #define pgprot_noncached pgprot_noncached macro
Dpgtable_32.h277 #define pgprot_noncached(pgprot) BTFIXUP_CALL(pgprot_noncached)(pgprot) macro
/linux-3.4.99/arch/microblaze/include/asm/
Dpgtable.h38 #define pgprot_noncached(x) (x) macro
109 #define pgprot_noncached(prot) \ macro
/linux-3.4.99/include/asm-generic/
Dpgtable.h225 #define pgprot_noncached(prot) (prot) macro
/linux-3.4.99/arch/cris/include/asm/
Dpgtable.h200 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) | _PAGE_NO_CACHE)) macro
/linux-3.4.99/arch/unicore32/include/asm/
Dpgtable.h199 #define pgprot_noncached(prot) \ macro
/linux-3.4.99/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.4.99/arch/m32r/include/asm/
Dpgtable.h276 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-3.4.99/arch/avr32/include/asm/
Dpgtable.h277 #define pgprot_noncached(prot) \ macro
/linux-3.4.99/arch/alpha/include/asm/
Dpgtable.h142 #define pgprot_noncached(prot) (prot) macro
/linux-3.4.99/arch/mn10300/include/asm/
Dpgtable.h387 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHE) macro
/linux-3.4.99/arch/parisc/include/asm/
Dpgtable.h509 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) macro
/linux-3.4.99/arch/frv/include/asm/
Dpgtable.h414 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | _PAGE_NOCACHE)) macro
/linux-3.4.99/arch/ia64/include/asm/
Dpgtable.h356 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC) macro
/linux-3.4.99/arch/x86/include/asm/
Dpgtable.h12 #define pgprot_noncached(prot) \ macro