Searched refs:_PAGE_COHERENT (Results 1 – 14 of 14) sorted by relevance
/linux/arch/powerpc/include/asm/nohash/32/ |
A D | pte-44x.h | 84 #define _PAGE_COHERENT 0x00000200 /* H: M bit */ macro 113 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
|
A D | pte-fsl-booke.h | 29 #define _PAGE_COHERENT 0x00100 /* H: M bit */ macro 59 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
|
A D | pte-40x.h | 56 #define _PAGE_COHERENT 0 macro
|
A D | pte-8xx.h | 52 #define _PAGE_COHERENT 0 macro
|
/linux/arch/powerpc/mm/ptdump/ |
A D | shared.c | 34 .mask = _PAGE_COHERENT, 35 .val = _PAGE_COHERENT,
|
A D | bats.c | 53 seq_puts(m, lower & _PAGE_COHERENT ? "m " : " "); in bat_show_603()
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 25 #define _PAGE_COHERENT 0x010 /* M: enforce memory coherence (SMP systems) */ macro 95 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) 587 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ 608 _PAGE_COHERENT); in pgprot_cached() 615 _PAGE_COHERENT | _PAGE_WRITETHRU); in pgprot_cached_wthru()
|
/linux/arch/powerpc/mm/book3s32/ |
A D | mmu.c | 126 flags &= ~_PAGE_COHERENT; in setibat() 128 wimgxpp = (flags & _PAGE_COHERENT) | (_PAGE_EXEC ? BPP_RX : BPP_XX); in setibat() 274 flags &= ~_PAGE_COHERENT; in setbat() 279 | _PAGE_COHERENT | _PAGE_GUARDED); in setbat()
|
A D | hash_low.S | 318 rlwinm r8,r8,0,~_PAGE_COHERENT /* clear M (coherence not required) */
|
/linux/arch/powerpc/include/asm/nohash/ |
A D | pte-book3e.h | 46 #define _PAGE_COHERENT 0x200000 /* M: enforce memory coherence */ macro 88 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
|
A D | pgtable.h | 230 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ 240 _PAGE_COHERENT)) 244 _PAGE_COHERENT | _PAGE_WRITETHRU))
|
/linux/arch/powerpc/mm/nohash/ |
A D | fsl_book3e.c | 112 flags |= _PAGE_COHERENT; in settlbcam() 121 TLBCAM[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0; in settlbcam()
|
/linux/arch/powerpc/kernel/ |
A D | head_book3s_32.S | 450 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */ 518 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */ 598 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */
|
/linux/arch/powerpc/kvm/ |
A D | book3s_pr.c | 64 #define HPTE_R_M _PAGE_COHERENT
|
Completed in 20 milliseconds