Home
last modified time | relevance | path

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

/linux/tools/testing/vma/include/
H A Ddup.h1041 const unsigned long *bitmap_other = flags_other->__vma_flags; in vma_flags_diff_pair() local
1045 bitmap_xor(bitmap_dst, bitmap, bitmap_other, NUM_VMA_FLAG_BITS); in vma_flags_diff_pair()
1053 const unsigned long *bitmap_other = flags_other->__vma_flags; in vma_flags_same_pair() local
1055 return bitmap_equal(bitmap, bitmap_other, NUM_VMA_FLAG_BITS); in vma_flags_same_pair()
1062 const unsigned long *bitmap_other = flags_other.__vma_flags; in vma_flags_same_mask() local
1064 return bitmap_equal(bitmap, bitmap_other, NUM_VMA_FLAG_BITS); in vma_flags_same_mask()
/linux/include/linux/
H A Dmm.h1262 const unsigned long *bitmap_other = flags_other->__vma_flags; in vma_flags_diff_pair() local
1266 bitmap_xor(bitmap_dst, bitmap, bitmap_other, NUM_VMA_FLAG_BITS); in vma_flags_diff_pair()
1275 const unsigned long *bitmap_other = flags_other->__vma_flags; in vma_flags_same_pair() local
1277 return bitmap_equal(bitmap, bitmap_other, NUM_VMA_FLAG_BITS); in vma_flags_same_pair()
1285 const unsigned long *bitmap_other = flags_other.__vma_flags; in vma_flags_same_mask() local
1287 return bitmap_equal(bitmap, bitmap_other, NUM_VMA_FLAG_BITS); in vma_flags_same_mask()