Re: [PATCH v6 11/18] nitro_enclaves: Add logic for setting an enclave memory region

2020-08-10 Thread Alexander Graf
On 05.08.20 11:10, Andra Paraschiv wrote: Another resource that is being set for an enclave is memory. User space memory regions, that need to be backed by contiguous memory regions, are associated with the enclave. One solution for allocating / reserving contiguous memory regions, that is

[PATCH v6 11/18] nitro_enclaves: Add logic for setting an enclave memory region

2020-08-05 Thread Andra Paraschiv
Another resource that is being set for an enclave is memory. User space memory regions, that need to be backed by contiguous memory regions, are associated with the enclave. One solution for allocating / reserving contiguous memory regions, that is used for integration, is hugetlbfs. The user