Home
last modified time | relevance | path

Searched refs:_PAGE_ACC_BITS (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dpage.h138 #define _PAGE_ACC_BITS 0xf0 /* HW access control bits */ macro
/kernel/linux/linux-6.6/arch/s390/include/asm/
H A Dpage.h162 #define _PAGE_ACC_BITS 0xf0 /* HW access control bits */ macro
/kernel/linux/linux-5.10/arch/s390/mm/
H A Dpgtable.c188 pgste_val(pgste) |= (skey & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; in pgste_update_all()
813 pgste_val(new) |= (keyul & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; in set_guest_storage_key()
820 skey = key & (_PAGE_ACC_BITS | _PAGE_FP_BIT); in set_guest_storage_key()
848 unsigned char tmp, mask = _PAGE_ACC_BITS | _PAGE_FP_BIT; in cond_set_guest_storage_key()
/kernel/linux/linux-6.6/arch/s390/mm/
H A Dpgtable.c188 pgste_val(pgste) |= (skey & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; in pgste_update_all()
860 pgste_val(new) |= (keyul & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; in set_guest_storage_key()
867 skey = key & (_PAGE_ACC_BITS | _PAGE_FP_BIT); in set_guest_storage_key()
895 unsigned char tmp, mask = _PAGE_ACC_BITS | _PAGE_FP_BIT; in cond_set_guest_storage_key()
/kernel/linux/linux-6.6/arch/s390/kvm/
H A Dgaccess.c835 access_control = FIELD_GET(_PAGE_ACC_BITS, storage_key); in vm_check_access_key()
899 access_control = FIELD_GET(_PAGE_ACC_BITS, storage_key); in vcpu_check_access_key()

Completed in 9 milliseconds