Searched refs:_PAGE_COHERENT (Results 1 - 17 of 17) sorted by relevance

/arch/powerpc/include/asm/
H A Dpte-hash64.h22 #define _PAGE_COHERENT 0x0010 /* M: enforce memory coherence (SMP systems) */ macro
35 #define _PAGE_SAO (_PAGE_WRITETHRU | _PAGE_NO_CACHE | _PAGE_COHERENT)
H A Dpte-44x.h88 #define _PAGE_COHERENT 0x00000200 /* H: M bit */ macro
H A Dpte-fsl-booke.h31 #define _PAGE_COHERENT 0x00100 /* H: M bit */ macro
H A Dpte-hash32.h24 #define _PAGE_COHERENT 0x010 /* M: enforce memory coherence (SMP systems) */ macro
H A Dpte-common.h22 #ifndef _PAGE_COHERENT
23 #define _PAGE_COHERENT 0 macro
96 #define PAGE_PROT_BITS (_PAGE_GUARDED | _PAGE_COHERENT | _PAGE_NO_CACHE | \
104 * pages. We always set _PAGE_COHERENT when SMP is enabled or
109 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
H A Dpte-book3e.h45 #define _PAGE_COHERENT 0x200000 /* M: enforce memory coherence */ macro
H A Dpgtable.h158 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
168 _PAGE_COHERENT))
171 _PAGE_COHERENT | _PAGE_WRITETHRU))
/arch/powerpc/mm/
H A Dppc_mmu_32.c124 flags &= ~_PAGE_COHERENT;
131 | _PAGE_COHERENT | _PAGE_GUARDED);
149 | _PAGE_COHERENT);
H A Dhugetlbpage-hash64.c101 _PAGE_COHERENT | _PAGE_GUARDED));
H A Dfsl_booke_mmu.c118 flags |= _PAGE_COHERENT;
127 TLBCAM[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0;
H A Dpgtable_64.c166 flags &= ~_PAGE_COHERENT;
H A Dpgtable_32.c186 flags &= ~_PAGE_COHERENT;
H A Dhash_low_32.S326 rlwinm r8,r8,0,~_PAGE_COHERENT /* clear M (coherence not required) */
/arch/powerpc/sysdev/
H A Dfsl_85xx_cache_sram.c111 cache_sram->size, _PAGE_COHERENT | PAGE_KERNEL);
/arch/powerpc/platforms/cell/
H A Dbeat_htab.c114 hpte_r &= ~_PAGE_COHERENT;
337 hpte_r &= ~_PAGE_COHERENT;
/arch/powerpc/kernel/
H A 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) */
/arch/powerpc/platforms/pseries/
H A Dlpar.c141 hpte_r &= ~_PAGE_COHERENT;

Completed in 186 milliseconds