Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
A Dpage.h140 #define _PAGE_FP_BIT 0x08 /* HW fetch protection bit */ macro
/linux/arch/s390/mm/
A Dpgtable.c188 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()

Completed in 5 milliseconds