Home
last modified time | relevance | path

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

/arch/s390/mm/
Dpgtable.c590 unsigned long vmaddr, ptev, pgstev; in __gmap_zap() local
610 pgstev = pgste_val(pgste); in __gmap_zap()
612 if (((pgstev & _PGSTE_GPS_USAGE_MASK) == _PGSTE_GPS_USAGE_UNUSED) || in __gmap_zap()
613 ((pgstev & _PGSTE_GPS_ZERO) && (ptev & _PAGE_INVALID))) { in __gmap_zap()