Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/s390x/
H A Ddebug_test.c20 size_t new_psw_off, uint64_t *new_psw) in test_step_int_1() argument
31 memcpy(lowcore + new_psw_off, new_psw, 16); in test_step_int_1()
42 static void test_step_int(void *guest_code, size_t new_psw_off) in test_step_int() argument
48 vm = test_step_int_1(&vcpu, guest_code, new_psw_off, new_psw); in test_step_int()