Searched refs:_PAGE_KERNEL_RW (Results 1 – 4 of 4) sorted by relevance
56 #ifndef _PAGE_KERNEL_RW57 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW | _PAGE_HWWRITE) macro160 #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 | \
30 #define _PAGE_KERNEL_RW (_PAGE_RW | _PAGE_DIRTY) /* user access blocked by key */ macro31 #define _PAGE_KERNEL_RO _PAGE_KERNEL_RW
51 #define _PAGE_KERNEL_RW (_PAGE_BAP_SW | _PAGE_BAP_SR | _PAGE_DIRTY) macro
201 _PAGE_KERNEL_RW; in vmemmap_create_mapping()