Searched refs:stolen_time (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/kvm/ |
| H A D | steal_time.c | 510 long stolen_time; in main() 543 stolen_time = SYNC_FROM_GUEST_AND_READ(vm, guest_stolen_time[i]); in main() 545 TEST_ASSERT(stolen_time <= run_delay, in main() 547 run_delay, stolen_time); in main() 567 stolen_time = SYNC_FROM_GUEST_AND_READ(vm, guest_stolen_time[i]) - stolen_time; in main() 568 TEST_ASSERT(stolen_time >= run_delay, in main() 570 run_delay, stolen_time); in main() 574 i, guest_stolen_time[i], stolen_time, in main() 575 stolen_time in main() 515 long stolen_time; main() local [all...] |
| /linux/arch/arm64/include/asm/ |
| H A D | pvclock-abi.h | 12 __le64 stolen_time; member
|
| /linux/arch/arm64/kvm/ |
| H A D | pvtime.c | 18 u64 offset = offsetof(struct pvclock_vcpu_stolen_time, stolen_time); in kvm_update_stolen_time()
|