Home
last modified time | relevance | path

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

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