Home
last modified time | relevance | path

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

/linux/arch/nds32/include/asm/
A 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_…
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)
151 #define PAGE_DEVICE __pgprot(_PAGE_V | _PAGE_M_KRW | _PAGE_D | _PAGE_G | _PAGE_C_DEV)
248 #define pte_dirty(pte) (pte_val(pte) & _PAGE_D)
279 PTE_BIT_FUNC(mkclean, &=~_PAGE_D);
[all …]
/linux/arch/ia64/include/asm/
A 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))
/linux/arch/openrisc/include/asm/
A Dpgtable.h126 #define _PAGE_D 0x020 /* dirty */ macro
145 #define _PAGE_DIRTY _PAGE_D
/linux/arch/nds32/kernel/
A Dvdso.c170 prot = __pgprot(_PAGE_V | _PAGE_M_UR_KR | _PAGE_D | _PAGE_C_DEV); in arch_setup_additional_pages()
/linux/arch/ia64/kernel/
A Defi.c630 _PAGE_D | in efi_enter_virtual_mode()
643 _PAGE_D | in efi_enter_virtual_mode()
A 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

Completed in 14 milliseconds