Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dsgx-epc.h51 typedef struct SGXEPCState { struct
59 } SGXEPCState; argument
65 static inline uint64_t sgx_epc_above_4g_end(SGXEPCState *sgx_epc) in sgx_epc_above_4g_end()
H A Dpc.h59 SGXEPCState sgx_epc;
/openbmc/qemu/hw/i386/
H A Dsgx-stub.c32 memset(&pcms->sgx_epc, 0, sizeof(SGXEPCState)); in pc_machine_init_sgx_epc()
H A Dsgx.c298 SGXEPCState *sgx_epc = &pcms->sgx_epc; in pc_machine_init_sgx_epc()
302 memset(sgx_epc, 0, sizeof(SGXEPCState)); in pc_machine_init_sgx_epc()
H A Dsgx-epc.c56 SGXEPCState *sgx_epc = &pcms->sgx_epc; in sgx_epc_realize()