Searched refs:PGSTE_ACC_BITS (Results 1 – 2 of 2) sorted by relevance
170 pgste = clear_pgste_bit(pgste, PGSTE_ACC_BITS | PGSTE_FP_BIT); in pgste_update_all()193 nkey = (pgste_val(pgste) & (PGSTE_ACC_BITS | PGSTE_FP_BIT)) >> 56; in pgste_set_key()753 pgste = clear_pgste_bit(pgste, PGSTE_ACC_BITS | PGSTE_FP_BIT); in ptep_zap_key()838 PGSTE_ACC_BITS | PGSTE_FP_BIT); in set_guest_storage_key()856 (PGSTE_ACC_BITS | PGSTE_FP_BIT | PGSTE_GR_BIT | PGSTE_GC_BIT)) in set_guest_storage_key()1008 *key = (pgste_val(pgste) & (PGSTE_ACC_BITS | PGSTE_FP_BIT)) >> 56; in get_guest_storage_key()
417 #define PGSTE_ACC_BITS 0xf000000000000000UL macro
Completed in 10 milliseconds