Home
last modified time | relevance | path

Searched refs:_PAGE_KERNEL_RW (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/arch/powerpc/include/asm/
Dpte-common.h56 #ifndef _PAGE_KERNEL_RW
57 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW | _PAGE_HWWRITE) macro
160 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
161 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
163 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
Dpte-hash64.h30 #define _PAGE_KERNEL_RW (_PAGE_RW | _PAGE_DIRTY) /* user access blocked by key */ macro
31 #define _PAGE_KERNEL_RO _PAGE_KERNEL_RW
Dpte-book3e.h51 #define _PAGE_KERNEL_RW (_PAGE_BAP_SW | _PAGE_BAP_SR | _PAGE_DIRTY) macro
/linux-4.1.27/arch/powerpc/mm/
Dinit_64.c201 _PAGE_KERNEL_RW; in vmemmap_create_mapping()