Searched refs:PGSTE_VSIE_BIT (Results 1 – 3 of 3) sorted by relevance
229 bits = pgste_val(pgste) & (PGSTE_IN_BIT | PGSTE_VSIE_BIT); in pgste_pte_notify()682 spgste = set_pgste_bit(spgste, PGSTE_VSIE_BIT); in ptep_shadow_pte()
932 pbits |= (bits & GMAP_NOTIFY_SHADOW) ? PGSTE_VSIE_BIT : 0; in gmap_protect_pte()1108 PGSTE_VSIE_BIT); in gmap_protect_rmap()1951 if (!list_empty(&gmap->children) && (bits & PGSTE_VSIE_BIT)) { in ptep_notify()
427 #define PGSTE_VSIE_BIT 0x0000000000002000UL /* ref'd in a shadow table */ macro
Completed in 17 milliseconds