Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dpte-common.h56 #ifndef _PAGE_KERNEL_RW
57 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW | _PAGE_HWWRITE) macro
159 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)
160 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
162 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
Dpte-hash64.h31 #define _PAGE_KERNEL_RW (_PAGE_RW | _PAGE_DIRTY) /* user access blocked by key */ macro
32 #define _PAGE_KERNEL_RO _PAGE_KERNEL_RW
Dpte-8xx.h59 #define _PAGE_KERNEL_RW (_PAGE_SHARED | _PAGE_DIRTY | _PAGE_RW | \ macro
Dpte-book3e.h52 #define _PAGE_KERNEL_RW (_PAGE_BAP_SW | _PAGE_BAP_SR | _PAGE_DIRTY) macro
/arch/powerpc/mm/
Dinit_64.c201 _PAGE_KERNEL_RW; in vmemmap_create_mapping()