/linux-4.1.27/arch/parisc/include/asm/ |
H A D | fb.h | 11 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; fb_pgprotect()
|
H A D | pgtable.h | 194 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT)) macro 238 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE) 517 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
|
H A D | io.h | 137 return __ioremap(offset, size, _PAGE_NO_CACHE); ioremap()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | pte-hash64.h | 21 /* We can derive Memory coherence from _PAGE_NO_CACHE */ 22 #define _PAGE_NO_CACHE 0x0020 /* I: cache inhibit */ macro 34 #define _PAGE_SAO (_PAGE_WRITETHRU | _PAGE_NO_CACHE | _PAGE_COHERENT)
|
H A D | pte-fsl-booke.h | 29 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
|
H A D | pte-hash32.h | 24 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro
|
H A D | pte-book3e.h | 45 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
|
H A D | pte-common.h | 102 #define PAGE_PROT_BITS (_PAGE_GUARDED | _PAGE_COHERENT | _PAGE_NO_CACHE | \ 162 _PAGE_NO_CACHE) 164 _PAGE_NO_CACHE | _PAGE_GUARDED)
|
H A D | pgtable.h | 184 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ 188 _PAGE_NO_CACHE | _PAGE_GUARDED)) 191 _PAGE_NO_CACHE))
|
H A D | pte-40x.h | 42 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
|
H A D | pte-8xx.h | 32 #define _PAGE_NO_CACHE 0x0002 /* I: cache inhibit */ macro
|
H A D | pte-44x.h | 84 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
|
H A D | kvm_book3s_64.h | 337 #if _PAGE_NO_CACHE == HPTE_R_I && _PAGE_WRITETHRU == HPTE_R_W hpte_cache_bits() 340 return ((pte_val & _PAGE_NO_CACHE) ? HPTE_R_I : 0) + hpte_cache_bits()
|
/linux-4.1.27/arch/parisc/mm/ |
H A D | ioremap.c | 40 flags |= _PAGE_NO_CACHE; __ioremap()
|
/linux-4.1.27/arch/powerpc/mm/ |
H A D | ppc_mmu_32.c | 123 if ((flags & _PAGE_NO_CACHE) || setbat() 131 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE setbat() 149 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE setbat()
|
H A D | pgtable_32.c | 140 return __ioremap_caller(addr, size, _PAGE_NO_CACHE | _PAGE_GUARDED, ioremap() 148 return __ioremap_caller(addr, size, _PAGE_NO_CACHE, ioremap_wc() 194 if (flags & _PAGE_NO_CACHE) __ioremap_caller()
|
H A D | fsl_booke_mmu.c | 116 if ((flags & _PAGE_NO_CACHE) == 0) settlbcam() 125 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0; settlbcam()
|
H A D | pgtable.c | 41 * and we avoid _PAGE_SPECIAL and _PAGE_NO_CACHE. We also only do that 47 (_PAGE_PRESENT | _PAGE_SPECIAL | _PAGE_NO_CACHE | _PAGE_USER)) == pte_looks_normal()
|
H A D | hugepage-hash64.c | 135 rflags |= (new_pmd & (_PAGE_WRITETHRU | _PAGE_NO_CACHE | __hash_page_thp()
|
H A D | hugetlbpage-hash64.c | 100 rflags |= (new_pte & (_PAGE_WRITETHRU | _PAGE_NO_CACHE | __hash_page_huge()
|
H A D | pgtable_64.c | 181 if (flags & _PAGE_NO_CACHE) __ioremap_at() 266 unsigned long flags = _PAGE_NO_CACHE | _PAGE_GUARDED; ioremap() 276 unsigned long flags = _PAGE_NO_CACHE; ioremap_wc()
|
H A D | hash_utils_64.c | 1130 (pte_val(*ptep) & _PAGE_NO_CACHE)) { hash_page_mm() 1250 /* If either _PAGE_4K_PFN or _PAGE_NO_CACHE is set (and we are on hash_preload() 1256 if (pte_val(*ptep) & (_PAGE_4K_PFN | _PAGE_NO_CACHE)) hash_preload()
|
H A D | hash_low_64.S | 752 andi. r0,r31,_PAGE_NO_CACHE
|
/linux-4.1.27/arch/microblaze/include/asm/ |
H A D | pgtable.h | 101 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \ pte_mkspecial() 106 _PAGE_NO_CACHE | _PAGE_GUARDED)) pte_mkspecial() 110 _PAGE_NO_CACHE)) pte_mkspecial() 209 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ pte_mkspecial() macro 249 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED) pte_mkspecial() 338 static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; } pte_cache() 339 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; } pte_cache()
|
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
H A D | mmu.h | 56 #define _PAGE_NO_CACHE (1<<31) /* part of the uncached memory map */ macro
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
H A D | mmu.h | 48 #define _PAGE_NO_CACHE (1 << 31) /* part of the uncached memory map */ macro
|
/linux-4.1.27/arch/microblaze/mm/ |
H A D | pgtable.c | 108 if (flags & _PAGE_NO_CACHE) __ioremap() 125 return __ioremap(addr, size, _PAGE_NO_CACHE); ioremap()
|
H A D | consistent.c | 137 err = map_page(va + i, pa + i, _PAGE_KERNEL | _PAGE_NO_CACHE); consistent_alloc()
|
/linux-4.1.27/arch/powerpc/kernel/ |
H A D | isa-bridge.c | 112 size, _PAGE_NO_CACHE|_PAGE_GUARDED); pci_process_ISA_OF_ranges() 119 0x10000, _PAGE_NO_CACHE|_PAGE_GUARDED); pci_process_ISA_OF_ranges()
|
H A D | pci_64.c | 162 _PAGE_NO_CACHE | _PAGE_GUARDED) == NULL) pcibios_map_phb_io_space()
|
H A D | btext.c | 102 disp_BAT[1] = addr | (_PAGE_NO_CACHE | _PAGE_GUARDED | BPP_RW); btext_prepare_BAT() 107 disp_BAT[0] = vaddr | (_PAGE_NO_CACHE | PP_RWXX) | 4; btext_prepare_BAT() 165 vbase = __ioremap(base, size, _PAGE_NO_CACHE); btext_map()
|
/linux-4.1.27/drivers/gpu/drm/ |
H A D | drm_memory.c | 47 # define PAGE_AGP __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
|
H A D | drm_scatter.c | 44 return __vmalloc(size, GFP_KERNEL, PAGE_KERNEL | _PAGE_NO_CACHE); drm_vmalloc_dma()
|
H A D | drm_vm.c | 83 tmp |= _PAGE_NO_CACHE; drm_dma_prot() 604 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; drm_mmap_locked()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
H A D | spu.c | 208 static const unsigned long shadow_flags = _PAGE_NO_CACHE | 3; setup_areas() 219 LS_SIZE, _PAGE_NO_CACHE); setup_areas()
|
/linux-4.1.27/drivers/pcmcia/ |
H A D | electra_cf.c | 229 _PAGE_NO_CACHE | _PAGE_GUARDED) == NULL)) { electra_cf_probe()
|
/linux-4.1.27/arch/powerpc/sysdev/ |
H A D | axonram.c | 207 bank->ph_addr, bank->size, _PAGE_NO_CACHE); axon_ram_probe()
|
H A D | ppc4xx_ocm.c | 182 ioflags = _PAGE_NO_CACHE | _PAGE_GUARDED | _PAGE_EXEC; ocm_init_node()
|
/linux-4.1.27/arch/parisc/kernel/ |
H A D | pci.c | 243 prot |= _PAGE_NO_CACHE; pci_mmap_page_range()
|
/linux-4.1.27/arch/m68k/68360/ |
H A D | commproc.c | 112 /* pte_val(*pte) |= _PAGE_NO_CACHE; */ m360_cpm_reset()
|
/linux-4.1.27/drivers/video/fbdev/ |
H A D | chipsfb.c | 404 p->screen_base = __ioremap(addr, 0x200000, _PAGE_NO_CACHE); chipsfb_pci_init()
|
/linux-4.1.27/arch/cris/include/asm/ |
H A D | pgtable.h | 199 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) | _PAGE_NO_CACHE))
|
/linux-4.1.27/arch/openrisc/include/asm/ |
H A D | pgtable.h | 152 #define _PAGE_NO_CACHE _PAGE_CI macro
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
H A D | qib_pcie.c | 149 dd->kregbase = __ioremap(addr, len, _PAGE_NO_CACHE | _PAGE_WRITETHRU); qib_pcie_ddinit()
|
H A D | qib_file_ops.c | 828 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; mmap_piobufs()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
H A D | lpar.c | 156 if ((rflags & _PAGE_NO_CACHE) && !(rflags & _PAGE_WRITETHRU)) pSeries_lpar_hpte_insert()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
H A D | ipath_driver.c | 543 (_PAGE_NO_CACHE|_PAGE_WRITETHRU)); ipath_init_one()
|
H A D | ipath_file_ops.c | 1082 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; mmap_piobufs()
|