Home
last modified time | relevance | path

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

/arch/s390/mm/
Dpgtable.c227 bits = pgste_val(pgste) & (PGSTE_IN_BIT | PGSTE_VSIE_BIT); in pgste_pte_notify()
547 pgste_val(pgste) |= PGSTE_IN_BIT; in ptep_set_notify()
Dgmap.c950 rc = gmap_protect_range(gmap, gaddr, len, prot, PGSTE_IN_BIT); in gmap_mprotect_notify()
2100 if (bits & PGSTE_IN_BIT) in ptep_notify()
/arch/s390/include/asm/
Dpgtable.h374 #define PGSTE_IN_BIT 0x0000400000000000UL /* IPTE notify bit */ macro