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

/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpte-44x.h74 #define _PAGE_COHERENT 0x00000200 /* H: M bit */ macro
93 * pages. We always set _PAGE_COHERENT when SMP is enabled or
98 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
H A Dpte-85xx.h29 #define _PAGE_COHERENT 0x00100 /* H: M bit */ macro
49 * pages. We always set _PAGE_COHERENT when SMP is enabled or
54 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
H A Dpte-40x.h56 #define _PAGE_COHERENT 0 macro
H A Dpte-8xx.h57 #define _PAGE_COHERENT 0 macro
/linux-master/arch/powerpc/mm/ptdump/
H A Dshared.c34 .mask = _PAGE_COHERENT,
35 .val = _PAGE_COHERENT,
H A Dbats.c53 seq_puts(m, lower & _PAGE_COHERENT ? "m " : " ");
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpte-e500.h45 #define _PAGE_COHERENT 0x200000 /* M: enforce memory coherence */ macro
89 * pages. We always set _PAGE_COHERENT when SMP is enabled or
94 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
H A Dpgtable.h319 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
329 _PAGE_COHERENT))
333 _PAGE_COHERENT | _PAGE_WRITETHRU))
/linux-master/arch/powerpc/mm/book3s32/
H A Dmmu.c125 flags &= ~_PAGE_COHERENT;
127 wimgxpp = (flags & _PAGE_COHERENT) | (_PAGE_EXEC ? BPP_RX : BPP_XX);
277 flags &= ~_PAGE_COHERENT;
282 | _PAGE_COHERENT | _PAGE_GUARDED);
H A Dhash_low.S326 rlwinm r8,r8,0,~_PAGE_COHERENT /* clear M (coherence not required) */
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h25 #define _PAGE_COHERENT 0x010 /* M: enforce memory coherence (SMP systems) */ macro
81 * pages. We always set _PAGE_COHERENT when SMP is enabled or
85 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
561 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
582 _PAGE_COHERENT);
589 _PAGE_COHERENT | _PAGE_WRITETHRU);
/linux-master/arch/powerpc/mm/nohash/
H A De500.c106 flags |= _PAGE_COHERENT;
115 TLBCAM[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0;
/linux-master/arch/powerpc/kernel/
H A Dhead_book3s_32.S451 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */
517 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */
594 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */
/linux-master/arch/powerpc/kvm/
H A Dbook3s_pr.c64 #define HPTE_R_M _PAGE_COHERENT

Completed in 235 milliseconds