commit | 6a7171b8a0f8e961744d0c46fb7547662a3fca36 | [log] [tgz] |
---|---|---|
author | Jarkko Sakkinen <jarkko@kernel.org> | Thu Jun 10 11:30:17 2021 +0300 |
committer | Shuah Khan <skhan@linuxfoundation.org> | Tue Jun 15 16:21:23 2021 -0600 |
tree | 1030d9dcb49ede40727ab5592f4fa600eabb4f62 | |
parent | 0d3e5a057992bdc66e4dca2ca50b77fa4a7bd90e [diff] |
selftests/sgx: Rename 'eenter' and 'sgx_call_vdso' Rename symbols for better clarity: * 'eenter' might be confused for directly calling ENCLU[EENTER]. It does not. It calls into the VDSO, which actually has the EENTER instruction. * 'sgx_call_vdso' is *only* used for entering the enclave. It's not some generic SGX call into the VDSO. Signed-off-by: Jarkko Sakkinen <jarkko@kernel.org> Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>