Searched refs:obs (Results 1 – 2 of 2) sorted by relevance
| /tools/testing/selftests/kvm/ |
| A D | system_counter_offset_test.c | 74 uint64_t obs = uc->args[2]; in handle_sync() local 76 TEST_ASSERT(start <= obs && obs <= end, in handle_sync() 78 obs, start, end); in handle_sync() 81 obs, start, end); in handle_sync()
|
| /tools/testing/selftests/kvm/x86/ |
| A D | kvm_clock_test.c | 55 uint64_t obs, exp_lo, exp_hi; in handle_sync() local 57 obs = uc->args[2]; in handle_sync() 64 TEST_ASSERT(exp_lo <= obs && obs <= exp_hi, in handle_sync() 66 obs, exp_lo, exp_hi); in handle_sync() 69 obs, exp_lo, exp_hi); in handle_sync()
|
Completed in 2 milliseconds