Searched refs:_PAGE_KERNEL_RW (Results 1 – 5 of 5) sorted by relevance
72 #ifndef _PAGE_KERNEL_RW73 #define _PAGE_KERNEL_RW (_PAGE_PRIVILEGED | _PAGE_DIRTY | _PAGE_RW | \ macro184 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)185 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \187 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \
53 #define _PAGE_KERNEL_RW (_PAGE_BAP_SW | _PAGE_BAP_SR | _PAGE_DIRTY) macro
32 _PAGE_KERNEL_RW; in vmemmap_create_mapping()
905 unsigned long flags = _PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_KERNEL_RW; in radix__vmemmap_create_mapping()
121 #define _PAGE_KERNEL_RW (_PAGE_PRIVILEGED | _PAGE_RW | _PAGE_DIRTY) macro192 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)193 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \195 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | \