Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/sgx/
H A Ddefines.h61 uint64_t epc_addr; member
68 uint64_t epc_addr; member
H A Dtest_encl.c30 "c" (op->epc_addr) in do_encl_emodpe()
46 "c" (op->epc_addr) in do_encl_eaccept()
H A Dmain.c476 eaccept_op.epc_addr = addr + i;
883 eaccept_op.epc_addr = data_start; in TEST_F()
926 emodpe_op.epc_addr = data_start; in TEST_F()
1058 eaccept_op.epc_addr = self->encl.encl_base + total_size; in TEST_F()
1159 eaccept_op.epc_addr = self->encl.encl_base + total_size; in TEST_F()
1308 eaccept_op.epc_addr = (unsigned long)stack_end; in TEST_F()
1328 eaccept_op.epc_addr = (unsigned long)ssa; in TEST_F()
1338 eaccept_op.epc_addr = (unsigned long)tcs; in TEST_F()
1390 eaccept_op.epc_addr = (unsigned long)tcs; in TEST_F()
1458 eaccept_op.epc_addr = (unsigned long)stack_end; in TEST_F()
[all …]
/openbmc/qemu/target/i386/
H A Dcpu.c6814 uint64_t epc_addr, epc_size; in cpu_x86_cpuid() local
6816 if (sgx_epc_get_section(count - 2, &epc_addr, &epc_size)) { in cpu_x86_cpuid()
6821 *eax = (uint32_t)(epc_addr & 0xfffff000) | 0x1; in cpu_x86_cpuid()
6822 *ebx = (uint32_t)(epc_addr >> 32); in cpu_x86_cpuid()