Searched refs:_PAGE_D (Results 1 – 4 of 4) sorted by relevance
56 #define _PAGE_D (1 << _PAGE_D_BIT) /* page dirty bit */ macro82 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB302 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0)315 #define pte_mkclean(pte) (__pte(pte_val(pte) & ~_PAGE_D))316 #define pte_mkdirty(pte) (__pte(pte_val(pte) | _PAGE_D))
371 #define PHY_PAGE_UC (_PAGE_A|_PAGE_D|_PAGE_P|_PAGE_MA_UC|_PAGE_AR_RWX)372 #define PHY_PAGE_WB (_PAGE_A|_PAGE_D|_PAGE_P|_PAGE_MA_WB|_PAGE_AR_RWX)
652 _PAGE_D | in efi_enter_virtual_mode()665 _PAGE_D | in efi_enter_virtual_mode()
552 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits579 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits