Home
last modified time | relevance | path

Searched refs:_PAGE_YOUNG (Results 1 – 3 of 3) sorted by relevance

/linux/arch/s390/include/asm/
H A Dpgtable.h187 #define _PAGE_YOUNG 0x004 /* SW pte young bit */ macro
206 _PAGE_YOUNG | _PAGE_SOFT_DIRTY)
439 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC)
441 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC)
442 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_YOUNG | \
445 _PAGE_YOUNG | _PAGE_DIRTY)
943 return (pte_val(pte) & _PAGE_YOUNG) != 0; in pte_young()
1041 if ((pte_val(pte) & _PAGE_YOUNG) && (pte_val(pte) & _PAGE_READ)) in pte_modify()
1082 pte = clear_pte_bit(pte, __pgprot(_PAGE_YOUNG)); in pte_mkold()
1088 pte = set_pte_bit(pte, __pgprot(_PAGE_YOUNG)); in pte_mkyoung()
/linux/arch/s390/mm/
H A Dhugetlbpage.c61 rste |= move_set_bit(pte_val(pte), _PAGE_YOUNG, in __pte_to_rste()
112 pteval |= move_set_bit(rste, _SEGMENT_ENTRY_YOUNG, _PAGE_YOUNG); in __rste_to_pte()
H A Dgmap.c1167 set_pte(ptep, set_pte_bit(*ptep, __pgprot(_PAGE_YOUNG))); in gmap_read_table()