Home
last modified time | relevance | path

Searched refs:state_entry_time (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/kvm/x86_64/
H A 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 in main()
[all...]
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dxen.c203 * The 64-bit structure has 4 bytes of padding before 'state_entry_time' in kvm_xen_update_runstate_guest()
206 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()
224 * The state_entry_time field is 64 bits in both versions, and the 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()
237 * the vx->runstate_times and immediately following 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()
[all...]
H A Dxen.h231 uint64_t state_entry_time; member
/kernel/linux/linux-5.10/drivers/xen/
H A Dtime.c65 state_time = get64(&state->state_entry_time); in xen_get_runstate_snapshot_cpu_delta()
69 } while (get64(&state->state_entry_time) != state_time || in xen_get_runstate_snapshot_cpu_delta()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/include/xen/interface/
H A Dvcpu.h81 uint64_t state_entry_time; member
83 * Update indicator set in state_entry_time:
122 * runstate.state_entry_time will indicate the system time at which the
/kernel/linux/linux-6.6/include/xen/interface/
H A Dvcpu.h64 uint64_t state_entry_time; member
66 * Update indicator set in state_entry_time:
105 * runstate.state_entry_time will indicate the system time at which the
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dkvm.h1860 __u64 state_entry_time; member
/kernel/linux/linux-6.6/tools/include/uapi/linux/
H A Dkvm.h1853 __u64 state_entry_time; member

Completed in 20 milliseconds