Searched defs:_PAGE_GUARDED (Results 1 - 9 of 9) sorted by relevance

/arch/powerpc/include/asm/
H A Dpte-40x.h40 #define _PAGE_GUARDED 0x001 /* G: page is guarded from prefetch */ macro
H A Dpte-44x.h87 #define _PAGE_GUARDED 0x00000100 /* H: G bit */ macro
H A Dpte-8xx.h41 #define _PAGE_GUARDED 0x0010 /* software: guarded access */ macro
H A Dpte-fsl-booke.h30 #define _PAGE_GUARDED 0x00080 /* H: G bit */ macro
H A Dpte-hash32.h23 #define _PAGE_GUARDED 0x008 /* G: prohibit speculative access */ macro
H A Dpte-hash64.h21 #define _PAGE_GUARDED 0x0008 macro
H A Dpte-book3e.h44 #define _PAGE_GUARDED 0x100000 macro
/arch/powerpc/kernel/
H A Disa-bridge.c112 size, _PAGE_NO_CACHE|_PAGE_GUARDED); local
119 0x10000, _PAGE_NO_CACHE|_PAGE_GUARDED); local
/arch/microblaze/include/asm/
H A Dpgtable.h103 #define _PAGE_CACHE_CTL (_PAGE_GUARDED | _PAGE_NO_CACHE | \
108 _PAGE_NO_CACHE | _PAGE_GUARDED))
209 #define _PAGE_GUARDED 0x001 /* G: page is guarded from prefetch */ macro
252 #define _PAGE_IO (_PAGE_KERNEL | _PAGE_NO_CACHE | _PAGE_GUARDED)

Completed in 84 milliseconds