PM_GUARD_REGION
flags |= PM_GUARD_REGION;
unsigned long masked = entry & PM_GUARD_REGION;
ASSERT_EQ(masked, i % 2 == 0 ? PM_GUARD_REGION : 0);