Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/riscv/vector/
H A Dvstate_prctl.c14 int test_and_compare_child(long provided, long expected, int inherit, int xtheadvector) in test_and_compare_child() function
107 EXPECT_EQ(0, test_and_compare_child(flag, PR_RISCV_V_VSTATE_CTRL_ON, 0, xtheadvector)); in TEST()
125 EXPECT_EQ(0, test_and_compare_child(flag, PR_RISCV_V_VSTATE_CTRL_OFF, 1, xtheadvector)); in TEST()
145 EXPECT_EQ(0, test_and_compare_child(flag, expected, 0, xtheadvector)); in TEST()
165 EXPECT_EQ(0, test_and_compare_child(flag, expected, 1, xtheadvector)); in TEST()
184 EXPECT_EQ(0, test_and_compare_child(flag, expected, 0, xtheadvector)); in TEST()
204 EXPECT_EQ(0, test_and_compare_child(flag, expected, 1, xtheadvector)); in TEST()