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

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

Completed in 136 milliseconds