Home
last modified time | relevance | path

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

/linux-4.1.27/arch/s390/include/asm/
Dpgtable.h320 #define PGSTE_IN_BIT 0x0000400000000000UL /* IPTE notify bit */ macro
752 if (pgste_val(pgste) & PGSTE_IN_BIT) { in pgste_ipte_notify()
753 pgste_val(pgste) &= ~PGSTE_IN_BIT; in pgste_ipte_notify()
/linux-4.1.27/arch/s390/mm/
Dpgtable.c754 pgste_val(pgste) |= PGSTE_IN_BIT; in gmap_ipte_notify()