Home
last modified time | relevance | path

Searched refs:_PAGE_UNUSED (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpgtable.h176 #define _PAGE_UNUSED 0x080 /* SW bit for pgste usage state */ macro
864 return pte_val(pte) & _PAGE_UNUSED; in pte_unused()
1204 pte_val(entry) &= ~_PAGE_UNUSED; in set_pte_at()
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpgtable.h173 #define _PAGE_UNUSED 0x080 /* SW bit for pgste usage state */ macro
896 return pte_val(pte) & _PAGE_UNUSED; in pte_unused()
1325 entry = clear_pte_bit(entry, __pgprot(_PAGE_UNUSED)); in set_ptes()
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dpgtable.c278 pte_val(old) |= _PAGE_UNUSED; in ptep_xchg_commit()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dpgtable.c278 old = set_pte_bit(old, __pgprot(_PAGE_UNUSED)); in ptep_xchg_commit()

Completed in 15 milliseconds