_PAGE_SW_BITS
#define _PAGE_RDP_MASK ~(_PAGE_PROTECT | _PAGE_SW_BITS)
if (!((ptep->val ^ new.val) & ~_PAGE_SW_BITS)) {