Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dsgx-stub.c35 bool sgx_epc_get_section(int section_nr, uint64_t *addr, uint64_t *size) in sgx_epc_get_section() function
H A Dsgx.c267 bool sgx_epc_get_section(int section_nr, uint64_t *addr, uint64_t *size) in sgx_epc_get_section() function
/openbmc/qemu/include/hw/i386/
H A Dsgx-epc.h61 bool sgx_epc_get_section(int section_nr, uint64_t *addr, uint64_t *size);
/openbmc/qemu/target/i386/
H A Dcpu.c6364 if (sgx_epc_get_section(count - 2, &epc_addr, &epc_size)) { in cpu_x86_cpuid()