Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/mm/
Dpgtable.c246 bits = pgste_val(pgste) & (PGSTE_IN_BIT | PGSTE_VSIE_BIT); in pgste_pte_notify()
676 pgste_val(spgste) |= PGSTE_VSIE_BIT; in ptep_shadow_pte()
Dgmap.c1026 pbits |= (bits & GMAP_NOTIFY_SHADOW) ? PGSTE_VSIE_BIT : 0; in gmap_protect_pte()
1248 PGSTE_VSIE_BIT); in gmap_protect_rmap()
2268 if (!list_empty(&gmap->children) && (bits & PGSTE_VSIE_BIT)) { in ptep_notify()
/linux-6.1.9/arch/s390/include/asm/
Dpgtable.h380 #define PGSTE_VSIE_BIT 0x0000200000000000UL /* ref'd in a shadow table */ macro