Home
last modified time | relevance | path

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

/linux/arch/s390/kvm/
H A Ddat.h111 #define PGSTE_PCL_BIT 0x0080000000000000UL /* PCL lock, HW bit */ macro
849 if (READ_ONCE(pgstep->val) & PGSTE_PCL_BIT) in pgste_get_trylock()
851 old_pgste.val = __atomic64_or_barrier(PGSTE_PCL_BIT, &pgstep->val); in pgste_get_trylock()