Home
last modified time | relevance | path

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

/kvm-unit-tests/s390x/
H A Dadtl-status.c35 static uint8_t expected_vec_contents[VEC_REGISTER_NUM][VEC_REGISTER_SIZE]; variable
165 uint8_t *vec_reg_16_31 = &expected_vec_contents[16][0]; in restart_write_vector()
170 vec_reg = &expected_vec_contents[i][0]; in restart_write_vector()
195 : [vec_reg_0_15] "Q"(expected_vec_contents), in restart_write_vector()
258 expected_vec_contents, sizeof(expected_vec_contents)), in __store_adtl_status_vector_lc()
H A Dmigration.c67 uint8_t expected_vec_contents[VEC_REGISTER_NUM][VEC_REGISTER_SIZE]; in test_func() local
81 vec_reg = &expected_vec_contents[i][0]; in test_func()
125 : [expected_vec_reg] "a"(expected_vec_contents), in test_func()