Lines Matching full:xtheadvector
14 int test_and_compare_child(long provided, long expected, int inherit, int xtheadvector) in test_and_compare_child() argument
24 rc = launch_test(NEXT_PROGRAM, inherit, xtheadvector); in test_and_compare_child()
95 int xtheadvector = 0; in TEST() local
99 xtheadvector = 1; in TEST()
107 EXPECT_EQ(0, test_and_compare_child(flag, PR_RISCV_V_VSTATE_CTRL_ON, 0, xtheadvector)); in TEST()
113 int xtheadvector = 0; in TEST() local
117 xtheadvector = 1; in TEST()
125 EXPECT_EQ(0, test_and_compare_child(flag, PR_RISCV_V_VSTATE_CTRL_OFF, 1, xtheadvector)); in TEST()
131 int xtheadvector = 0; in TEST() local
135 xtheadvector = 1; in TEST()
145 EXPECT_EQ(0, test_and_compare_child(flag, expected, 0, xtheadvector)); in TEST()
151 int xtheadvector = 0; in TEST() local
155 xtheadvector = 1; in TEST()
165 EXPECT_EQ(0, test_and_compare_child(flag, expected, 1, xtheadvector)); in TEST()
171 int xtheadvector = 0; in TEST() local
175 xtheadvector = 1; in TEST()
184 EXPECT_EQ(0, test_and_compare_child(flag, expected, 0, xtheadvector)); in TEST()
190 int xtheadvector = 0; in TEST() local
194 xtheadvector = 1; in TEST()
204 EXPECT_EQ(0, test_and_compare_child(flag, expected, 1, xtheadvector)); in TEST()