Skip to content

Commit

Permalink
Merge pull request #4 from alexthomas1/merge
Browse files Browse the repository at this point in the history
Splitting up Create Enclave to three modules (#1)
  • Loading branch information
dayeol authored Mar 8, 2019
2 parents ef5a916 + e4e63e6 commit 67edb57
Show file tree
Hide file tree
Showing 6 changed files with 341 additions and 237 deletions.
1 change: 1 addition & 0 deletions keystone-enclave.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ enclave_t* create_enclave(unsigned long min_pages)

INIT_LIST_HEAD(&epm->epm_free_list);
epm->pa = __pa(epm_vaddr);
pr_info("epm->pa: 0x%px\n", epm->pa);
epm->order = order;
epm_init(epm, epm_vaddr, count);
enclave->epm = epm;
Expand Down
Loading

0 comments on commit 67edb57

Please sign in to comment.