Searched refs:_PAGE_KERNEL_RW (Results 1 – 5 of 5) sorted by relevance
56 #ifndef _PAGE_KERNEL_RW57 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW | _PAGE_HWWRITE) macro159 #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 | \
31 #define _PAGE_KERNEL_RW (_PAGE_RW | _PAGE_DIRTY) /* user access blocked by key */ macro32 #define _PAGE_KERNEL_RO _PAGE_KERNEL_RW
59 #define _PAGE_KERNEL_RW (_PAGE_SHARED | _PAGE_DIRTY | _PAGE_RW | \ macro
52 #define _PAGE_KERNEL_RW (_PAGE_BAP_SW | _PAGE_BAP_SR | _PAGE_DIRTY) macro
201 _PAGE_KERNEL_RW; in vmemmap_create_mapping()