/linux-4.1.27/arch/powerpc/include/asm/ |
D | pte-hash64.h | 22 #define _PAGE_NO_CACHE 0x0020 /* I: cache inhibit */ macro 34 #define _PAGE_SAO (_PAGE_WRITETHRU | _PAGE_NO_CACHE | _PAGE_COHERENT)
|
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)
|
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))
|
D | pte-44x.h | 84 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
|
D | pte-fsl-booke.h | 29 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
|
D | pte-40x.h | 42 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
|
D | pte-hash32.h | 24 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro
|
D | pte-8xx.h | 32 #define _PAGE_NO_CACHE 0x0002 /* I: cache inhibit */ macro
|
D | pte-book3e.h | 45 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
|
D | kvm_book3s_64.h | 337 #if _PAGE_NO_CACHE == HPTE_R_I && _PAGE_WRITETHRU == HPTE_R_W in hpte_cache_bits() 340 return ((pte_val & _PAGE_NO_CACHE) ? HPTE_R_I : 0) + in hpte_cache_bits()
|
/linux-4.1.27/arch/microblaze/include/asm/ |
D | pgtable.h | 101 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \ 106 _PAGE_NO_CACHE | _PAGE_GUARDED)) 110 _PAGE_NO_CACHE)) 209 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro 249 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED) 338 static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; } in pte_uncache() 339 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; } in pte_cache()
|
/linux-4.1.27/arch/powerpc/mm/ |
D | ppc_mmu_32.c | 123 if ((flags & _PAGE_NO_CACHE) || in setbat() 131 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat() 149 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
|
D | pgtable_32.c | 140 return __ioremap_caller(addr, size, _PAGE_NO_CACHE | _PAGE_GUARDED, in ioremap() 148 return __ioremap_caller(addr, size, _PAGE_NO_CACHE, in ioremap_wc() 194 if (flags & _PAGE_NO_CACHE) in __ioremap_caller()
|
D | fsl_booke_mmu.c | 116 if ((flags & _PAGE_NO_CACHE) == 0) in settlbcam() 125 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()
|
D | pgtable_64.c | 181 if (flags & _PAGE_NO_CACHE) in __ioremap_at() 266 unsigned long flags = _PAGE_NO_CACHE | _PAGE_GUARDED; in ioremap() 276 unsigned long flags = _PAGE_NO_CACHE; in ioremap_wc()
|
D | hugepage-hash64.c | 135 rflags |= (new_pmd & (_PAGE_WRITETHRU | _PAGE_NO_CACHE | in __hash_page_thp()
|
D | pgtable.c | 47 (_PAGE_PRESENT | _PAGE_SPECIAL | _PAGE_NO_CACHE | _PAGE_USER)) == in pte_looks_normal()
|
D | hash_utils_64.c | 1130 (pte_val(*ptep) & _PAGE_NO_CACHE)) { in hash_page_mm() 1256 if (pte_val(*ptep) & (_PAGE_4K_PFN | _PAGE_NO_CACHE)) in hash_preload()
|
D | hash_low_64.S | 752 andi. r0,r31,_PAGE_NO_CACHE
|
/linux-4.1.27/arch/parisc/include/asm/ |
D | fb.h | 11 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; in fb_pgprotect()
|
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)
|
D | io.h | 137 return __ioremap(offset, size, _PAGE_NO_CACHE); in ioremap()
|
/linux-4.1.27/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()
|
D | pci_64.c | 162 _PAGE_NO_CACHE | _PAGE_GUARDED) == NULL) in pcibios_map_phb_io_space()
|
/linux-4.1.27/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()
|
/linux-4.1.27/arch/cris/include/arch-v10/arch/ |
D | mmu.h | 56 #define _PAGE_NO_CACHE (1<<31) /* part of the uncached memory map */ macro
|
/linux-4.1.27/arch/parisc/mm/ |
D | ioremap.c | 40 flags |= _PAGE_NO_CACHE; in __ioremap()
|
/linux-4.1.27/arch/cris/include/arch-v32/arch/ |
D | mmu.h | 48 #define _PAGE_NO_CACHE (1 << 31) /* part of the uncached memory map */ macro
|
/linux-4.1.27/drivers/gpu/drm/ |
D | drm_memory.c | 47 # define PAGE_AGP __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
|
D | drm_scatter.c | 44 return __vmalloc(size, GFP_KERNEL, PAGE_KERNEL | _PAGE_NO_CACHE); in drm_vmalloc_dma()
|
D | drm_vm.c | 83 tmp |= _PAGE_NO_CACHE; in drm_dma_prot() 604 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; in drm_mmap_locked()
|
/linux-4.1.27/arch/powerpc/platforms/ps3/ |
D | spu.c | 208 static const unsigned long shadow_flags = _PAGE_NO_CACHE | 3; in setup_areas() 219 LS_SIZE, _PAGE_NO_CACHE); in setup_areas()
|
/linux-4.1.27/arch/parisc/kernel/ |
D | pci.c | 243 prot |= _PAGE_NO_CACHE; in pci_mmap_page_range()
|
/linux-4.1.27/arch/cris/include/asm/ |
D | pgtable.h | 199 #define pgprot_noncached(prot) __pgprot((pgprot_val(prot) | _PAGE_NO_CACHE))
|
/linux-4.1.27/arch/powerpc/sysdev/ |
D | axonram.c | 207 bank->ph_addr, bank->size, _PAGE_NO_CACHE); in axon_ram_probe()
|
D | ppc4xx_ocm.c | 182 ioflags = _PAGE_NO_CACHE | _PAGE_GUARDED | _PAGE_EXEC; in ocm_init_node()
|
/linux-4.1.27/drivers/pcmcia/ |
D | electra_cf.c | 229 _PAGE_NO_CACHE | _PAGE_GUARDED) == NULL)) { in electra_cf_probe()
|
/linux-4.1.27/arch/openrisc/include/asm/ |
D | pgtable.h | 152 #define _PAGE_NO_CACHE _PAGE_CI macro
|
/linux-4.1.27/drivers/video/fbdev/ |
D | chipsfb.c | 404 p->screen_base = __ioremap(addr, 0x200000, _PAGE_NO_CACHE); in chipsfb_pci_init()
|
/linux-4.1.27/drivers/infiniband/hw/qib/ |
D | qib_pcie.c | 149 dd->kregbase = __ioremap(addr, len, _PAGE_NO_CACHE | _PAGE_WRITETHRU); in qib_pcie_ddinit()
|
D | qib_file_ops.c | 828 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; in mmap_piobufs()
|
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
D | lpar.c | 156 if ((rflags & _PAGE_NO_CACHE) && !(rflags & _PAGE_WRITETHRU)) in pSeries_lpar_hpte_insert()
|
/linux-4.1.27/drivers/infiniband/hw/ipath/ |
D | ipath_driver.c | 543 (_PAGE_NO_CACHE|_PAGE_WRITETHRU)); in ipath_init_one()
|
D | ipath_file_ops.c | 1082 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; in mmap_piobufs()
|