Home
last modified time | relevance | path

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

/linux-6.6.21/tools/testing/selftests/kvm/x86_64/
Dxen_shinfo_test.c119 uint64_t state_entry_time; member
125 uint64_t state_entry_time; member
222 GUEST_ASSERT(rs->state_entry_time >= 0x8000); in guest_code()
286 rs->state_entry_time + 100000000, NULL); in guest_code()
635 TEST_ASSERT(rs->state_entry_time == rs->time[0] + in main()
680 rst.u.runstate.state_entry_time = 0x6b6b + 0x5a; in main()
802 TEST_ASSERT(tmr.u.timer.expires_ns > rs->state_entry_time, in main()
816 tmr.u.timer.expires_ns = rs->state_entry_time + 100000000; in main()
843 tmr.u.timer.expires_ns = rs->state_entry_time + 100000000; in main()
854 tmr.u.timer.expires_ns = rs->state_entry_time + 100000000; in main()
[all …]
/linux-6.6.21/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.6.21/arch/x86/kvm/
Dxen.c206 BUILD_BUG_ON(offsetof(struct vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
207 offsetof(struct compat_vcpu_runstate_info, state_entry_time) + 4); in kvm_xen_update_runstate_guest()
229 BUILD_BUG_ON(sizeof_field(struct vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
231 BUILD_BUG_ON(sizeof_field(struct compat_vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
239 BUILD_BUG_ON(offsetof(struct vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
241 BUILD_BUG_ON(offsetof(struct compat_vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
251 state_entry_time); in kvm_xen_update_runstate_guest()
255 state_entry_time); in kvm_xen_update_runstate_guest()
363 rs_times = &rs.state_entry_time; in kvm_xen_update_runstate_guest()
390 memset(&rs, 0, offsetof(struct vcpu_runstate_info, state_entry_time)); in kvm_xen_update_runstate_guest()
[all …]
Dxen.h213 uint64_t state_entry_time; member
/linux-6.6.21/include/xen/interface/
Dvcpu.h64 uint64_t state_entry_time; member
/linux-6.6.21/tools/include/uapi/linux/
Dkvm.h1853 __u64 state_entry_time; member
/linux-6.6.21/include/uapi/linux/
Dkvm.h1860 __u64 state_entry_time; member
/linux-6.6.21/Documentation/virt/kvm/
Dapi.rst5534 __u64 state_entry_time;
5578 of the structure, including the current runstate. The state_entry_time
5585 to the state_entry_time must equal the sum of the adjustments to the
5589 adjusted state_entry_time.