Re: [PATCH v36 04/24] x86/sgx: Add SGX microarchitectural data structures

2020-08-06 Thread Darren Kenny
On Thursday, 2020-07-16 at 16:52:43 +03, Jarkko Sakkinen wrote: > Define the SGX microarchitectural data structures used by various SGX > opcodes. This is not an exhaustive representation of all SGX data > structures but only those needed by the kernel. > > The data structures are described in: >

[PATCH v36 04/24] x86/sgx: Add SGX microarchitectural data structures

2020-07-16 Thread Jarkko Sakkinen
Define the SGX microarchitectural data structures used by various SGX opcodes. This is not an exhaustive representation of all SGX data structures but only those needed by the kernel. The data structures are described in: Intel SDM: 37.6 INTELĀ® SGX DATA STRUCTURES OVERVIEW Acked-by: Jethro