Symbol: sgx_softc
sys/amd64/sgx/sgx.c
1036
struct sgx_softc *sc;
sys/amd64/sgx/sgx.c
1071
sgx_get_epc_area(struct sgx_softc *sc)
sys/amd64/sgx/sgx.c
1129
sgx_put_epc_area(struct sgx_softc *sc)
sys/amd64/sgx/sgx.c
1141
struct sgx_softc *sc;
sys/amd64/sgx/sgx.c
1175
struct sgx_softc *sc;
sys/amd64/sgx/sgx.c
164
struct sgx_softc sgx_sc;
sys/amd64/sgx/sgx.c
167
sgx_get_epc_page(struct sgx_softc *sc, struct epc_page **epc)
sys/amd64/sgx/sgx.c
183
sgx_put_epc_page(struct sgx_softc *sc, struct epc_page *epc)
sys/amd64/sgx/sgx.c
206
sgx_va_slot_init_by_index(struct sgx_softc *sc, vm_object_t object,
sys/amd64/sgx/sgx.c
237
sgx_va_slot_init(struct sgx_softc *sc, struct sgx_enclave *enclave,
sys/amd64/sgx/sgx.c
258
sgx_mem_find(struct sgx_softc *sc, uint64_t addr,
sys/amd64/sgx/sgx.c
296
sgx_enclave_find(struct sgx_softc *sc, uint64_t addr,
sys/amd64/sgx/sgx.c
327
sgx_enclave_alloc(struct sgx_softc *sc, struct secs *secs,
sys/amd64/sgx/sgx.c
344
sgx_epc_page_remove(struct sgx_softc *sc,
sys/amd64/sgx/sgx.c
354
sgx_page_remove(struct sgx_softc *sc, vm_page_t p,
sys/amd64/sgx/sgx.c
378
sgx_enclave_remove(struct sgx_softc *sc,
sys/amd64/sgx/sgx.c
420
sgx_measure_page(struct sgx_softc *sc, struct epc_page *secs,
sys/amd64/sgx/sgx.c
446
sgx_secs_validate(struct sgx_softc *sc, struct secs *secs)
sys/amd64/sgx/sgx.c
531
sgx_tcs_dump(struct sgx_softc *sc, struct tcs *t)
sys/amd64/sgx/sgx.c
567
struct sgx_softc *sc;
sys/amd64/sgx/sgx.c
637
sgx_ioctl_create(struct sgx_softc *sc, struct sgx_enclave_create *param)
sys/amd64/sgx/sgx.c
782
sgx_ioctl_add_page(struct sgx_softc *sc,
sys/amd64/sgx/sgx.c
919
sgx_ioctl_init(struct sgx_softc *sc, struct sgx_enclave_init *initp)
sys/amd64/sgx/sgx.c
997
struct sgx_softc *sc;
sys/amd64/sgx/sgxvar.h
50
struct sgx_softc *sc;