Searched refs:_PAGE_D (Results 1 – 5 of 5) sorted by relevance
55 #define _PAGE_D (1 << _PAGE_D_BIT) /* page dirty bit */ macro81 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB301 #define pte_dirty(pte) ((pte_val(pte) & _PAGE_D) != 0)314 #define pte_mkclean(pte) (__pte(pte_val(pte) & ~_PAGE_D))315 #define pte_mkdirty(pte) (__pte(pte_val(pte) | _PAGE_D))
132 #define _PAGE_D 0x020 /* dirty */ macro151 #define _PAGE_DIRTY _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)
656 _PAGE_D | in efi_enter_virtual_mode()669 _PAGE_D | in efi_enter_virtual_mode()
550 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits577 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits