Lines Matching +full:one +full:- +full:shot
1 /* SPDX-License-Identifier: MIT */
20 * @extra_args == Operation-specific extra arguments (NULL if none).
25 * newly-initialised VCPU will not run until it is brought up by VCPUOP_up.
41 * Bring down a VCPU (i.e., make it non-runnable).
45 * idea to ensure that the VCPU has entered a non-critical loop before
108 * 2. Only one shared area may be registered per VCPU. The shared area is
127 * Set or stop a VCPU's periodic timer. Every VCPU has one periodic timer
128 * which can be set via these commands. Periods smaller than one millisecond
140 * Set or stop a VCPU's single-shot timer. Every VCPU has one single-shot
153 /* Require the timeout to be in the future (return -ETIME if it's passed). */
160 * structure in a convenient place, such as in a per-cpu data area.
180 * processor. The physical ID informmation is architecture-specific.
182 * This command returns -EINVAL if it is not a valid operation for this VCPU.
201 * tsc. Usermode will see an array of vcpu_time_info structures, one
202 * for each vcpu, and choose the right one by an existing mechanism
226 * c-file-style: "BSD"
227 * c-basic-offset: 4
228 * tab-width: 4
229 * indent-tabs-mode: nil