Searched refs:_PAGE_COHERENT (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
D | pte-44x.h | 84 #define _PAGE_COHERENT 0x00000200 /* H: M bit */ macro 113 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
|
D | pte-fsl-booke.h | 29 #define _PAGE_COHERENT 0x00100 /* H: M bit */ macro 59 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
|
D | pte-40x.h | 57 #define _PAGE_COHERENT 0 macro
|
D | pte-8xx.h | 50 #define _PAGE_COHERENT 0 macro
|
/Linux-v5.4/arch/powerpc/mm/book3s32/ |
D | mmu.c | 131 flags &= ~_PAGE_COHERENT; in setibat() 133 wimgxpp = (flags & _PAGE_COHERENT) | (_PAGE_EXEC ? BPP_RX : BPP_XX); in setibat() 259 flags &= ~_PAGE_COHERENT; in setbat() 266 | _PAGE_COHERENT | _PAGE_GUARDED); in setbat() 285 | _PAGE_COHERENT); in setbat()
|
D | hash_low.S | 315 rlwinm r8,r8,0,~_PAGE_COHERENT /* clear M (coherence not required) */
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/ |
D | pte-book3e.h | 46 #define _PAGE_COHERENT 0x200000 /* M: enforce memory coherence */ macro 88 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
|
D | pgtable.h | 237 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ 247 _PAGE_COHERENT)) 251 _PAGE_COHERENT | _PAGE_WRITETHRU))
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 58 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) 579 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ 600 _PAGE_COHERENT); in pgprot_cached() 607 _PAGE_COHERENT | _PAGE_WRITETHRU); in pgprot_cached_wthru()
|
D | hash.h | 24 #define _PAGE_COHERENT 0x010 /* M: enforce memory coherence (SMP systems) */ macro
|
/Linux-v5.4/arch/powerpc/mm/ptdump/ |
D | bats.c | 52 if (lower & _PAGE_COHERENT) in bat_show_601() 110 if (lower & _PAGE_COHERENT) in bat_show_603()
|
/Linux-v5.4/arch/powerpc/mm/nohash/ |
D | fsl_booke.c | 114 flags |= _PAGE_COHERENT; in settlbcam() 123 TLBCAM[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0; in settlbcam()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | head_32.S | 444 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */ 514 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */ 592 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */
|
/Linux-v5.4/arch/powerpc/kvm/ |
D | book3s_pr.c | 63 #define HPTE_R_M _PAGE_COHERENT
|