Searched defs:nkey (Results 1 - 1 of 1) sorted by relevance

/arch/s390/include/asm/
H A Dpgtable.h750 unsigned long nkey; local
761 nkey = (pgste_val(pgste) & (PGSTE_ACC_BITS | PGSTE_FP_BIT)) >> 56;
762 nkey |= (pgste_val(pgste) & (PGSTE_GR_BIT | PGSTE_GC_BIT)) >> 48;
763 page_set_storage_key(address, nkey, 0);

Completed in 35 milliseconds