Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/include/asm/
Dpage.h125 #define _PAGE_ACC_BITS 0xf0 /* HW access control bits */ macro
Dpgtable.h705 pgste_val(pgste) |= (skey & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; in pgste_update_all()
/linux-4.4.14/arch/s390/mm/
Dpgtable.c790 pgste_val(new) |= (key & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; in set_guest_storage_key()
797 skey = key & (_PAGE_ACC_BITS | _PAGE_FP_BIT); in set_guest_storage_key()