Searched refs:PGSTE_PCL_BIT (Results 1 – 2 of 2) sorted by relevance
125 value = __atomic64_or_barrier(PGSTE_PCL_BIT, ptr); in pgste_get_lock()126 } while (value & PGSTE_PCL_BIT); in pgste_get_lock()127 value |= PGSTE_PCL_BIT; in pgste_get_lock()136 WRITE_ONCE(*(unsigned long *)(ptep + PTRS_PER_PTE), pgste_val(pgste) & ~PGSTE_PCL_BIT); in pgste_set_unlock()
419 #define PGSTE_PCL_BIT 0x0080000000000000UL macro
Completed in 14 milliseconds