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

/linux-4.1.27/arch/ia64/include/asm/
H A 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))
514 * which ORs in the _PAGE_A/_PAGE_D bit if they're set in ENTRY.
/linux-4.1.27/arch/openrisc/include/asm/
H A Dpgtable.h131 #define _PAGE_D 0x020 /* dirty */ macro
150 #define _PAGE_DIRTY _PAGE_D
/linux-4.1.27/arch/ia64/kernel/
H A Defi.c631 _PAGE_D | efi_enter_virtual_mode()
644 _PAGE_D | efi_enter_virtual_mode()
H A Divt.S550 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits
577 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits

Completed in 154 milliseconds