Home
last modified time | relevance | path

Searched refs:_PAGE_WRITETHRU (Results 1 – 13 of 13) sorted by relevance

/Linux-v5.4/arch/powerpc/mm/ptdump/
Dshared.c49 .mask = _PAGE_WRITETHRU,
50 .val = _PAGE_WRITETHRU,
Dbats.c48 if (lower & _PAGE_WRITETHRU) in bat_show_601()
106 if (lower & _PAGE_WRITETHRU) in bat_show_603()
/Linux-v5.4/arch/powerpc/include/asm/nohash/
Dpgtable.h238 _PAGE_WRITETHRU)
249 #if _PAGE_WRITETHRU != 0
251 _PAGE_COHERENT | _PAGE_WRITETHRU))
Dpte-book3e.h48 #define _PAGE_WRITETHRU 0x800000 /* W: cache write-through */ macro
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/
Dhash.h26 #define _PAGE_WRITETHRU 0x040 /* W: cache write-through */ macro
Dpgtable.h580 _PAGE_WRITETHRU)
607 _PAGE_COHERENT | _PAGE_WRITETHRU); in pgprot_cached_wthru()
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/
Dpte-44x.h86 #define _PAGE_WRITETHRU 0x00000800 /* H: W bit */ macro
Dpte-fsl-booke.h31 #define _PAGE_WRITETHRU 0x00400 /* H: W bit */ macro
Dpte-40x.h44 #define _PAGE_WRITETHRU 0x008 /* W: caching is write-through */ macro
Dpte-8xx.h51 #define _PAGE_WRITETHRU 0 macro
/Linux-v5.4/arch/powerpc/mm/book3s32/
Dmmu.c265 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
284 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()
/Linux-v5.4/arch/microblaze/include/asm/
Dpgtable.h102 _PAGE_WRITETHRU)
210 #define _PAGE_WRITETHRU 0x008 /* W: caching is write-through */ macro
/Linux-v5.4/arch/powerpc/mm/nohash/
Dfsl_booke.c121 TLBCAM[index].MAS2 |= (flags & _PAGE_WRITETHRU) ? MAS2_W : 0; in settlbcam()