Home
last modified time | relevance | path

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

/arch/nds32/include/asm/
Dpgtable.h84 #define _PAGE_D (1UL << 4) macro
126 (_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_G | _PAGE_C_DEV)
141 #define PAGE_RDWR __pgprot(_PAGE_V | _PAGE_M_URW_KRW | _PAGE_D)
144 #define PAGE_UXKRWX_V1 __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_S…
145 #define PAGE_UXKRWX_V2 __pgprot(_PAGE_V | _PAGE_M_XKRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_…
146 #define PAGE_URXKRWX_V2 __pgprot(_PAGE_V | _PAGE_M_UR_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CAC…
147 #define PAGE_CACHE_L1 __pgprot(_HAVE_PAGE_L | _PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G |…
148 #define PAGE_MEMORY __pgprot(_HAVE_PAGE_L | _PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _…
149 #define PAGE_KERNEL __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_E | _PAGE_G | _PAGE_CACHE_SHRD)
150 #define PAGE_SHARED __pgprot(_PAGE_V | _PAGE_M_URW_KRW | _PAGE_D | _PAGE_CACHE_SHRD)
[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
293 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0)
304 #define pte_mkclean(pte) (__pte(pte_val(pte) & ~_PAGE_D))
305 #define pte_mkdirty(pte) (__pte(pte_val(pte) | _PAGE_D))
/arch/openrisc/include/asm/
Dpgtable.h126 #define _PAGE_D 0x020 /* dirty */ macro
145 #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.c630 _PAGE_D | in efi_enter_virtual_mode()
643 _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