Home
last modified time | relevance | path

Searched refs:init_sgx_ret (Results 1 – 1 of 1) sorted by relevance

/hypervisor/arch/x86/
A Dsgx.c19 static int32_t init_sgx_ret = 0; variable
113 init_sgx_ret = partition_epc(); in init_sgx()
114 if (init_sgx_ret != 0) { in init_sgx()
120 return init_sgx_ret; in init_sgx()
125 return ((init_sgx_ret == 0) && (vm_epc_maps[0][vm_id].size != 0U)); in is_vsgx_supported()

Completed in 1 milliseconds