Home
last modified time | relevance | path

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

/linux-4.4.14/arch/m68k/include/asm/
Dpgtable_mm.h155 # define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | CF_PAGE_NOCACHE)) macro
162 #define pgprot_noncached(prot) \ macro
/linux-4.4.14/arch/h8300/include/asm/
Dpgtable.h19 #define pgprot_noncached pgprot_writecombine macro
/linux-4.4.14/arch/nios2/include/asm/
Dpgtable.h117 #define pgprot_noncached pgprot_noncached macro
119 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-4.4.14/arch/c6x/include/asm/
Dpgtable.h43 #define pgprot_noncached(prot) (prot) macro
/linux-4.4.14/arch/arm/include/asm/
Dpgtable-nommu.h66 #define pgprot_noncached(prot) __pgprot(0) macro
Dpgtable.h116 #define pgprot_noncached(prot) \ macro
/linux-4.4.14/arch/blackfin/include/asm/
Dpgtable.h38 #define pgprot_noncached(prot) (prot) macro
/linux-4.4.14/arch/score/include/asm/
Dpgtable.h151 #define pgprot_noncached pgprot_noncached macro
153 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-4.4.14/arch/powerpc/include/asm/
Dpgtable.h198 #define pgprot_noncached(prot) (__pgprot((pgprot_val(prot) & ~_PAGE_CACHE_CTL) | \ macro
/linux-4.4.14/arch/sparc/include/asm/
Dpgtable_32.h298 #define pgprot_noncached pgprot_noncached macro
299 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
Dpgtable_64.h347 static inline pgprot_t pgprot_noncached(pgprot_t prot) in pgprot_noncached() function
375 #define pgprot_noncached pgprot_noncached macro
/linux-4.4.14/arch/mips/include/asm/
Dpgtable.h404 #define pgprot_noncached pgprot_noncached macro
406 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-4.4.14/arch/microblaze/include/asm/
Dpgtable.h35 #define pgprot_noncached(x) (x) macro
104 #define pgprot_noncached(prot) \ macro
/linux-4.4.14/arch/cris/include/asm/
Dpgtable.h199 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) | _PAGE_NO_CACHE)) macro
/linux-4.4.14/arch/unicore32/include/asm/
Dpgtable.h199 #define pgprot_noncached(prot) \ macro
/linux-4.4.14/arch/sh/include/asm/
Dpgtable_64.h206 #define pgprot_noncached(x) __pgprot(((x).pgprot & ~(_PAGE_CACHABLE)) | _PAGE_DEVICE) macro
Dpgtable_32.h381 #define pgprot_noncached pgprot_writecombine macro
/linux-4.4.14/arch/metag/include/asm/
Dpgtable.h145 #define pgprot_noncached(prot) \ macro
/linux-4.4.14/arch/m32r/include/asm/
Dpgtable.h265 static inline pgprot_t pgprot_noncached(pgprot_t _prot) in pgprot_noncached() function
/linux-4.4.14/arch/arc/include/asm/
Dpgtable.h325 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CACHEABLE)) macro
/linux-4.4.14/arch/avr32/include/asm/
Dpgtable.h265 #define pgprot_noncached(prot) \ macro
/linux-4.4.14/arch/alpha/include/asm/
Dpgtable.h141 #define pgprot_noncached(prot) (prot) macro
/linux-4.4.14/include/asm-generic/
Dpgtable.h297 #define pgprot_noncached(prot) (prot) macro
/linux-4.4.14/arch/xtensa/include/asm/
Dpgtable.h280 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) & ~_PAGE_CA_MASK)) macro
/linux-4.4.14/arch/mn10300/include/asm/
Dpgtable.h378 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) & ~_PAGE_CACHE) macro
/linux-4.4.14/arch/frv/include/asm/
Dpgtable.h411 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | _PAGE_NOCACHE)) macro
/linux-4.4.14/arch/ia64/include/asm/
Dpgtable.h352 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) & ~_PAGE_MA_MASK) | _PAGE_MA_UC) macro
/linux-4.4.14/arch/parisc/include/asm/
Dpgtable.h536 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE) macro
/linux-4.4.14/arch/arm64/include/asm/
Dpgtable.h386 #define pgprot_noncached(prot) \ macro
/linux-4.4.14/arch/x86/include/asm/
Dpgtable.h12 #define pgprot_noncached(prot) \ macro