Home
last modified time | relevance | path

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

12

/linux-3.4.99/arch/powerpc/include/asm/
Dpte-hash64.h23 #define _PAGE_NO_CACHE 0x0020 /* I: cache inhibit */ macro
35 #define _PAGE_SAO (_PAGE_WRITETHRU | _PAGE_NO_CACHE | _PAGE_COHERENT)
Dpte-common.h96 #define PAGE_PROT_BITS (_PAGE_GUARDED | _PAGE_COHERENT | _PAGE_NO_CACHE | \
153 _PAGE_NO_CACHE)
155 _PAGE_NO_CACHE | _PAGE_GUARDED)
Dpgtable.h158 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
162 _PAGE_NO_CACHE | _PAGE_GUARDED))
165 _PAGE_NO_CACHE))
Dkvm_book3s_64.h189 #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()
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
Dpte-book3e.h46 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
/linux-3.4.99/arch/microblaze/include/asm/
Dpgtable.h106 #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/
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_64.c165 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()
Dpgtable_32.c131 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()
Dfsl_booke_mmu.c117 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/
Ddrm_memory.h51 # define PAGE_AGP __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
/linux-3.4.99/arch/parisc/include/asm/
Dfb.h11 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE; in fb_pgprotect()
Dpgtable.h180 #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/
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.c87 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/
Dpgtable.c110 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/
Dmmu.h56 #define _PAGE_NO_CACHE (1<<31) /* part of the uncached memory map */ macro
/linux-3.4.99/arch/parisc/mm/
Dioremap.c40 flags |= _PAGE_NO_CACHE; in __ioremap()
/linux-3.4.99/arch/cris/include/arch-v32/arch/
Dmmu.h48 #define _PAGE_NO_CACHE (1 << 31) /* part of the uncached memory map */ macro
/linux-3.4.99/arch/powerpc/platforms/cell/
Dbeat_htab.c113 if (rflags & _PAGE_NO_CACHE) in beat_lpar_hpte_insert()
336 if (rflags & _PAGE_NO_CACHE) in beat_lpar_hpte_insert_v3()

12