Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/mm/ptdump/
H A Dshared.c54 .mask = _PAGE_WRITETHRU,
55 .val = _PAGE_WRITETHRU,
H A Dbats.c51 seq_puts(m, lower & _PAGE_WRITETHRU ? "w " : " "); in bat_show_603()
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h220 _PAGE_WRITETHRU)
231 #if _PAGE_WRITETHRU != 0
233 _PAGE_COHERENT | _PAGE_WRITETHRU))
H A Dpte-e500.h47 #define _PAGE_WRITETHRU 0x800000 /* W: cache write-through */ macro
/openbmc/linux/arch/powerpc/include/asm/nohash/32/
H A Dpte-40x.h44 #define _PAGE_WRITETHRU 0x008 /* W: caching is write-through */ macro
H A Dpte-44x.h76 #define _PAGE_WRITETHRU 0x00000800 /* H: W bit */ macro
H A Dpte-85xx.h31 #define _PAGE_WRITETHRU 0x00400 /* H: W bit */ macro
H A Dpte-8xx.h53 #define _PAGE_WRITETHRU 0 macro
/openbmc/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h27 #define _PAGE_WRITETHRU 0x040 /* W: cache write-through */ macro
583 _PAGE_WRITETHRU)
610 _PAGE_COHERENT | _PAGE_WRITETHRU); in pgprot_cached_wthru()
/openbmc/linux/arch/microblaze/include/asm/
H A Dpgtable.h49 _PAGE_WRITETHRU)
149 #define _PAGE_WRITETHRU 0x008 /* W: caching is write-through */ macro
/openbmc/linux/arch/powerpc/mm/nohash/
H A De500.c113 TLBCAM[index].MAS2 |= (flags & _PAGE_WRITETHRU) ? MAS2_W : 0; in settlbcam()
/openbmc/linux/arch/powerpc/mm/book3s32/
H A Dmmu.c278 wimgxpp = flags & (_PAGE_WRITETHRU | _PAGE_NO_CACHE in setbat()