Searched refs:_PAGE_YOUNG (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pgtable.h | 171 #define _PAGE_YOUNG 0x004 /* SW pte young bit */ macro 186 _PAGE_YOUNG | _PAGE_SOFT_DIRTY) 413 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC) 415 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC) 416 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_YOUNG | \ 419 _PAGE_YOUNG | _PAGE_DIRTY) 858 return (pte_val(pte) & _PAGE_YOUNG) != 0; in pte_young() 930 if ((pte_val(pte) & _PAGE_YOUNG) && (pte_val(pte) & _PAGE_READ)) in pte_modify() 973 pte_val(pte) &= ~_PAGE_YOUNG; in pte_mkold() 980 pte_val(pte) |= _PAGE_YOUNG; in pte_mkyoung() [all...] |
/kernel/linux/linux-5.10/arch/nds32/include/asm/ |
H A D | pgtable.h | 101 #define _PAGE_YOUNG 0 macro 249 #define pte_young(pte) (pte_val(pte) & _PAGE_YOUNG) 281 PTE_BIT_FUNC(mkold, &=~_PAGE_YOUNG); 282 PTE_BIT_FUNC(mkyoung, |=_PAGE_YOUNG);
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pgtable.h | 168 #define _PAGE_YOUNG 0x004 /* SW pte young bit */ macro 187 _PAGE_YOUNG | _PAGE_SOFT_DIRTY) 418 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC) 420 _PAGE_YOUNG | _PAGE_DIRTY | _PAGE_NOEXEC) 421 #define PAGE_KERNEL_RO __pgprot(_PAGE_PRESENT | _PAGE_READ | _PAGE_YOUNG | \ 424 _PAGE_YOUNG | _PAGE_DIRTY) 890 return (pte_val(pte) & _PAGE_YOUNG) != 0; in pte_young() 987 if ((pte_val(pte) & _PAGE_YOUNG) && (pte_val(pte) & _PAGE_READ)) in pte_modify() 1028 pte = clear_pte_bit(pte, __pgprot(_PAGE_YOUNG)); in pte_mkold() 1034 pte = set_pte_bit(pte, __pgprot(_PAGE_YOUNG)); in pte_mkyoung() [all...] |
/kernel/linux/linux-5.10/arch/s390/mm/ |
H A D | hugetlbpage.c | 60 rste |= move_set_bit(pte_val(pte), _PAGE_YOUNG, in __pte_to_rste() 117 _PAGE_YOUNG); in __rste_to_pte()
|
H A D | gmap.c | 1149 pte_val(*ptep) |= _PAGE_YOUNG; in gmap_read_table()
|
/kernel/linux/linux-6.6/arch/s390/mm/ |
H A D | hugetlbpage.c | 61 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 D | gmap.c | 1165 set_pte(ptep, set_pte_bit(*ptep, __pgprot(_PAGE_YOUNG))); in gmap_read_table()
|
Completed in 15 milliseconds