Searched refs:_PAGE_BAP_SR (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/powerpc/include/asm/
H A 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 */
H A Dpte-common.h184 * and PTE_64BIT, PAGE_KERNEL_X contains _PAGE_BAP_SR which is also in
/linux-4.4.14/arch/powerpc/mm/
H A Dpgtable_32.c163 #ifdef _PAGE_BAP_SR ioremap_prot()
164 /* _PAGE_USER contains _PAGE_BAP_SR on BookE using the new PTE format ioremap_prot()
168 flags |= _PAGE_BAP_SR; ioremap_prot()
H A Dpgtable_64.c286 #ifdef _PAGE_BAP_SR ioremap_prot()
287 /* _PAGE_USER contains _PAGE_BAP_SR on BookE using the new PTE format ioremap_prot()
291 flags |= _PAGE_BAP_SR; ioremap_prot()

Completed in 169 milliseconds