Searched refs:PGSTE_PCL_BIT (Results 1 – 1 of 1) sorted by relevance
111 #define PGSTE_PCL_BIT 0x0080000000000000UL /* PCL lock, HW bit */ macro849 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()