Re: [PATCH v11 08/13] x86, sgx: added ENCLS wrappers

2018-06-25 Thread Jarkko Sakkinen
On Wed, 2018-06-20 at 06:12 -0700, Sean Christopherson wrote: > On Fri, 2018-06-08 at 19:09 +0200, Jarkko Sakkinen wrote: > > This commit adds wrappers for Intel(R) SGX ENCLS opcode functionality. > > > > Signed-off-by: Jarkko Sakkinen > > --- > > arch/x86/include/asm/sgx.h | 198 +++

Re: [PATCH v11 08/13] x86, sgx: added ENCLS wrappers

2018-06-20 Thread Sean Christopherson
On Fri, 2018-06-08 at 19:09 +0200, Jarkko Sakkinen wrote: > This commit adds wrappers for Intel(R) SGX ENCLS opcode functionality. > > Signed-off-by: Jarkko Sakkinen > --- >  arch/x86/include/asm/sgx.h | 198 + >  1 file changed, 198 insertions(+) > > diff --gi

Re: [PATCH v11 08/13] x86, sgx: added ENCLS wrappers

2018-06-19 Thread Jarkko Sakkinen
On Fri, Jun 08, 2018 at 10:43:50AM -0700, Dave Hansen wrote: > On 06/08/2018 10:09 AM, Jarkko Sakkinen wrote: > > This commit adds wrappers for Intel(R) SGX ENCLS opcode functionality. > > What's ENCLS? I know what an opcode is, but I don't know what "opcode > functionality" is. Could you give u

Re: [PATCH v11 08/13] x86, sgx: added ENCLS wrappers

2018-06-08 Thread Dave Hansen
On 06/08/2018 10:09 AM, Jarkko Sakkinen wrote: > This commit adds wrappers for Intel(R) SGX ENCLS opcode functionality. What's ENCLS? I know what an opcode is, but I don't know what "opcode functionality" is. Could you give us more than a single, cryptic sentence, please? > +enum sgx_commands {

[PATCH v11 08/13] x86, sgx: added ENCLS wrappers

2018-06-08 Thread Jarkko Sakkinen
This commit adds wrappers for Intel(R) SGX ENCLS opcode functionality. Signed-off-by: Jarkko Sakkinen --- arch/x86/include/asm/sgx.h | 198 + 1 file changed, 198 insertions(+) diff --git a/arch/x86/include/asm/sgx.h b/arch/x86/include/asm/sgx.h index fa3e6e0e