Lines Matching +full:one +full:- +full:shot
1 /* SPDX-License-Identifier: MIT */
18 * @extra_args == Operation-specific extra arguments (NULL if none).
23 * newly-initialised VCPU will not run until it is brought up by VCPUOP_up.
37 * Bring down a VCPU (i.e., make it non-runnable).
41 * idea to ensure that the VCPU has entered a non-critical loop before
102 * 2. Only one shared area may be registered per VCPU. The shared area is
119 * Set or stop a VCPU's periodic timer. Every VCPU has one periodic timer
120 * which can be set via these commands. Periods smaller than one millisecond
131 * Set or stop a VCPU's single-shot timer. Every VCPU has one single-shot
143 /* Require the timeout to be in the future (return -ETIME if it's passed). */
150 * structure in a convenient place, such as in a per-cpu data area.
167 * processor. The physical ID informmation is architecture-specific.
169 * This command returns -EINVAL if it is not a valid operation for this VCPU.
187 * tsc. Usermode will see an array of vcpu_time_info structures, one
188 * for each vcpu, and choose the right one by an existing mechanism