Home
last modified time | relevance | path

Searched refs:_PAGE_UNUSED (Results 1 – 2 of 2) sorted by relevance

/linux/arch/s390/mm/
H A Dgmap_helpers.c154 * _PAGE_UNUSED bit is not set, the unused page is swapped as normal in gmap_helper_try_set_pte_unused()
169 __atomic64_or(_PAGE_UNUSED, (long *)ptep); in gmap_helper_try_set_pte_unused()
/linux/arch/s390/include/asm/
H A Dpgtable.h194 #define _PAGE_UNUSED 0x080 /* SW bit for pgste usage state */ macro
932 return pte_val(pte) & _PAGE_UNUSED; in pte_unused()
1329 entry = clear_pte_bit(entry, __pgprot(_PAGE_UNUSED)); in set_ptes()