Home
last modified time | relevance | path

Searched refs:_PAGE_BAP_SR (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/arch/powerpc/include/asm/
Dpte-book3e.h15 #define _PAGE_BAP_SR 0x000004 macro
52 #define _PAGE_KERNEL_RW (_PAGE_BAP_SW | _PAGE_BAP_SR | _PAGE_DIRTY)
53 #define _PAGE_KERNEL_RO (_PAGE_BAP_SR)
54 #define _PAGE_KERNEL_RWX (_PAGE_BAP_SW | _PAGE_BAP_SR | _PAGE_DIRTY | _PAGE_BAP_SX)
55 #define _PAGE_KERNEL_ROX (_PAGE_BAP_SR | _PAGE_BAP_SX)
56 #define _PAGE_USER (_PAGE_BAP_UR | _PAGE_BAP_SR) /* Can be read */
/linux-2.6.39/arch/powerpc/mm/
Dpgtable_64.c270 #ifdef _PAGE_BAP_SR in ioremap_flags()
275 flags |= _PAGE_BAP_SR; in ioremap_flags()
Dpgtable_32.c145 #ifdef _PAGE_BAP_SR in ioremap_flags()
150 flags |= _PAGE_BAP_SR; in ioremap_flags()