Home
last modified time | relevance | path

Searched refs:_PAGE_D (Results 1 – 7 of 7) sorted by relevance

/arch/nds32/include/asm/
Dpgtable.h92 #define _PAGE_D (1UL << 4) macro
146 #define PAGE_RDWR __pgprot(_PAGE_V | _PAGE_M_URW_KRW | _PAGE_D)
149 #define PAGE_UXKRWX_V1 __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_S…
150 #define PAGE_UXKRWX_V2 __pgprot(_PAGE_V | _PAGE_M_XKRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_…
151 #define PAGE_URXKRWX_V2 __pgprot(_PAGE_V | _PAGE_M_UR_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CAC…
152 #define PAGE_CACHE_L1 __pgprot(_HAVE_PAGE_L | _PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G |…
153 #define PAGE_MEMORY __pgprot(_HAVE_PAGE_L | _PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _…
154 #define PAGE_KERNEL __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_SHRD)
155 #define PAGE_SHARED __pgprot(_PAGE_V | _PAGE_M_URW_KRW | _PAGE_D | _PAGE_CACHE_SHRD)
156 #define PAGE_DEVICE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_G | _PAGE_C_DEV)
[all …]
/arch/ia64/include/asm/
Dpgtable.h56 #define _PAGE_D (1 << _PAGE_D_BIT) /* page dirty bit */ macro
79 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB
299 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0)
311 #define pte_mkclean(pte) (__pte(pte_val(pte) & ~_PAGE_D))
312 #define pte_mkdirty(pte) (__pte(pte_val(pte) | _PAGE_D))
/arch/nds32/mm/
Dioremap.c39 prot = __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | in __ioremap_caller()
/arch/openrisc/include/asm/
Dpgtable.h128 #define _PAGE_D 0x020 /* dirty */ macro
147 #define _PAGE_DIRTY _PAGE_D
/arch/nds32/kernel/
Dvdso.c170 prot = __pgprot(_PAGE_V | _PAGE_M_UR_KR | _PAGE_D | _PAGE_C_DEV); in arch_setup_additional_pages()
/arch/ia64/kernel/
Defi.c632 _PAGE_D | in efi_enter_virtual_mode()
645 _PAGE_D | in efi_enter_virtual_mode()
Divt.S553 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits
580 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits