Home
last modified time | relevance | path

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

/openbmc/linux/arch/ia64/include/asm/
H A Dpgtable.h56 #define _PAGE_D (1 << _PAGE_D_BIT) /* page dirty bit */ macro
82 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB
264 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0)
275 #define pte_mkclean(pte) (__pte(pte_val(pte) & ~_PAGE_D))
276 #define pte_mkdirty(pte) (__pte(pte_val(pte) | _PAGE_D))
/openbmc/linux/arch/openrisc/include/asm/
H A Dpgtable.h126 #define _PAGE_D 0x020 /* dirty */ macro
145 #define _PAGE_DIRTY _PAGE_D
/openbmc/linux/arch/ia64/kernel/
H A Defi.c630 _PAGE_D | in efi_enter_virtual_mode()
643 _PAGE_D | in efi_enter_virtual_mode()
H A 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