Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/mm/
Dpgtable.c626 unsigned long vmaddr, ptev, pgstev; in __gmap_zap() local
646 pgstev = pgste_val(pgste); in __gmap_zap()
648 if (((pgstev & _PGSTE_GPS_USAGE_MASK) == _PGSTE_GPS_USAGE_UNUSED) || in __gmap_zap()
649 ((pgstev & _PGSTE_GPS_ZERO) && (ptev & _PAGE_INVALID))) { in __gmap_zap()