ASSERT_FLAGS_SAME_MASK
ASSERT_FLAGS_SAME_MASK(&vma->flags, vma_flags);
ASSERT_FLAGS_SAME_MASK(&all_special_flags, VMA_SPECIAL_FLAGS);
ASSERT_FLAGS_SAME_MASK(&converted_flags, flags);
ASSERT_FLAGS_SAME_MASK(&diff, flags1);
ASSERT_FLAGS_SAME_MASK(&and, flags1);
ASSERT_FLAGS_SAME_MASK(&and, flags2);