Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dpgtable.h55 #define _PAGE_D (1 << _PAGE_D_BIT) /* page dirty bit */ macro
78 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB
298 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0)
310 #define pte_mkclean(pte) (__pte(pte_val(pte) & ~_PAGE_D))
311 #define pte_mkdirty(pte) (__pte(pte_val(pte) | _PAGE_D))
/arch/openrisc/include/asm/
Dpgtable.h131 #define _PAGE_D 0x020 /* dirty */ macro
150 #define _PAGE_DIRTY _PAGE_D
/arch/ia64/kernel/
Defi.c628 _PAGE_D | in efi_enter_virtual_mode()
641 _PAGE_D | in efi_enter_virtual_mode()
Divt.S552 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits
579 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits