Searched refs:_PAGE_D (Results 1 – 3 of 3) sorted by relevance
57 #define _PAGE_D (1 << _PAGE_D_BIT) /* page dirty bit */ macro78 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB249 #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))
613 | _PAGE_D in efi_enter_virtual_mode()624 | _PAGE_D | _PAGE_MA_WT in efi_enter_virtual_mode()
507 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits527 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits