Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/kvm/x86_64/
Dxen_shinfo_test.c92 uint64_t state_entry_time; member
189 GUEST_ASSERT(rs->state_entry_time >= 0x8000); in guest_code()
258 "D" (rs->state_entry_time + 100000000)); in guest_code()
627 TEST_ASSERT(rs->state_entry_time == rs->time[0] + in main()
671 rst.u.runstate.state_entry_time = 0x6b6b + 0x5a; in main()
780 TEST_ASSERT(tmr.u.timer.expires_ns > rs->state_entry_time, in main()
794 tmr.u.timer.expires_ns = rs->state_entry_time + 100000000; in main()
821 tmr.u.timer.expires_ns = rs->state_entry_time + 100000000; in main()
832 tmr.u.timer.expires_ns = rs->state_entry_time + 100000000; in main()
838 TEST_ASSERT(tmr.u.timer.expires_ns == rs->state_entry_time + 100000000, in main()
[all …]
/linux-6.1.9/drivers/xen/
Dtime.c66 state_time = get64(&state->state_entry_time); in xen_get_runstate_snapshot_cpu_delta()
70 } while (get64(&state->state_entry_time) != state_time || in xen_get_runstate_snapshot_cpu_delta()
/linux-6.1.9/arch/x86/kvm/
Dxen.c249 BUILD_BUG_ON(offsetof(struct vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
250 offsetof(struct compat_vcpu_runstate_info, state_entry_time) + 4); in kvm_xen_update_runstate_guest()
259 state_entry_time); in kvm_xen_update_runstate_guest()
262 state_entry_time); in kvm_xen_update_runstate_guest()
268 BUILD_BUG_ON(sizeof_field(struct vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
270 BUILD_BUG_ON(sizeof_field(struct compat_vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
293 BUILD_BUG_ON(offsetof(struct vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
295 BUILD_BUG_ON(offsetof(struct compat_vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
627 if (data->u.runstate.state_entry_time != in kvm_xen_vcpu_set_attr()
636 data->u.runstate.state_entry_time) { in kvm_xen_vcpu_set_attr()
[all …]
Dxen.h206 uint64_t state_entry_time; member
/linux-6.1.9/include/xen/interface/
Dvcpu.h64 uint64_t state_entry_time; member
/linux-6.1.9/tools/include/uapi/linux/
Dkvm.h1832 __u64 state_entry_time; member
/linux-6.1.9/include/uapi/linux/
Dkvm.h1832 __u64 state_entry_time; member
/linux-6.1.9/Documentation/virt/kvm/
Dapi.rst5418 __u64 state_entry_time;
5459 of the structure, including the current runstate. The state_entry_time
5466 to the state_entry_time must equal the sum of the adjustments to the
5470 adjusted state_entry_time.