/linux-3.4.99/arch/powerpc/include/asm/ |
D | pte-hash64.h | 23 #define _PAGE_NO_CACHE 0x0020 /* I: cache inhibit */ macro 35 #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 | \ 153 _PAGE_NO_CACHE) 155 _PAGE_NO_CACHE | _PAGE_GUARDED)
|
D | pgtable.h | 158 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ 162 _PAGE_NO_CACHE | _PAGE_GUARDED)) 165 _PAGE_NO_CACHE))
|
D | kvm_book3s_64.h | 189 #if _PAGE_NO_CACHE == HPTE_R_I && _PAGE_WRITETHRU == HPTE_R_W in hpte_cache_bits() 192 return ((pte_val & _PAGE_NO_CACHE) ? HPTE_R_I : 0) + in hpte_cache_bits()
|
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 | pte-book3e.h | 46 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
|
/linux-3.4.99/arch/microblaze/include/asm/ |
D | pgtable.h | 106 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \ 111 _PAGE_NO_CACHE | _PAGE_GUARDED)) 115 _PAGE_NO_CACHE)) 215 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro 261 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED) 351 static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; } in pte_uncache() 352 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; } in pte_cache()
|
/linux-3.4.99/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_64.c | 165 if (flags & _PAGE_NO_CACHE) in __ioremap_at() 250 unsigned long flags = _PAGE_NO_CACHE | _PAGE_GUARDED; in ioremap() 260 unsigned long flags = _PAGE_NO_CACHE; in ioremap_wc()
|
D | pgtable_32.c | 131 return __ioremap_caller(addr, size, _PAGE_NO_CACHE | _PAGE_GUARDED, in ioremap() 139 return __ioremap_caller(addr, size, _PAGE_NO_CACHE, in ioremap_wc() 185 if (flags & _PAGE_NO_CACHE) in __ioremap_caller()
|
D | fsl_booke_mmu.c | 117 if ((flags & _PAGE_NO_CACHE) == 0) in settlbcam() 126 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0; in settlbcam()
|
/linux-3.4.99/include/drm/ |
D | drm_memory.h | 51 # define PAGE_AGP __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
|
/linux-3.4.99/arch/parisc/include/asm/ |
D | fb.h | 11 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; in fb_pgprotect()
|
D | pgtable.h | 180 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT)) macro 225 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE) 509 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
|
/linux-3.4.99/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 | 87 disp_BAT[1] = addr | (_PAGE_NO_CACHE | _PAGE_GUARDED | BPP_RW); in btext_prepare_BAT() 92 disp_BAT[0] = vaddr | (_PAGE_NO_CACHE | PP_RWXX) | 4; in btext_prepare_BAT() 150 vbase = __ioremap(base, size, _PAGE_NO_CACHE); in map_boot_text()
|
/linux-3.4.99/arch/microblaze/mm/ |
D | pgtable.c | 110 if (flags & _PAGE_NO_CACHE) in __ioremap() 127 return __ioremap(addr, size, _PAGE_NO_CACHE); in ioremap()
|
/linux-3.4.99/arch/cris/include/arch-v10/arch/ |
D | mmu.h | 56 #define _PAGE_NO_CACHE (1<<31) /* part of the uncached memory map */ macro
|
/linux-3.4.99/arch/parisc/mm/ |
D | ioremap.c | 40 flags |= _PAGE_NO_CACHE; in __ioremap()
|
/linux-3.4.99/arch/cris/include/arch-v32/arch/ |
D | mmu.h | 48 #define _PAGE_NO_CACHE (1 << 31) /* part of the uncached memory map */ macro
|
/linux-3.4.99/arch/powerpc/platforms/cell/ |
D | beat_htab.c | 113 if (rflags & _PAGE_NO_CACHE) in beat_lpar_hpte_insert() 336 if (rflags & _PAGE_NO_CACHE) in beat_lpar_hpte_insert_v3()
|