Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/arm64/
H A Ddebug-exceptions.c470 u64 test_pc = 0; in test_single_step_from_userspace()
503 TEST_ASSERT(!test_pc || pc == test_pc, in test_single_step_from_userspace()
505 pc, test_pc); in test_single_step_from_userspace()
508 test_pc = 0; in test_single_step_from_userspace()
522 test_pc = pc + 4; in test_single_step_from_userspace()
524 test_pc = 0; in test_single_step_from_userspace()
472 uint64_t test_pc = 0; test_single_step_from_userspace() local