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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Ddrm_memory.h53 # define PAGE_AGP __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
H A Ddrm_vm.c54 pgprot_val(tmp) |= _PAGE_NO_CACHE;
623 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/parisc/mm/
H A Dioremap.c40 flags |= _PAGE_NO_CACHE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dpgtable-ppc32.h166 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
255 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
292 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
312 #define _PAGE_NO_CACHE 0x0002 /* I: cache inhibit */ macro
354 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro
422 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
522 static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; }
523 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; }
688 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | _PAGE_NO_CACHE | _PAGE_GUARDED))
H A Dpgtable-ppc64.h76 #define _PAGE_NO_CACHE 0x0020 /* I: cache inhibit */ macro
99 _PAGE_WRENABLE | _PAGE_NO_CACHE | _PAGE_GUARDED)
102 #define PAGE_AGP __pgprot(_PAGE_BASE | _PAGE_WRENABLE | _PAGE_NO_CACHE)
242 static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; }
243 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; }
428 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | _PAGE_NO_CACHE | _PAGE_GUARDED))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ppc/
H A Dpgtable.h174 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
263 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
300 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
320 #define _PAGE_NO_CACHE 0x0002 /* I: cache inhibit */ macro
362 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro
430 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
543 static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; }
544 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; }
709 #define pgprot_noncached(prot) (__pgprot(pgprot_val(prot) | _PAGE_NO_CACHE | _PAGE_GUARDED))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dredwood5.c106 _PAGE_NO_CACHE | pgprot_val(PAGE_KERNEL) | _PAGE_GUARDED);
H A Dredwood6.c143 _PAGE_NO_CACHE | pgprot_val(PAGE_KERNEL) |
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/mm/
H A Dppc_mmu_32.c137 if (((flags & _PAGE_NO_CACHE) == 0) &&
145 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE
165 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE
H A Dfsl_booke_mmu.c123 if ((flags & _PAGE_NO_CACHE) == 0)
132 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0;
H A Dpgtable_32.c147 return __ioremap(addr, size, _PAGE_NO_CACHE);
223 if (flags & _PAGE_NO_CACHE)
H A Dpgtable_64.c174 unsigned long flags = _PAGE_NO_CACHE | _PAGE_GUARDED;
H A Dhash_utils_64.c733 (pte_val(*ptep) & _PAGE_NO_CACHE)) {
814 /* If either _PAGE_4K_PFN or _PAGE_NO_CACHE is set (and we are on
820 if (pte_val(*ptep) & (_PAGE_4K_PFN | _PAGE_NO_CACHE))
H A Dmem.c93 | _PAGE_GUARDED | _PAGE_NO_CACHE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/mm/
H A Dpgtable.c147 return __ioremap(addr, size, _PAGE_NO_CACHE);
153 return __ioremap(addr, size, _PAGE_NO_CACHE);
231 if (flags & _PAGE_NO_CACHE)
H A Dppc_mmu.c131 if (((flags & _PAGE_NO_CACHE) == 0) &&
139 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE
159 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE
H A Dfsl_booke_mmu.c123 if ((flags & _PAGE_NO_CACHE) == 0)
132 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dpci_64.c749 prot |= _PAGE_NO_CACHE;
777 prot |= _PAGE_NO_CACHE | _PAGE_GUARDED;
898 0x10000, _PAGE_NO_CACHE | _PAGE_GUARDED);
926 size, _PAGE_NO_CACHE | _PAGE_GUARDED);
1062 _PAGE_NO_CACHE | _PAGE_GUARDED);
1076 _PAGE_NO_CACHE | _PAGE_GUARDED);
1159 _PAGE_NO_CACHE | _PAGE_GUARDED))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/spufs/
H A Dfile.c151 & ~_PAGE_NO_CACHE);
155 | _PAGE_NO_CACHE);
193 | _PAGE_NO_CACHE);
278 | _PAGE_NO_CACHE | _PAGE_GUARDED);
921 | _PAGE_NO_CACHE | _PAGE_GUARDED);
1046 | _PAGE_NO_CACHE | _PAGE_GUARDED);
1142 | _PAGE_NO_CACHE | _PAGE_GUARDED);
1204 | _PAGE_NO_CACHE | _PAGE_GUARDED);
1264 | _PAGE_NO_CACHE | _PAGE_GUARDED);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dpgtable.h169 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT)) macro
210 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
516 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
H A Dio.h133 return __ioremap(offset, size, _PAGE_NO_CACHE);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/
H A Dapus_setup.c319 mask = ~(_PAGE_NO_CACHE | _PAGE_GUARDED);
324 flags = (_PAGE_NO_CACHE | _PAGE_GUARDED);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/celleb/
H A Dhtab.c114 if (rflags & (_PAGE_GUARDED|_PAGE_NO_CACHE))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dpci.c351 prot &= ~_PAGE_NO_CACHE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-xtensa/
H A Dpgtable.h92 #define _PAGE_NO_CACHE (0<<2) /* bypass, non-speculative */ macro

Completed in 129 milliseconds

12