Searched refs:_PAGE_NO_CACHE (Results 1 – 13 of 13) sorted by relevance
24 #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)202 static inline bool pte_ci(pte_t pte) { return pte_val(pte) & _PAGE_NO_CACHE; } in pte_ci()360 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \364 _PAGE_NO_CACHE | _PAGE_GUARDED))367 _PAGE_NO_CACHE))
33 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
26 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro91 #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)418 return !!(pte_val(pte) & _PAGE_NO_CACHE); in pte_ci()568 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \575 _PAGE_NO_CACHE | _PAGE_GUARDED); in pgprot_noncached()582 _PAGE_NO_CACHE); in pgprot_noncached_wc()
61 .mask = _PAGE_NO_CACHE,62 .val = _PAGE_NO_CACHE,
59 .mask = _PAGE_NO_CACHE,60 .val = _PAGE_NO_CACHE,
52 seq_puts(m, lower & _PAGE_NO_CACHE ? "i " : " "); in bat_show_603()
75 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
33 #define _PAGE_NO_CACHE 0x0002 /* CI: cache inhibit */ macro
107 if (flags & _PAGE_NO_CACHE) in __ioremap()124 return __ioremap(addr, size, _PAGE_NO_CACHE); in ioremap()
198 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT)) macro245 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)487 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
105 if ((flags & _PAGE_NO_CACHE) == 0) in settlbcam()114 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0; in settlbcam()
581 _PAGE_NO_CACHE | _PAGE_PRESENT776 _PAGE_NO_CACHE | _PAGE_PRESENT
99 disp_BAT[1] = addr | (_PAGE_NO_CACHE | _PAGE_GUARDED | BPP_RW); in btext_prepare_BAT()