/arch/powerpc/include/asm/ |
D | pte-hash64.h | 23 #define _PAGE_NO_CACHE 0x0020 /* I: cache inhibit */ macro 41 #define _PAGE_SAO (_PAGE_WRITETHRU | _PAGE_NO_CACHE | _PAGE_COHERENT)
|
D | pte-common.h | 96 #define PAGE_PROT_BITS (_PAGE_GUARDED | _PAGE_COHERENT | _PAGE_NO_CACHE | \ 158 _PAGE_NO_CACHE) 160 _PAGE_NO_CACHE | _PAGE_GUARDED)
|
D | pte-fsl-booke.h | 32 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
|
D | pte-44x.h | 89 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
|
D | pte-40x.h | 43 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
|
D | pte-hash32.h | 25 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro
|
D | pte-8xx.h | 33 #define _PAGE_NO_CACHE 0x0002 /* I: cache inhibit */ macro
|
D | pgtable.h | 218 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ 222 _PAGE_NO_CACHE | _PAGE_GUARDED)) 225 _PAGE_NO_CACHE))
|
D | pte-book3e.h | 46 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
|
D | kvm_book3s_64.h | 327 #if _PAGE_NO_CACHE == HPTE_R_I && _PAGE_WRITETHRU == HPTE_R_W in hpte_cache_bits() 330 return ((pte_val & _PAGE_NO_CACHE) ? HPTE_R_I : 0) + in hpte_cache_bits()
|
/arch/microblaze/include/asm/ |
D | pgtable.h | 103 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \ 108 _PAGE_NO_CACHE | _PAGE_GUARDED)) 112 _PAGE_NO_CACHE)) 212 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro 252 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED) 342 static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; } in pte_uncache() 343 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; } in pte_cache()
|
/arch/parisc/include/asm/ |
D | fb.h | 11 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; in fb_pgprotect()
|
D | pgtable.h | 185 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT)) macro 230 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE) 509 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
|
/arch/powerpc/mm/ |
D | ppc_mmu_32.c | 122 if ((flags & _PAGE_NO_CACHE) || in setbat() 130 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat() 148 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
|
D | pgtable_32.c | 134 return __ioremap_caller(addr, size, _PAGE_NO_CACHE | _PAGE_GUARDED, in ioremap() 142 return __ioremap_caller(addr, size, _PAGE_NO_CACHE, in ioremap_wc() 188 if (flags & _PAGE_NO_CACHE) in __ioremap_caller()
|
D | fsl_booke_mmu.c | 118 if ((flags & _PAGE_NO_CACHE) == 0) in settlbcam() 127 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0; in settlbcam()
|
D | hugetlbpage-hash64.c | 100 rflags |= (new_pte & (_PAGE_WRITETHRU | _PAGE_NO_CACHE | in __hash_page_huge()
|
/arch/powerpc/kernel/ |
D | isa-bridge.c | 112 size, _PAGE_NO_CACHE|_PAGE_GUARDED); in pci_process_ISA_OF_ranges() 119 0x10000, _PAGE_NO_CACHE|_PAGE_GUARDED); in pci_process_ISA_OF_ranges()
|
D | btext.c | 102 disp_BAT[1] = addr | (_PAGE_NO_CACHE | _PAGE_GUARDED | BPP_RW); in btext_prepare_BAT() 107 disp_BAT[0] = vaddr | (_PAGE_NO_CACHE | PP_RWXX) | 4; in btext_prepare_BAT() 165 vbase = __ioremap(base, size, _PAGE_NO_CACHE); in btext_map()
|
/arch/microblaze/mm/ |
D | pgtable.c | 108 if (flags & _PAGE_NO_CACHE) in __ioremap() 125 return __ioremap(addr, size, _PAGE_NO_CACHE); in ioremap()
|
D | consistent.c | 137 err = map_page(va + i, pa + i, _PAGE_KERNEL | _PAGE_NO_CACHE); in consistent_alloc()
|
/arch/cris/include/arch-v10/arch/ |
D | mmu.h | 56 #define _PAGE_NO_CACHE (1<<31) /* part of the uncached memory map */ macro
|
/arch/parisc/mm/ |
D | ioremap.c | 40 flags |= _PAGE_NO_CACHE; in __ioremap()
|
/arch/cris/include/arch-v32/arch/ |
D | mmu.h | 48 #define _PAGE_NO_CACHE (1 << 31) /* part of the uncached memory map */ macro
|
/arch/powerpc/platforms/cell/ |
D | beat_htab.c | 113 if (rflags & _PAGE_NO_CACHE) in beat_lpar_hpte_insert() 339 if (rflags & _PAGE_NO_CACHE) in beat_lpar_hpte_insert_v3()
|