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

/linux-master/arch/s390/mm/
H A Dpgtable.c237 bits = pgste_val(pgste) & (PGSTE_IN_BIT | PGSTE_VSIE_BIT);
692 pgste_val(spgste) |= PGSTE_VSIE_BIT;
H A Dgmap.c1039 pbits |= (bits & GMAP_NOTIFY_SHADOW) ? PGSTE_VSIE_BIT : 0;
1261 PGSTE_VSIE_BIT);
2287 if (!list_empty(&gmap->children) && (bits & PGSTE_VSIE_BIT)) {
/linux-master/arch/s390/include/asm/
H A Dpgtable.h386 #define PGSTE_VSIE_BIT 0x0000200000000000UL /* ref'd in a shadow table */ macro

Completed in 118 milliseconds