Searched refs:_PAGE_KERNEL_RW (Results 1 – 11 of 11) sorted by relevance
39 pte_update_delta(ptep, addr, _PAGE_KERNEL_RW & ~_PAGE_DIRTY, _PAGE_KERNEL_RO); in change_page_attr()42 pte_update_delta(ptep, addr, _PAGE_KERNEL_RO, _PAGE_KERNEL_RW); in change_page_attr()
12 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)13 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)14 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
53 #define _PAGE_KERNEL_RW (_PAGE_BAP_SW | _PAGE_BAP_SR | _PAGE_DIRTY) macro
49 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW) macro113 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)114 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE)115 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NO_CACHE | _PAGE_GUARDED)
60 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW) macro
93 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW) macro
36 #define _PAGE_KERNEL_RW (_PAGE_DIRTY | _PAGE_RW) macro
57 #define _PAGE_KERNEL_RW (_PAGE_SH | _PAGE_DIRTY) macro
29 _PAGE_KERNEL_RW; in vmemmap_create_mapping()
117 #define _PAGE_KERNEL_RW (_PAGE_PRIVILEGED | _PAGE_RW | _PAGE_DIRTY) macro157 #define PAGE_KERNEL __pgprot(_PAGE_BASE | _PAGE_KERNEL_RW)158 #define PAGE_KERNEL_NC __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_TOLERANT)159 #define PAGE_KERNEL_NCG __pgprot(_PAGE_BASE_NC | _PAGE_KERNEL_RW | _PAGE_NON_IDEMPOTENT)
881 unsigned long flags = _PAGE_PRESENT | _PAGE_ACCESSED | _PAGE_KERNEL_RW; in radix__vmemmap_create_mapping()