Searched refs:PGSTE_PCL_BIT (Results 1 – 2 of 2) sorted by relevance
133 value = __atomic64_or_barrier(PGSTE_PCL_BIT, ptr); in pgste_get_lock()134 } while (value & PGSTE_PCL_BIT); in pgste_get_lock()135 value |= PGSTE_PCL_BIT; in pgste_get_lock()144 WRITE_ONCE(*(unsigned long *)(ptep + PTRS_PER_PTE), pgste_val(pgste) & ~PGSTE_PCL_BIT); in pgste_set_unlock()
399 #define PGSTE_PCL_BIT 0x0080000000000000UL macro