Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/
A Dpte-44x.h74 #define _PAGE_COHERENT 0x00000200 /* H: M bit */ macro
103 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
A Dpte-85xx.h29 #define _PAGE_COHERENT 0x00100 /* H: M bit */ macro
59 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
A Dpte-40x.h56 #define _PAGE_COHERENT 0 macro
A Dpte-8xx.h52 #define _PAGE_COHERENT 0 macro
/linux-6.3-rc2/arch/powerpc/mm/ptdump/
A Dshared.c34 .mask = _PAGE_COHERENT,
35 .val = _PAGE_COHERENT,
A Dbats.c53 seq_puts(m, lower & _PAGE_COHERENT ? "m " : " "); in bat_show_603()
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/
A Dpte-e500.h45 #define _PAGE_COHERENT 0x200000 /* M: enforce memory coherence */ macro
87 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
A Dpgtable.h225 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
235 _PAGE_COHERENT))
239 _PAGE_COHERENT | _PAGE_WRITETHRU))
/linux-6.3-rc2/arch/powerpc/mm/book3s32/
A Dmmu.c125 flags &= ~_PAGE_COHERENT; in setibat()
127 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 Dhash_low.S318 rlwinm r8,r8,0,~_PAGE_COHERENT /* clear M (coherence not required) */
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h25 #define _PAGE_COHERENT 0x010 /* M: enforce memory coherence (SMP systems) */ macro
98 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
602 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
623 _PAGE_COHERENT); in pgprot_cached()
630 _PAGE_COHERENT | _PAGE_WRITETHRU); in pgprot_cached_wthru()
/linux-6.3-rc2/arch/powerpc/mm/nohash/
A De500.c106 flags |= _PAGE_COHERENT; in settlbcam()
115 TLBCAM[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0; in settlbcam()
/linux-6.3-rc2/arch/powerpc/kernel/
A Dhead_book3s_32.S449 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */
515 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */
591 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */
/linux-6.3-rc2/arch/powerpc/kvm/
A Dbook3s_pr.c64 #define HPTE_R_M _PAGE_COHERENT

Completed in 24 milliseconds