Lines Matching full:an
15 * ENCLS_FAULT_FLAG - flag signifying an ENCLS return code is a trapnr
25 * To make all three error types coexist, we set bit 30 to identify an
35 /* Issue a WARN() about an ENCLS function. */
44 * encls_faulted() - Check if an ENCLS leaf faulted given an error code
45 * @ret: the return value of an ENCLS leaf function call
57 * encls_failed() - Check if an ENCLS function failed
58 * @ret: the return value of an ENCLS function call
60 * Check if an ENCLS function failed. This happens when the function causes a
61 * fault that is not caused by an EPCM conflict or when the function returns a
73 * __encls_ret_N - encode an ENCLS function that returns an error code in EAX
77 * Emit assembly for an ENCLS function that returns an error code, e.g. EREMOVE.
78 * And because SGX isn't complex enough as it is, function that return an error
118 * __encls_N - encode an ENCLS function that doesn't return an error code
123 * Emit assembly for an ENCLS function that does not return an error code, e.g.
124 * ECREATE. Leaves without error codes either succeed or fault. @rbx_out is an