Home
last modified time | relevance | path

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

12

/arch/powerpc/include/asm/
Dpte-hash64.h23 #define _PAGE_NO_CACHE 0x0020 /* I: cache inhibit */ macro
41 #define _PAGE_SAO (_PAGE_WRITETHRU | _PAGE_NO_CACHE | _PAGE_COHERENT)
Dpte-common.h96 #define PAGE_PROT_BITS (_PAGE_GUARDED | _PAGE_COHERENT | _PAGE_NO_CACHE | \
158 _PAGE_NO_CACHE)
160 _PAGE_NO_CACHE | _PAGE_GUARDED)
Dpte-fsl-booke.h32 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
Dpte-44x.h89 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
Dpte-40x.h43 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
Dpte-hash32.h25 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro
Dpte-8xx.h33 #define _PAGE_NO_CACHE 0x0002 /* I: cache inhibit */ macro
Dpgtable.h218 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
222 _PAGE_NO_CACHE | _PAGE_GUARDED))
225 _PAGE_NO_CACHE))
Dpte-book3e.h46 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
Dkvm_book3s_64.h327 #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/
Dpgtable.h103 #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/
Dfb.h11 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; in fb_pgprotect()
Dpgtable.h185 #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/
Dppc_mmu_32.c122 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()
Dpgtable_32.c134 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()
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()
Dhugetlbpage-hash64.c100 rflags |= (new_pte & (_PAGE_WRITETHRU | _PAGE_NO_CACHE | in __hash_page_huge()
/arch/powerpc/kernel/
Disa-bridge.c112 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()
Dbtext.c102 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/
Dpgtable.c108 if (flags & _PAGE_NO_CACHE) in __ioremap()
125 return __ioremap(addr, size, _PAGE_NO_CACHE); in ioremap()
Dconsistent.c137 err = map_page(va + i, pa + i, _PAGE_KERNEL | _PAGE_NO_CACHE); in consistent_alloc()
/arch/cris/include/arch-v10/arch/
Dmmu.h56 #define _PAGE_NO_CACHE (1<<31) /* part of the uncached memory map */ macro
/arch/parisc/mm/
Dioremap.c40 flags |= _PAGE_NO_CACHE; in __ioremap()
/arch/cris/include/arch-v32/arch/
Dmmu.h48 #define _PAGE_NO_CACHE (1 << 31) /* part of the uncached memory map */ macro
/arch/powerpc/platforms/cell/
Dbeat_htab.c113 if (rflags & _PAGE_NO_CACHE) in beat_lpar_hpte_insert()
339 if (rflags & _PAGE_NO_CACHE) in beat_lpar_hpte_insert_v3()

12