Searched refs:_PAGE_FP_BIT (Results 1 - 3 of 3) sorted by relevance

/linux-4.1.27/arch/s390/include/asm/
H A Dpage.h124 #define _PAGE_FP_BIT 0x08 /* HW fetch protection bit */ macro
H A Dpgtable.h643 pgste_val(pgste) |= (skey & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; pgste_update_all()
/linux-4.1.27/arch/s390/mm/
H A Dpgtable.c860 pgste_val(new) |= (key & (_PAGE_ACC_BITS | _PAGE_FP_BIT)) << 56; set_guest_storage_key()
867 skey = key & (_PAGE_ACC_BITS | _PAGE_FP_BIT); set_guest_storage_key()

Completed in 108 milliseconds