Home
last modified time | relevance | path

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

/arch/ia64/include/asm/
Dpgtable.h55 #define _PAGE_D (1 << _PAGE_D_BIT) /* page dirty bit */ macro
81 #define __DIRTY_BITS_NO_ED _PAGE_A | _PAGE_P | _PAGE_D | _PAGE_MA_WB
301 #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))
/arch/openrisc/include/asm/
Dpgtable.h132 #define _PAGE_D 0x020 /* dirty */ macro
151 #define _PAGE_DIRTY _PAGE_D
/arch/ia64/kvm/
Dvcpu.h371 #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)
/arch/ia64/kernel/
Defi.c656 _PAGE_D | in efi_enter_virtual_mode()
669 _PAGE_D | in efi_enter_virtual_mode()
Divt.S550 or r25=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits
577 or r18=_PAGE_D|_PAGE_A,r18 // set the dirty and accessed bits