Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c120 uint64_t state_entry_time; member
126 uint64_t state_entry_time; member
221 GUEST_ASSERT(rs->state_entry_time >= 0x8000); in guest_code()
285 rs->state_entry_time + 100000000, NULL); in guest_code()
632 TEST_ASSERT(rs->state_entry_time == rs->time[0] + in main()
677 rst.u.runstate.state_entry_time = 0x6b6b + 0x5a; in main()
799 TEST_ASSERT(tmr.u.timer.expires_ns > rs->state_entry_time, in main()
813 tmr.u.timer.expires_ns = rs->state_entry_time + 100000000; in main()
840 tmr.u.timer.expires_ns = rs->state_entry_time + 100000000; in main()
851 tmr.u.timer.expires_ns = rs->state_entry_time + 100000000; in main()
[all …]
/linux/drivers/xen/
H A 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/arch/x86/kvm/
H A Dxen.c351 BUILD_BUG_ON(offsetof(struct vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
352 offsetof(struct compat_vcpu_runstate_info, state_entry_time) + 4); in kvm_xen_update_runstate_guest()
374 BUILD_BUG_ON(sizeof_field(struct vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
376 BUILD_BUG_ON(sizeof_field(struct compat_vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
384 BUILD_BUG_ON(offsetof(struct vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
386 BUILD_BUG_ON(offsetof(struct compat_vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()
396 state_entry_time); in kvm_xen_update_runstate_guest()
400 state_entry_time); in kvm_xen_update_runstate_guest()
508 rs_times = &rs.state_entry_time; in kvm_xen_update_runstate_guest()
535 memset(&rs, 0, offsetof(struct vcpu_runstate_info, state_entry_time)); in kvm_xen_update_runstate_guest()
[all …]
/linux/include/xen/interface/
H A Dvcpu.h64 uint64_t state_entry_time; member
/linux/arch/x86/include/uapi/asm/
H A Dkvm.h676 __u64 state_entry_time; member
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h676 __u64 state_entry_time; member
/linux/Documentation/virt/kvm/
H A Dapi.rst5708 __u64 state_entry_time;
5767 of the structure, including the current runstate. The state_entry_time
5774 to the state_entry_time must equal the sum of the adjustments to the
5778 adjusted state_entry_time.