mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-23 19:14:30 +08:00
6a7171b8a0
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> |
||
---|---|---|
.. | ||
.gitignore | ||
call.S | ||
defines.h | ||
load.c | ||
main.c | ||
main.h | ||
Makefile | ||
sign_key.pem | ||
sign_key.S | ||
sigstruct.c | ||
test_encl_bootstrap.S | ||
test_encl.c | ||
test_encl.lds |