Searched refs:_PAGE_ACC_BITS (Results 1 – 3 of 3) sorted by relevance
163 #define _PAGE_ACC_BITS 0xf0 /* HW access control bits */ macro
188 pgste_val(pgste) |= (skey & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; in pgste_update_all()833 pgste_val(new) |= (keyul & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; in set_guest_storage_key()840 skey = key & (_PAGE_ACC_BITS | _PAGE_FP_BIT); in set_guest_storage_key()868 unsigned char tmp, mask = _PAGE_ACC_BITS | _PAGE_FP_BIT; in cond_set_guest_storage_key()
829 access_control = FIELD_GET(_PAGE_ACC_BITS, storage_key); in vm_check_access_key()893 access_control = FIELD_GET(_PAGE_ACC_BITS, storage_key); in vcpu_check_access_key()