Home
last modified time | relevance | path

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

/arch/s390/include/asm/
Dpgtable.h332 #define PGSTE_IN_BIT 0x0000400000000000UL /* IPTE notify bit */ macro
814 if (pgste_val(pgste) & PGSTE_IN_BIT) { in pgste_ipte_notify()
815 pgste_val(pgste) &= ~PGSTE_IN_BIT; in pgste_ipte_notify()
/arch/s390/mm/
Dpgtable.c720 pgste_val(pgste) |= PGSTE_IN_BIT; in gmap_ipte_notify()