Home
last modified time | relevance | path

Searched refs:_PAGE_COHERENT (Results 1 – 16 of 16) sorted by relevance

/arch/powerpc/include/asm/
Dpte-common.h22 #ifndef _PAGE_COHERENT
23 #define _PAGE_COHERENT 0 macro
100 #define PAGE_PROT_BITS (_PAGE_GUARDED | _PAGE_COHERENT | _PAGE_NO_CACHE | \
114 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
Dpte-44x.h83 #define _PAGE_COHERENT 0x00000200 /* H: M bit */ macro
Dpte-fsl-booke.h28 #define _PAGE_COHERENT 0x00100 /* H: M bit */ macro
Dpte-hash32.h23 #define _PAGE_COHERENT 0x010 /* M: enforce memory coherence (SMP systems) */ macro
Dpte-hash64.h35 #define _PAGE_SAO (_PAGE_WRITETHRU | _PAGE_NO_CACHE | _PAGE_COHERENT)
Dpgtable.h195 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
205 _PAGE_COHERENT))
208 _PAGE_COHERENT | _PAGE_WRITETHRU))
Dpte-book3e.h45 #define _PAGE_COHERENT 0x200000 /* M: enforce memory coherence */ macro
/arch/powerpc/mm/
Dppc_mmu_32.c125 flags &= ~_PAGE_COHERENT; in setbat()
132 | _PAGE_COHERENT | _PAGE_GUARDED); in setbat()
150 | _PAGE_COHERENT); in setbat()
Dfsl_booke_mmu.c117 flags |= _PAGE_COHERENT; in settlbcam()
126 TLBCAM[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0; in settlbcam()
Dhugetlbpage-hash64.c101 _PAGE_COHERENT | _PAGE_GUARDED)); in __hash_page_huge()
Dpgtable_32.c195 flags &= ~_PAGE_COHERENT; in __ioremap_caller()
Dpgtable_64.c172 flags &= ~_PAGE_COHERENT; in __ioremap_at()
Dhash_low_32.S326 rlwinm r8,r8,0,~_PAGE_COHERENT /* clear M (coherence not required) */
/arch/powerpc/sysdev/
Dfsl_85xx_cache_sram.c111 cache_sram->size, _PAGE_COHERENT | PAGE_KERNEL); in instantiate_cache_sram()
/arch/powerpc/platforms/85xx/
Dsmp.c262 sizeof(struct epapr_spin_table), _PAGE_COHERENT); in smp_85xx_kick_cpu()
/arch/powerpc/kernel/
Dhead_32.S532 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */
606 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */
686 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */