Home
last modified time | relevance | path

Searched refs:_PAGE_NO_CACHE (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/arch/microblaze/include/asm/
Dpgtable.h103 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \
108 _PAGE_NO_CACHE | _PAGE_GUARDED))
112 _PAGE_NO_CACHE))
211 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
251 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
340 static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; } in pte_uncache()
341 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; } in pte_cache()
/Linux-v4.19/arch/powerpc/include/asm/
Dpte-common.h124 #define PAGE_PROT_BITS (_PAGE_GUARDED | _PAGE_COHERENT | _PAGE_NO_CACHE | \
186 _PAGE_NO_CACHE)
188 _PAGE_NO_CACHE | _PAGE_GUARDED)
/Linux-v4.19/arch/powerpc/include/asm/nohash/
Dpgtable.h185 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
189 _PAGE_NO_CACHE | _PAGE_GUARDED))
192 _PAGE_NO_CACHE))
Dpte-book3e.h47 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
/Linux-v4.19/arch/powerpc/mm/
Dppc_mmu_32.c123 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()
Dpgtable_32.c79 return __ioremap_caller(addr, size, _PAGE_NO_CACHE | _PAGE_GUARDED, in ioremap()
87 return __ioremap_caller(addr, size, _PAGE_NO_CACHE, in ioremap_wc()
126 if (flags & _PAGE_NO_CACHE) in __ioremap_caller()
Dfsl_booke_mmu.c118 if ((flags & _PAGE_NO_CACHE) == 0) in settlbcam()
127 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0; in settlbcam()
Ddump_linuxpagetables.c184 .mask = _PAGE_NO_CACHE,
185 .val = _PAGE_NO_CACHE,
Dpgtable.c57 (_PAGE_PRESENT | _PAGE_SPECIAL | _PAGE_NO_CACHE | _PAGE_USER | in pte_looks_normal()
/Linux-v4.19/arch/parisc/include/asm/
Dfb.h12 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; in fb_pgprotect()
Dpgtable.h199 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT)) macro
244 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
540 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
Dio.h138 return __ioremap(offset, size, _PAGE_NO_CACHE); in ioremap()
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/
Dpte-40x.h43 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
Dpte-44x.h85 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
Dpte-fsl-booke.h30 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
Dpte-8xx.h33 #define _PAGE_NO_CACHE 0x0002 /* I: cache inhibit */ macro
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/
Dhash.h25 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro
Dpgtable.h461 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
468 _PAGE_NO_CACHE | _PAGE_GUARDED); in pgprot_noncached()
475 _PAGE_NO_CACHE); in pgprot_noncached_wc()
/Linux-v4.19/arch/microblaze/mm/
Dpgtable.c109 if (flags & _PAGE_NO_CACHE) in __ioremap()
126 return __ioremap(addr, size, _PAGE_NO_CACHE); in ioremap()
Dconsistent.c139 err = map_page(va + i, pa + i, _PAGE_KERNEL | _PAGE_NO_CACHE); in arch_dma_alloc()
/Linux-v4.19/arch/parisc/mm/
Dioremap.c41 flags |= _PAGE_NO_CACHE; in __ioremap()
/Linux-v4.19/arch/powerpc/kernel/
Dbtext.c103 disp_BAT[1] = addr | (_PAGE_NO_CACHE | _PAGE_GUARDED | BPP_RW); in btext_prepare_BAT()
108 disp_BAT[0] = vaddr | (_PAGE_NO_CACHE | PP_RWXX) | 4; in btext_prepare_BAT()
/Linux-v4.19/arch/openrisc/include/asm/
Dpgtable.h153 #define _PAGE_NO_CACHE _PAGE_CI macro
/Linux-v4.19/arch/powerpc/platforms/4xx/
Docm.c182 ioflags = _PAGE_NO_CACHE | _PAGE_GUARDED | _PAGE_EXEC; in ocm_init_node()
/Linux-v4.19/drivers/video/fbdev/
Dchipsfb.c404 p->screen_base = __ioremap(addr, 0x200000, _PAGE_NO_CACHE); in chipsfb_pci_init()

12