Lines Matching +full:domain +full:- +full:idle +full:- +full:state
6 * This file is in the public domain.
14 * Xenbus state machine
19 * 3. Frontend populates ring-ref, event-channel, feature-protocol-v2
21 * 5. Backend maps grant and event channel, verifies feature-protocol-v2
23 * 7. Frontend verifies feature-protocol-v2, transitions to Connected
26 * 1. State is changed to XenbusStateClosing
28 * 3. Backend unmaps grant and event, changes state to InitWait
32 VTPM_STATE_IDLE, /* no contents / vTPM idle / cancel complete */
34 VTPM_STATE_FINISH, /* response ready / vTPM idle */
37 /* The backend should only change state to IDLE or FINISH, while the
44 uint8_t state; /* enum vtpm_shared_page_state */ member