Searched refs:_PAGE_D (Results 1 – 4 of 4) sorted by relevance
56 #define _PAGE_D (1 << _PAGE_D_BIT) /* page dirty bit */ macro79 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB294 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0)305 #define pte_mkclean(pte) (__pte(pte_val(pte) & ~_PAGE_D))306 #define pte_mkdirty(pte) (__pte(pte_val(pte) | _PAGE_D))
126 #define _PAGE_D 0x020 /* dirty */ macro145 #define _PAGE_DIRTY _PAGE_D
630 _PAGE_D | in efi_enter_virtual_mode()643 _PAGE_D | in efi_enter_virtual_mode()
553 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits580 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits