Searched refs:_PAGE_NO_CACHE (Results 1 - 21 of 21) sorted by relevance

/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpte-40x.h43 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
H A Dpte-44x.h75 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
H A Dpte-85xx.h30 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
H A Dpte-8xx.h33 #define _PAGE_NO_CACHE 0x0002 /* CI: cache inhibit */ macro
/linux-master/arch/powerpc/mm/ptdump/
H A D8xx.c61 .mask = _PAGE_NO_CACHE,
62 .val = _PAGE_NO_CACHE,
H A Dshared.c59 .mask = _PAGE_NO_CACHE,
60 .val = _PAGE_NO_CACHE,
H A Dbats.c52 seq_puts(m, lower & _PAGE_NO_CACHE ? "i " : " ");
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgtable.h24 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
25 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
166 static inline bool pte_ci(pte_t pte) { return pte_val(pte) & _PAGE_NO_CACHE; }
319 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
323 _PAGE_NO_CACHE | _PAGE_GUARDED))
326 _PAGE_NO_CACHE))
H A Dpte-e500.h46 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
/linux-master/arch/microblaze/include/asm/
H A Dpgtable.h48 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \
53 _PAGE_NO_CACHE | _PAGE_GUARDED))
57 _PAGE_NO_CACHE))
148 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
191 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
251 static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; }
252 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; }
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h26 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro
91 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
92 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
416 return !!(pte_val(pte) & _PAGE_NO_CACHE);
561 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
568 _PAGE_NO_CACHE | _PAGE_GUARDED);
575 _PAGE_NO_CACHE);
/linux-master/arch/microblaze/mm/
H A Dpgtable.c107 if (flags & _PAGE_NO_CACHE)
124 return __ioremap(addr, size, _PAGE_NO_CACHE);
/linux-master/arch/parisc/include/asm/
H A Dpgtable.h198 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT)) macro
245 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
506 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
H A Dio.h131 _PAGE_ACCESSED | _PAGE_NO_CACHE)
/linux-master/arch/powerpc/mm/book3s32/
H A Dmmu.c275 if ((flags & _PAGE_NO_CACHE) ||
281 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE
/linux-master/arch/powerpc/mm/nohash/
H A De500.c105 if ((flags & _PAGE_NO_CACHE) == 0)
114 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0;
/linux-master/arch/openrisc/include/asm/
H A Dpgtable.h147 #define _PAGE_NO_CACHE _PAGE_CI macro
/linux-master/arch/powerpc/kernel/
H A Dbtext.c97 disp_BAT[1] = addr | (_PAGE_NO_CACHE | _PAGE_GUARDED | BPP_RW);
H A Dhead_8xx.S591 _PAGE_NO_CACHE | _PAGE_PRESENT
779 _PAGE_NO_CACHE | _PAGE_PRESENT
/linux-master/arch/parisc/kernel/
H A Dcache.c409 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_NO_CACHE))
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h94 * Drivers request for cache inhibited pte mapping using _PAGE_NO_CACHE
98 #define _PAGE_NO_CACHE _PAGE_TOLERANT macro

Completed in 350 milliseconds