Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
H A Dpgtable.h202 #define _PAGE_SW_BITS 0xffUL /* All SW bits */ macro
214 #define _PAGE_RDP_MASK ~(_PAGE_PROTECT | _PAGE_SW_BITS)
/linux/arch/s390/kvm/
H A Ddat.c194 if (!((ptep->val ^ new.val) & ~_PAGE_SW_BITS)) { in __dat_ptep_xchg()