Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/nohash/
A Dpgtable.h13 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
14 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
33 static inline bool pte_ci(pte_t pte) { return pte_val(pte) & _PAGE_NO_CACHE; } in pte_ci()
225 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
229 _PAGE_NO_CACHE | _PAGE_GUARDED))
232 _PAGE_NO_CACHE))
A Dpte-e500.h46 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
/linux-6.3-rc2/arch/microblaze/include/asm/
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; } in pte_uncache()
252 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; } in pte_cache()
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h26 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro
117 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)
118 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
430 return !!(pte_val(pte) & _PAGE_NO_CACHE); in pte_ci()
602 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
609 _PAGE_NO_CACHE | _PAGE_GUARDED); in pgprot_noncached()
616 _PAGE_NO_CACHE); in pgprot_noncached_wc()
/linux-6.3-rc2/arch/powerpc/mm/ptdump/
A Dshared.c59 .mask = _PAGE_NO_CACHE,
60 .val = _PAGE_NO_CACHE,
A D8xx.c66 .mask = _PAGE_NO_CACHE,
67 .val = _PAGE_NO_CACHE,
A Dbats.c52 seq_puts(m, lower & _PAGE_NO_CACHE ? "i " : " "); in bat_show_603()
/linux-6.3-rc2/arch/parisc/include/asm/
A Dfb.h12 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; in fb_pgprotect()
A Dpgtable.h207 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT)) macro
254 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
500 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
/linux-6.3-rc2/arch/microblaze/mm/
A Dpgtable.c107 if (flags & _PAGE_NO_CACHE) in __ioremap()
124 return __ioremap(addr, size, _PAGE_NO_CACHE); in ioremap()
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/
A Dpte-40x.h43 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
A Dpte-44x.h75 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
A Dpte-85xx.h30 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
A Dpte-8xx.h33 #define _PAGE_NO_CACHE 0x0002 /* CI: cache inhibit */ macro
/linux-6.3-rc2/arch/parisc/mm/
A Dioremap.c66 _PAGE_ACCESSED | _PAGE_NO_CACHE); in ioremap()
/linux-6.3-rc2/arch/powerpc/mm/nohash/
A De500.c105 if ((flags & _PAGE_NO_CACHE) == 0) in settlbcam()
114 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0; in settlbcam()
/linux-6.3-rc2/arch/powerpc/mm/book3s32/
A Dmmu.c272 if ((flags & _PAGE_NO_CACHE) || in setbat()
278 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dpgtable.h147 #define _PAGE_NO_CACHE _PAGE_CI macro
/linux-6.3-rc2/arch/powerpc/kernel/
A Dbtext.c100 disp_BAT[1] = addr | (_PAGE_NO_CACHE | _PAGE_GUARDED | BPP_RW); in btext_prepare_BAT()
A Dhead_8xx.S592 _PAGE_NO_CACHE | _PAGE_PRESENT
780 _PAGE_NO_CACHE | _PAGE_PRESENT
/linux-6.3-rc2/arch/parisc/kernel/
A Dcache.c391 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_NO_CACHE)) in pte_needs_flush()
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/
A Dpgtable.h100 #define _PAGE_NO_CACHE _PAGE_TOLERANT macro

Completed in 29 milliseconds