/Linux-v6.1/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 13 #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() 210 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ 214 _PAGE_NO_CACHE | _PAGE_GUARDED)) 217 _PAGE_NO_CACHE))
|
D | pte-e500.h | 47 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
|
/Linux-v6.1/arch/microblaze/include/asm/ |
D | pgtable.h | 48 #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 188 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED) 248 static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; } in pte_uncache() 249 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; } in pte_cache()
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 26 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro 114 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE) 115 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED) 403 return !!(pte_val(pte) & _PAGE_NO_CACHE); in pte_ci() 575 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ 582 _PAGE_NO_CACHE | _PAGE_GUARDED); in pgprot_noncached() 589 _PAGE_NO_CACHE); in pgprot_noncached_wc()
|
/Linux-v6.1/arch/powerpc/mm/ptdump/ |
D | shared.c | 59 .mask = _PAGE_NO_CACHE, 60 .val = _PAGE_NO_CACHE,
|
D | 8xx.c | 66 .mask = _PAGE_NO_CACHE, 67 .val = _PAGE_NO_CACHE,
|
D | bats.c | 52 seq_puts(m, lower & _PAGE_NO_CACHE ? "i " : " "); in bat_show_603()
|
/Linux-v6.1/arch/parisc/include/asm/ |
D | fb.h | 12 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; in fb_pgprotect()
|
D | pgtable.h | 222 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT)) macro 266 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE) 481 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
|
/Linux-v6.1/arch/microblaze/mm/ |
D | pgtable.c | 107 if (flags & _PAGE_NO_CACHE) in __ioremap() 124 return __ioremap(addr, size, _PAGE_NO_CACHE); in ioremap()
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/32/ |
D | pte-40x.h | 43 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
|
D | pte-44x.h | 85 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
|
D | pte-85xx.h | 30 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
|
D | pte-8xx.h | 33 #define _PAGE_NO_CACHE 0x0002 /* CI: cache inhibit */ macro
|
/Linux-v6.1/arch/parisc/mm/ |
D | ioremap.c | 66 _PAGE_ACCESSED | _PAGE_NO_CACHE); in ioremap()
|
/Linux-v6.1/arch/powerpc/mm/nohash/ |
D | e500.c | 105 if ((flags & _PAGE_NO_CACHE) == 0) in settlbcam() 114 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0; in settlbcam()
|
/Linux-v6.1/arch/powerpc/mm/book3s32/ |
D | mmu.c | 272 if ((flags & _PAGE_NO_CACHE) || in setbat() 278 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
|
/Linux-v6.1/arch/openrisc/include/asm/ |
D | pgtable.h | 147 #define _PAGE_NO_CACHE _PAGE_CI macro
|
/Linux-v6.1/arch/powerpc/kernel/ |
D | btext.c | 100 disp_BAT[1] = addr | (_PAGE_NO_CACHE | _PAGE_GUARDED | BPP_RW); in btext_prepare_BAT()
|
D | head_8xx.S | 590 _PAGE_NO_CACHE | _PAGE_PRESENT 777 _PAGE_NO_CACHE | _PAGE_PRESENT
|
/Linux-v6.1/arch/parisc/kernel/ |
D | cache.c | 391 return (pte_val(pte) & (_PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_NO_CACHE)) in pte_needs_flush()
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 100 #define _PAGE_NO_CACHE _PAGE_TOLERANT macro
|