Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c120 u64 state_entry_time; member
126 u64 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/include/xen/interface/
H A Dvcpu.h64 uint64_t state_entry_time; member
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h680 __u64 state_entry_time; member
/linux/Documentation/virt/kvm/
H A Dapi.rst5721 __u64 state_entry_time;
5780 of the structure, including the current runstate. The state_entry_time
5787 to the state_entry_time must equal the sum of the adjustments to the
5791 adjusted state_entry_time.