Searched refs:_PAGE_COHERENT (Results 1 – 17 of 17) sorted by relevance
/linux-3.4.99/arch/powerpc/include/asm/ |
D | pte-common.h | 22 #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)
|
D | pte-hash64.h | 22 #define _PAGE_COHERENT 0x0010 /* M: enforce memory coherence (SMP systems) */ macro 35 #define _PAGE_SAO (_PAGE_WRITETHRU | _PAGE_NO_CACHE | _PAGE_COHERENT)
|
D | pgtable.h | 158 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ 168 _PAGE_COHERENT)) 171 _PAGE_COHERENT | _PAGE_WRITETHRU))
|
D | pte-fsl-booke.h | 31 #define _PAGE_COHERENT 0x00100 /* H: M bit */ macro
|
D | pte-44x.h | 88 #define _PAGE_COHERENT 0x00000200 /* H: M bit */ macro
|
D | pte-hash32.h | 24 #define _PAGE_COHERENT 0x010 /* M: enforce memory coherence (SMP systems) */ macro
|
D | pte-book3e.h | 45 #define _PAGE_COHERENT 0x200000 /* M: enforce memory coherence */ macro
|
/linux-3.4.99/arch/powerpc/mm/ |
D | ppc_mmu_32.c | 124 flags &= ~_PAGE_COHERENT; in setbat() 131 | _PAGE_COHERENT | _PAGE_GUARDED); in setbat() 149 | _PAGE_COHERENT); in setbat()
|
D | fsl_booke_mmu.c | 118 flags |= _PAGE_COHERENT; in settlbcam() 127 TLBCAM[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0; in settlbcam()
|
D | hugetlbpage-hash64.c | 101 _PAGE_COHERENT | _PAGE_GUARDED)); in __hash_page_huge()
|
D | pgtable_64.c | 166 flags &= ~_PAGE_COHERENT; in __ioremap_at()
|
D | pgtable_32.c | 186 flags &= ~_PAGE_COHERENT; in __ioremap_caller()
|
D | hash_low_32.S | 326 rlwinm r8,r8,0,~_PAGE_COHERENT /* clear M (coherence not required) */
|
/linux-3.4.99/arch/powerpc/platforms/cell/ |
D | beat_htab.c | 114 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/ |
D | fsl_85xx_cache_sram.c | 111 cache_sram->size, _PAGE_COHERENT | PAGE_KERNEL); in instantiate_cache_sram()
|
/linux-3.4.99/arch/powerpc/kernel/ |
D | head_32.S | 532 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/ |
D | lpar.c | 141 hpte_r &= ~_PAGE_COHERENT; in pSeries_lpar_hpte_insert()
|