Home
last modified time | relevance | path

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

/Linux-v5.4/arch/s390/include/asm/
Dpage.h136 #define _PAGE_ACC_BITS 0xf0 /* HW access control bits */ macro
/Linux-v5.4/arch/s390/mm/
Dpgtable.c170 pgste_val(pgste) |= (skey & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; in pgste_update_all()
795 pgste_val(new) |= (keyul & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; in set_guest_storage_key()
802 skey = key & (_PAGE_ACC_BITS | _PAGE_FP_BIT); in set_guest_storage_key()
830 unsigned char tmp, mask = _PAGE_ACC_BITS | _PAGE_FP_BIT; in cond_set_guest_storage_key()