Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-ia64/
Dpgtable.h57 #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
249 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0)
260 #define pte_mkclean(pte) (__pte(pte_val(pte) & ~_PAGE_D))
261 #define pte_mkdirty(pte) (__pte(pte_val(pte) | _PAGE_D))
/linux-2.4.37.9/arch/ia64/kernel/
Defi.c613 | _PAGE_D in efi_enter_virtual_mode()
624 | _PAGE_D | _PAGE_MA_WT in efi_enter_virtual_mode()
Divt.S507 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits
527 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits