Home
last modified time | relevance | path

Searched refs:_PAGE_GUARDED (Results 1 – 16 of 16) sorted by relevance

/arch/powerpc/mm/ptdump/
Dshared.c39 .mask = _PAGE_GUARDED,
40 .val = _PAGE_GUARDED,
D8xx.c51 .mask = _PAGE_GUARDED,
52 .val = _PAGE_GUARDED,
Dbats.c54 seq_puts(m, lower & _PAGE_GUARDED ? "g " : " "); in bat_show_603()
/arch/microblaze/include/asm/
Dpgtable.h48 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \
53 _PAGE_NO_CACHE | _PAGE_GUARDED))
146 #define _PAGE_GUARDED 0x001 /* G: page is guarded from prefetch */ macro
188 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
/arch/powerpc/include/asm/nohash/
Dpgtable.h15 _PAGE_NO_CACHE | _PAGE_GUARDED)
232 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
236 _PAGE_NO_CACHE | _PAGE_GUARDED))
Dpte-book3e.h45 #define _PAGE_GUARDED 0x100000 macro
/arch/powerpc/include/asm/nohash/32/
Dpte-40x.h41 #define _PAGE_GUARDED 0x001 /* G: page is guarded from prefetch */ macro
Dpte-44x.h83 #define _PAGE_GUARDED 0x00000100 /* H: G bit */ macro
Dpte-fsl-booke.h28 #define _PAGE_GUARDED 0x00080 /* H: G bit */ macro
Dpte-8xx.h41 #define _PAGE_GUARDED 0x0010 /* Copied to L1 G entry in DTLB */ macro
/arch/powerpc/include/asm/book3s/32/
Dpgtable.h24 #define _PAGE_GUARDED 0x008 /* G: prohibit speculative access */ macro
116 _PAGE_NO_CACHE | _PAGE_GUARDED)
588 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
595 _PAGE_NO_CACHE | _PAGE_GUARDED); in pgprot_noncached()
/arch/powerpc/mm/book3s32/
Dmmu.c280 | _PAGE_COHERENT | _PAGE_GUARDED); in setbat()
286 if (flags & _PAGE_GUARDED) { in setbat()
/arch/microblaze/mm/
Dpgtable.c107 flags |= _PAGE_GUARDED; in __ioremap()
/arch/powerpc/mm/nohash/
Dfsl_booke.c122 TLBCAM[index].MAS2 |= (flags & _PAGE_GUARDED) ? MAS2_G : 0; in settlbcam()
/arch/powerpc/kernel/
Dbtext.c101 disp_BAT[1] = addr | (_PAGE_NO_CACHE | _PAGE_GUARDED | BPP_RW); in btext_prepare_BAT()
Dhead_8xx.S217 rlwimi r11, r10, 0, _PAGE_GUARDED | _PAGE_ACCESSED
275 rlwimi r11, r10, 0, _PAGE_GUARDED | _PAGE_ACCESSED