Home
last modified time | relevance | path

Searched refs:runstate (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/kvm/x86/
H A Dxen_shinfo_test.c651 rst.u.runstate.state = uc.args[1] + RUNSTATE_runnable - in main()
661 rst.u.runstate.state = (u64)-1; in main()
662 rst.u.runstate.time_blocked = in main()
664 rst.u.runstate.time_offline = in main()
666 rst.u.runstate.time_runnable = -rst.u.runstate.time_blocked - in main()
667 rst.u.runstate.time_offline; in main()
676 rst.u.runstate.state = RUNSTATE_running; in main()
677 rst.u.runstate.state_entry_time = 0x6b6b + 0x5a; in main()
678 rst.u.runstate.time_blocked = 0x6b6b; in main()
679 rst.u.runstate.time_offline = 0x5a; in main()
[all …]
/linux/tools/arch/x86/include/uapi/asm/
H A Dkvm.h685 } runstate; member
/linux/Documentation/virt/kvm/
H A Dapi.rst5726 } runstate;
5770 Setting the gpa to KVM_XEN_INVALID_GPA will disable the runstate area.
5773 Sets the runstate (RUNSTATE_running/_runnable/_blocked/_offline) of
5774 the given vCPU from the .u.runstate.state member of the structure.
5779 Sets all fields of the vCPU runstate data from the .u.runstate member
5780 of the structure, including the current runstate. The state_entry_time
5784 This *adds* the contents of the .u.runstate members of the structure
5785 to the corresponding members of the given vCPU's runstate data, thus
5786 permitting atomic adjustments to the runstate times. The adjustment
5789 runstate value (RUNSTATE_running, RUNSTATE_runnable, RUNSTATE_blocked
[all …]