SGX_MAGIC
_IOW(SGX_MAGIC, 0x00, struct sgx_enclave_create)
_IOWR(SGX_MAGIC, 0x01, struct sgx_enclave_add_pages)
_IOW(SGX_MAGIC, 0x02, struct sgx_enclave_init)
_IOW(SGX_MAGIC, 0x03, struct sgx_enclave_provision)
_IO(SGX_MAGIC, 0x04)
_IOWR(SGX_MAGIC, 0x05, struct sgx_enclave_restrict_permissions)
_IOWR(SGX_MAGIC, 0x06, struct sgx_enclave_modify_types)
_IOWR(SGX_MAGIC, 0x07, struct sgx_enclave_remove_pages)