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