Lines Matching full:enclave
106 * NE_VEC_EVENT - MSI-X vector used for out-of-band events e.g. enclave crash.
113 * @ENCLAVE_START: Start an enclave, after setting its resources.
114 * @ENCLAVE_GET_SLOT: Get the slot uid of an enclave.
115 * @ENCLAVE_STOP: Terminate an enclave.
116 * @SLOT_ALLOC : Allocate a slot for an enclave.
117 * @SLOT_FREE: Free the slot allocated for an enclave
118 * @SLOT_ADD_MEM: Add a memory region to an enclave slot.
119 * @SLOT_ADD_VCPU: Add a vCPU to an enclave slot.
148 * @slot_uid: Slot unique id mapped to the enclave to start.
149 * @enclave_cid: Context ID (CID) for the enclave vsock device.
151 * @flags: Flags for the enclave to start with (e.g. debug mode).
161 * @enclave_cid: Context ID (CID) for the enclave vsock device.
169 * @slot_uid: Slot unique id mapped to the enclave to stop.
207 * @vcpu_id: vCPU ID of the CPU to add to the enclave.
288 * enclave state scanning and propagation to the
289 * enclave process.