Searched refs:state_entry_time (Results 1 – 8 of 8) sorted by relevance
96 uint64_t state_entry_time; in kvm_xen_update_runstate_guest() local106 offset = offsetof(struct compat_vcpu_runstate_info, state_entry_time); in kvm_xen_update_runstate_guest()115 BUILD_BUG_ON(offsetof(struct vcpu_runstate_info, state_entry_time) != in kvm_xen_update_runstate_guest()116 offsetof(struct compat_vcpu_runstate_info, state_entry_time) + 4); in kvm_xen_update_runstate_guest()121 offset = offsetof(struct vcpu_runstate_info, state_entry_time); in kvm_xen_update_runstate_guest()127 state_entry_time = vx->runstate_entry_time; in kvm_xen_update_runstate_guest()128 state_entry_time |= XEN_RUNSTATE_UPDATE; in kvm_xen_update_runstate_guest()130 BUILD_BUG_ON(sizeof(((struct vcpu_runstate_info *)0)->state_entry_time) != in kvm_xen_update_runstate_guest()131 sizeof(state_entry_time)); in kvm_xen_update_runstate_guest()132 BUILD_BUG_ON(sizeof(((struct compat_vcpu_runstate_info *)0)->state_entry_time) != in kvm_xen_update_runstate_guest()[all …]
139 uint64_t state_entry_time; member
55 uint64_t state_entry_time; member88 GUEST_ASSERT(rs->state_entry_time >= 0x8000); in guest_code()200 TEST_ASSERT(rs->state_entry_time == rs->time[0] + in main()227 rst.u.runstate.state_entry_time = 0x6b6b + 0x5a; in main()288 TEST_ASSERT(rs->state_entry_time == rst.u.runstate.state_entry_time, in main()299 TEST_ASSERT(rs->state_entry_time == rs->time[0] + in main()
66 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()
81 uint64_t state_entry_time; member
1665 __u64 state_entry_time; member
4985 __u64 state_entry_time;5015 of the structure, including the current runstate. The state_entry_time5022 to the state_entry_time must equal the sum of the adjustments to the5026 adjusted state_entry_time.