Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/nohash/
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()
237 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
241 _PAGE_NO_CACHE | _PAGE_GUARDED))
244 _PAGE_NO_CACHE))
Dpte-book3e.h47 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
/Linux-v5.4/arch/microblaze/include/asm/
Dpgtable.h101 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \
106 _PAGE_NO_CACHE | _PAGE_GUARDED))
110 _PAGE_NO_CACHE))
209 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
249 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
338 static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; } in pte_uncache()
339 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; } in pte_cache()
/Linux-v5.4/arch/powerpc/mm/ptdump/
Dshared.c54 .mask = _PAGE_NO_CACHE,
55 .val = _PAGE_NO_CACHE,
D8xx.c56 .mask = _PAGE_NO_CACHE,
57 .val = _PAGE_NO_CACHE,
Dbats.c50 if (lower & _PAGE_NO_CACHE) in bat_show_601()
108 if (lower & _PAGE_NO_CACHE) in bat_show_603()
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/
Dpgtable.h77 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
79 _PAGE_NO_CACHE | _PAGE_GUARDED)
407 return !!(pte_val(pte) & _PAGE_NO_CACHE); in pte_ci()
579 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
586 _PAGE_NO_CACHE | _PAGE_GUARDED); in pgprot_noncached()
593 _PAGE_NO_CACHE); in pgprot_noncached_wc()
Dhash.h25 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro
/Linux-v5.4/arch/parisc/include/asm/
Dfb.h12 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; in fb_pgprotect()
Dpgtable.h220 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT)) macro
265 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
569 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
Dio.h138 return __ioremap(offset, size, _PAGE_NO_CACHE); in ioremap()
/Linux-v5.4/arch/microblaze/mm/
Dpgtable.c105 if (flags & _PAGE_NO_CACHE) in __ioremap()
122 return __ioremap(addr, size, _PAGE_NO_CACHE); in ioremap()
/Linux-v5.4/arch/powerpc/mm/book3s32/
Dmmu.c257 if ((flags & _PAGE_NO_CACHE) || in setbat()
265 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
284 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/
Dpte-44x.h85 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
Dpte-fsl-booke.h30 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
Dpte-40x.h43 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
Dpte-8xx.h33 #define _PAGE_NO_CACHE 0x0002 /* CI: cache inhibit */ macro
/Linux-v5.4/arch/powerpc/mm/nohash/
Dfsl_booke.c113 if ((flags & _PAGE_NO_CACHE) == 0) in settlbcam()
122 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0; in settlbcam()
/Linux-v5.4/arch/parisc/mm/
Dioremap.c41 flags |= _PAGE_NO_CACHE; in __ioremap()
/Linux-v5.4/arch/powerpc/kernel/
Dbtext.c103 disp_BAT[1] = addr | (_PAGE_NO_CACHE | _PAGE_GUARDED | BPP_RW); in btext_prepare_BAT()
108 disp_BAT[0] = vaddr | (_PAGE_NO_CACHE | PP_RWXX) | 4; in btext_prepare_BAT()
Dhead_8xx.S427 _PAGE_PRESENT | _PAGE_NO_CACHE
/Linux-v5.4/arch/openrisc/include/asm/
Dpgtable.h149 #define _PAGE_NO_CACHE _PAGE_CI macro
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/
Dpgtable.h99 #define _PAGE_NO_CACHE _PAGE_TOLERANT macro