Home
last modified time | relevance | path

Searched refs:vma_test_any (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/vma/tests/
H A Dvma.c294 ASSERT_TRUE(vma_test_any(&vma, __VA_ARGS__)); in test_vma_flags_test_any()
407 ASSERT_FALSE(vma_test_any(&vma, VMA_EXEC_BIT, 64)); in test_vma_flags_clear()
424 ASSERT_FALSE(vma_test_any(&vma, __VA_ARGS__)); \ in test_vma_flags_clear()
/linux/mm/
H A Dmremap.c1785 if (!old_len && !vma_test_any(vma, VMA_SHARED_BIT, VMA_MAYSHARE_BIT)) { in check_prep_vma()
1792 vma_test_any(vma, VMA_DONTEXPAND_BIT, VMA_PFNMAP_BIT)) in check_prep_vma()
1830 if (vma_test_any(vma, VMA_DONTEXPAND_BIT, VMA_PFNMAP_BIT)) in check_prep_vma()
H A Dhuge_memory.c118 return vma_test_any(vma, VMA_PFNMAP_BIT, VMA_MIXEDMAP_BIT); in vma_is_special_huge()
/linux/tools/testing/vma/include/
H A Ddup.h1077 #define vma_test_any(vma, ...) \ macro
/linux/include/linux/
H A Dmm.h1390 #define vma_test_any(vma, ...) \ macro