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

/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dxen_shinfo_test.c120 uint64_t state_entry_time; member in struct:vcpu_runstate_info
126 uint64_t state_entry_time; member in struct:compat_vcpu_runstate_info
223 GUEST_ASSERT(rs->state_entry_time >= 0x8000);
287 rs->state_entry_time + 100000000, NULL);
666 TEST_ASSERT(rs->state_entry_time == rs->time[0] +
711 rst.u.runstate.state_entry_time = 0x6b6b + 0x5a;
833 TEST_ASSERT(tmr.u.timer.expires_ns > rs->state_entry_time,
847 tmr.u.timer.expires_ns = rs->state_entry_time + 100000000;
874 tmr.u.timer.expires_ns = rs->state_entry_time + 100000000;
885 tmr.u.timer.expires_ns = rs->state_entry_time
[all...]
/linux-master/include/xen/interface/
H A Dvcpu.h64 uint64_t state_entry_time; member in struct:vcpu_runstate_info
66 * Update indicator set in state_entry_time:
105 * runstate.state_entry_time will indicate the system time at which the
/linux-master/drivers/xen/
H A Dtime.c66 state_time = get64(&state->state_entry_time);
70 } while (get64(&state->state_entry_time) != state_time ||
/linux-master/arch/x86/kvm/
H A Dxen.c300 * The 64-bit structure has 4 bytes of padding before 'state_entry_time'
303 BUILD_BUG_ON(offsetof(struct vcpu_runstate_info, state_entry_time) !=
304 offsetof(struct compat_vcpu_runstate_info, state_entry_time) + 4);
321 * The state_entry_time field is 64 bits in both versions, and the
326 BUILD_BUG_ON(sizeof_field(struct vcpu_runstate_info, state_entry_time) !=
328 BUILD_BUG_ON(sizeof_field(struct compat_vcpu_runstate_info, state_entry_time) !=
334 * the vx->runstate_times and immediately following state_entry_time.
336 BUILD_BUG_ON(offsetof(struct vcpu_runstate_info, state_entry_time) !=
338 BUILD_BUG_ON(offsetof(struct compat_vcpu_runstate_info, state_entry_time) !=
348 state_entry_time);
[all...]
H A Dxen.h231 uint64_t state_entry_time; member in struct:compat_vcpu_runstate_info
/linux-master/arch/x86/include/uapi/asm/
H A Dkvm.h629 __u64 state_entry_time; member in struct:kvm_xen_vcpu_attr::__anon17::__anon18
/linux-master/tools/arch/x86/include/uapi/asm/
H A Dkvm.h629 __u64 state_entry_time; member in struct:kvm_xen_vcpu_attr::__anon146::__anon147

Completed in 296 milliseconds