Home
last modified time | relevance | path

Searched refs:_PAGE_NO_CACHE (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/nohash/
H A Dpgtable.h13 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
15 _PAGE_NO_CACHE | _PAGE_GUARDED)
53 static inline bool pte_ci(pte_t pte) { return pte_val(pte) & _PAGE_NO_CACHE; } in pte_ci()
230 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
234 _PAGE_NO_CACHE | _PAGE_GUARDED))
237 _PAGE_NO_CACHE))
H A Dpte-book3e.h47 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
/OK3568_Linux_fs/kernel/arch/microblaze/include/asm/
H A Dpgtable.h91 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \
96 _PAGE_NO_CACHE | _PAGE_GUARDED))
100 _PAGE_NO_CACHE))
191 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
231 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
308 static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; } in pte_uncache()
309 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; } in pte_cache()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h78 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
80 _PAGE_NO_CACHE | _PAGE_GUARDED)
377 return !!(pte_val(pte) & _PAGE_NO_CACHE); in pte_ci()
549 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
556 _PAGE_NO_CACHE | _PAGE_GUARDED); in pgprot_noncached()
563 _PAGE_NO_CACHE); in pgprot_noncached_wc()
H A Dhash.h25 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/mm/ptdump/
H A Dshared.c59 .mask = _PAGE_NO_CACHE,
60 .val = _PAGE_NO_CACHE,
H A D8xx.c66 .mask = _PAGE_NO_CACHE,
67 .val = _PAGE_NO_CACHE,
H A Dbats.c52 seq_puts(m, lower & _PAGE_NO_CACHE ? "i " : " "); in bat_show_603()
/OK3568_Linux_fs/kernel/arch/microblaze/mm/
H A Dpgtable.c105 if (flags & _PAGE_NO_CACHE) in __ioremap()
122 return __ioremap(addr, size, _PAGE_NO_CACHE); in ioremap()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A Dfb.h12 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; in fb_pgprotect()
H A Dpgtable.h219 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT)) macro
262 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
492 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
/OK3568_Linux_fs/kernel/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.h85 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
H A Dpte-fsl-booke.h30 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
H A Dpte-8xx.h33 #define _PAGE_NO_CACHE 0x0002 /* CI: cache inhibit */ macro
/OK3568_Linux_fs/kernel/arch/powerpc/mm/nohash/
H A Dfsl_booke.c111 if ((flags & _PAGE_NO_CACHE) == 0) in settlbcam()
120 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0; in settlbcam()
/OK3568_Linux_fs/kernel/arch/parisc/mm/
H A Dioremap.c66 _PAGE_ACCESSED | _PAGE_NO_CACHE); in ioremap()
/OK3568_Linux_fs/kernel/arch/powerpc/mm/book3s32/
H A Dmmu.c276 if ((flags & _PAGE_NO_CACHE) || in setbat()
282 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
/OK3568_Linux_fs/kernel/arch/openrisc/include/asm/
H A Dpgtable.h148 #define _PAGE_NO_CACHE _PAGE_CI macro
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dhead_8xx.S617 _PAGE_NO_CACHE | _PAGE_PRESENT
810 _PAGE_NO_CACHE | _PAGE_PRESENT
H A Dbtext.c101 disp_BAT[1] = addr | (_PAGE_NO_CACHE | _PAGE_GUARDED | BPP_RW); in btext_prepare_BAT()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h101 #define _PAGE_NO_CACHE _PAGE_TOLERANT macro