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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Ddrm_memory.h51 # define PAGE_AGP __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dpte-hash64.h23 #define _PAGE_NO_CACHE 0x0020 /* I: cache inhibit */ macro
35 #define _PAGE_SAO (_PAGE_WRITETHRU | _PAGE_NO_CACHE | _PAGE_COHERENT)
H A Dpte-44x.h89 #define _PAGE_NO_CACHE 0x00000400 /* H: I bit */ macro
H A Dpte-fsl-booke.h32 #define _PAGE_NO_CACHE 0x00200 /* H: I bit */ macro
H A Dpte-hash32.h25 #define _PAGE_NO_CACHE 0x020 /* I: cache inhibit */ macro
H A Dpte-40x.h43 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
H A Dpte-8xx.h33 #define _PAGE_NO_CACHE 0x0002 /* I: cache inhibit */ macro
H A Dpte-common.h96 #define PAGE_PROT_BITS (_PAGE_GUARDED | _PAGE_COHERENT | _PAGE_NO_CACHE | \
153 _PAGE_NO_CACHE)
155 _PAGE_NO_CACHE | _PAGE_GUARDED)
H A Dpte-book3e.h46 #define _PAGE_NO_CACHE 0x400000 /* I: cache inhibit */ macro
H A Dpgtable.h158 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
162 _PAGE_NO_CACHE | _PAGE_GUARDED))
165 _PAGE_NO_CACHE))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dfb.h11 pgprot_val(vma->vm_page_prot) |= _PAGE_NO_CACHE;
H A Dpgtable.h158 #define _PAGE_NO_CACHE (1 << xlate_pabit(_PAGE_NO_CACHE_BIT)) macro
199 #define PAGE_KERNEL_UNC __pgprot(_PAGE_KERNEL | _PAGE_NO_CACHE)
488 #define pgprot_noncached(prot) __pgprot(pgprot_val(prot) | _PAGE_NO_CACHE)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/mm/
H A Dioremap.c40 flags |= _PAGE_NO_CACHE;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dpci.h98 #define _PAGE_NO_CACHE 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dmmu.h56 #define _PAGE_NO_CACHE (1<<31) /* part of the uncached memory map */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/include/asm/
H A Dpgtable.h100 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \
105 _PAGE_NO_CACHE | _PAGE_GUARDED))
109 _PAGE_NO_CACHE))
209 #define _PAGE_NO_CACHE 0x004 /* I: caching is inhibited */ macro
255 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
345 static inline void pte_uncache(pte_t pte) { pte_val(pte) |= _PAGE_NO_CACHE; }
346 static inline void pte_cache(pte_t pte) { pte_val(pte) &= ~_PAGE_NO_CACHE; }
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Disa-bridge.c112 size, _PAGE_NO_CACHE|_PAGE_GUARDED);
119 0x10000, _PAGE_NO_CACHE|_PAGE_GUARDED);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/microblaze/mm/
H A Dpgtable.c114 if (flags & _PAGE_NO_CACHE)
131 return __ioremap(addr, size, _PAGE_NO_CACHE);
H A Dconsistent.c138 err = map_page(va + i, pa + i, _PAGE_KERNEL | _PAGE_NO_CACHE);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dmmu.h48 #define _PAGE_NO_CACHE (1 << 31) /* part of the uncached memory map */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/mm/
H A Dppc_mmu_32.c122 if ((flags & _PAGE_NO_CACHE) ||
130 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE
148 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE
H A Dhugetlbpage-hash64.c100 rflags |= (new_pte & (_PAGE_WRITETHRU | _PAGE_NO_CACHE |
H A Dfsl_booke_mmu.c121 if ((flags & _PAGE_NO_CACHE) == 0)
130 TLBCAM[index].MAS2 |= (flags & _PAGE_NO_CACHE) ? MAS2_I : 0;
H A Dpgtable_64.c165 if (flags & _PAGE_NO_CACHE)
248 unsigned long flags = _PAGE_NO_CACHE | _PAGE_GUARDED;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/
H A Ddrm_scatter.c43 return __vmalloc(size, GFP_KERNEL, PAGE_KERNEL | _PAGE_NO_CACHE);

Completed in 276 milliseconds

12