Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpage.h136 #define _PAGE_REFERENCED 0x04 /* HW referenced bit */ macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpage.h160 #define _PAGE_REFERENCED 0x04 /* HW referenced bit */ macro
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dpgtable.c183 bits = skey & (_PAGE_CHANGED | _PAGE_REFERENCED); in pgste_update_all()
812 pgste_val(new) |= (keyul & (_PAGE_CHANGED | _PAGE_REFERENCED)) << 48; in set_guest_storage_key()
819 bits = skey & (_PAGE_CHANGED | _PAGE_REFERENCED); in set_guest_storage_key()
859 mask |= _PAGE_REFERENCED; in cond_set_guest_storage_key()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dpgtable.c183 bits = skey & (_PAGE_CHANGED | _PAGE_REFERENCED); in pgste_update_all()
859 pgste_val(new) |= (keyul & (_PAGE_CHANGED | _PAGE_REFERENCED)) << 48; in set_guest_storage_key()
866 bits = skey & (_PAGE_CHANGED | _PAGE_REFERENCED); in set_guest_storage_key()
906 mask |= _PAGE_REFERENCED; in cond_set_guest_storage_key()

Completed in 5 milliseconds