Home
last modified time | relevance | path

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

/hypervisor/arch/x86/
A Dsgx.c23 static int32_t get_epc_section(uint32_t sec_id, uint64_t* base, uint64_t* size) in get_epc_section() argument
28 cpuid_subleaf(CPUID_SGX_LEAF, sec_id + CPUID_SGX_EPC_SUBLEAF_BASE, &eax, &ebx, &ecx, &edx); in get_epc_section()
36 pepc_sections[sec_id].base = *base; in get_epc_section()
37 pepc_sections[sec_id].size = *size; in get_epc_section()

Completed in 4 milliseconds