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

/linux-master/arch/powerpc/include/asm/nohash/32/
H A Dpte-40x.h41 #define _PAGE_GUARDED 0x001 /* G: page is guarded from prefetch */ macro
H A Dpte-44x.h73 #define _PAGE_GUARDED 0x00000100 /* H: G bit */ macro
H A Dpte-85xx.h28 #define _PAGE_GUARDED 0x00080 /* H: G bit */ macro
H A Dpte-8xx.h41 #define _PAGE_GUARDED 0x0010 /* Copied to L1 G entry in DTLB */ macro
/linux-master/arch/powerpc/mm/ptdump/
H A D8xx.c46 .mask = _PAGE_GUARDED,
47 .val = _PAGE_GUARDED,
H A Dshared.c39 .mask = _PAGE_GUARDED,
40 .val = _PAGE_GUARDED,
H A Dbats.c54 seq_puts(m, lower & _PAGE_GUARDED ? "g " : " ");
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpte-e500.h44 #define _PAGE_GUARDED 0x100000 macro
H A Dpgtable.h25 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
319 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
323 _PAGE_NO_CACHE | _PAGE_GUARDED))
/linux-master/arch/microblaze/include/asm/
H A 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
191 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h24 #define _PAGE_GUARDED 0x008 /* G: prohibit speculative access */ macro
92 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
561 #define _PAGE_CACHE_CTL (_PAGE_COHERENT | _PAGE_GUARDED | _PAGE_NO_CACHE | \
568 _PAGE_NO_CACHE | _PAGE_GUARDED);
/linux-master/arch/powerpc/mm/book3s32/
H A Dmmu.c282 | _PAGE_COHERENT | _PAGE_GUARDED);
288 if (flags & _PAGE_GUARDED) {
/linux-master/arch/microblaze/mm/
H A Dpgtable.c108 flags |= _PAGE_GUARDED;
/linux-master/arch/powerpc/mm/nohash/
H A De500.c116 TLBCAM[index].MAS2 |= (flags & _PAGE_GUARDED) ? MAS2_G : 0;
/linux-master/arch/powerpc/kernel/
H A Dbtext.c97 disp_BAT[1] = addr | (_PAGE_NO_CACHE | _PAGE_GUARDED | BPP_RW);
H A Dhead_8xx.S218 rlwimi r11, r10, 0, _PAGE_GUARDED | _PAGE_ACCESSED
276 rlwimi r11, r10, 0, _PAGE_GUARDED | _PAGE_ACCESSED

Completed in 223 milliseconds