Lines Matching +full:wakeup +full:- +full:event +full:- +full:action
1 /* SPDX-License-Identifier: MIT */
28 * @arg == Operation-specific extra argument(s), as described below.
29 * ... == Additional Operation-specific extra arguments, described below.
49 * Block execution of this VCPU until an event is received for processing.
50 * If called with event upcalls masked, this operation will atomically
51 * reenable event delivery and check for pending events before blocking the
52 * VCPU. This avoids a "wakeup waiting" race.
62 * x86 PV guests must also set RDX (EDX for 32-bit guests) to the MFN
73 * Poll a set of event-channel ports. Return when one or more are pending. An
81 * in interpreting shutdown requests and reasons for fully-virtualized
82 * domains. A para-virtualized domain may use SCHEDOP_shutdown directly.
147 * software to determine the appropriate action. For the most part, Xen does