Searched refs:_PAGE_COHERENT (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/arch/powerpc/include/asm/nohash/32/ |
D | pte-44x.h | 74 #define _PAGE_COHERENT 0x00000200 /* H: M bit */ macro 95 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
|
D | pte-85xx.h | 29 #define _PAGE_COHERENT 0x00100 /* H: M bit */ macro 51 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
|
D | pte-8xx.h | 57 #define _PAGE_COHERENT 0 macro
|
/linux-6.12.1/arch/powerpc/mm/ptdump/ |
D | shared.c | 34 .mask = _PAGE_COHERENT, 35 .val = _PAGE_COHERENT,
|
D | bats.c | 53 seq_puts(m, lower & _PAGE_COHERENT ? "m " : " "); in bat_show_603()
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 25 #define _PAGE_COHERENT 0x010 /* M: enforce memory coherence (SMP systems) */ macro 85 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT) 562 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ 583 _PAGE_COHERENT); in pgprot_cached() 590 _PAGE_COHERENT | _PAGE_WRITETHRU); in pgprot_cached_wthru()
|
/linux-6.12.1/arch/powerpc/mm/book3s32/ |
D | mmu.c | 125 flags &= ~_PAGE_COHERENT; in setibat() 127 wimgxpp = (flags & _PAGE_COHERENT) | (_PAGE_EXEC ? BPP_RX : BPP_XX); in setibat() 279 flags &= ~_PAGE_COHERENT; in setbat() 284 | _PAGE_COHERENT | _PAGE_GUARDED); in setbat()
|
D | hash_low.S | 326 rlwinm r8,r8,0,~_PAGE_COHERENT /* clear M (coherence not required) */
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/ |
D | pte-e500.h | 32 #define _PAGE_COHERENT 0x200000 /* M: enforce memory coherence */ macro 82 #define _PAGE_BASE (_PAGE_BASE_NC | _PAGE_COHERENT)
|
D | pgtable.h | 349 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \ 359 _PAGE_COHERENT)) 363 _PAGE_COHERENT | _PAGE_WRITETHRU))
|
/linux-6.12.1/arch/powerpc/mm/nohash/ |
D | e500.c | 106 flags |= _PAGE_COHERENT; in settlbcam() 115 TLBCAM[index].MAS2 |= (flags & _PAGE_COHERENT) ? MAS2_M : 0; in settlbcam()
|
/linux-6.12.1/arch/powerpc/kernel/ |
D | head_book3s_32.S | 438 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */ 493 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */ 570 rlwinm r1,r1,0,~_PAGE_COHERENT /* clear M (coherence not required) */
|
/linux-6.12.1/arch/powerpc/kvm/ |
D | book3s_pr.c | 64 #define HPTE_R_M _PAGE_COHERENT
|