Searched refs:_PAGE_COHERENT (Results 1 – 16 of 16) sorted by relevance
/arch/powerpc/include/asm/ |
D | pte-common.h | 22 #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)
|
D | pte-44x.h | 83 #define _PAGE_COHERENT 0x00000200 /* H: M bit */ macro
|
D | pte-fsl-booke.h | 28 #define _PAGE_COHERENT 0x00100 /* H: M bit */ macro
|
D | pte-hash32.h | 23 #define _PAGE_COHERENT 0x010 /* M: enforce memory coherence (SMP systems) */ macro
|
D | pte-hash64.h | 35 #define _PAGE_SAO (_PAGE_WRITETHRU | _PAGE_NO_CACHE | _PAGE_COHERENT)
|
D | pgtable.h | 195 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ 205 _PAGE_COHERENT)) 208 _PAGE_COHERENT | _PAGE_WRITETHRU))
|
D | pte-book3e.h | 45 #define _PAGE_COHERENT 0x200000 /* M: enforce memory coherence */ macro
|
/arch/powerpc/mm/ |
D | ppc_mmu_32.c | 125 flags &= ~_PAGE_COHERENT; in setbat() 132 | _PAGE_COHERENT | _PAGE_GUARDED); in setbat() 150 | _PAGE_COHERENT); in setbat()
|
D | fsl_booke_mmu.c | 117 flags |= _PAGE_COHERENT; in settlbcam() 126 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_32.c | 195 flags &= ~_PAGE_COHERENT; in __ioremap_caller()
|
D | pgtable_64.c | 172 flags &= ~_PAGE_COHERENT; in __ioremap_at()
|
D | hash_low_32.S | 326 rlwinm r8,r8,0,~_PAGE_COHERENT /* clear M (coherence not required) */
|
/arch/powerpc/sysdev/ |
D | fsl_85xx_cache_sram.c | 111 cache_sram->size, _PAGE_COHERENT | PAGE_KERNEL); in instantiate_cache_sram()
|
/arch/powerpc/platforms/85xx/ |
D | smp.c | 262 sizeof(struct epapr_spin_table), _PAGE_COHERENT); in smp_85xx_kick_cpu()
|
/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) */
|