Home
last modified time | relevance | path

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

/freebsd/sys/amd64/include/
H A Dsgxreg.h129 #define SECS_RSV4_SIZE 3836 macro
130 uint8_t reserved4[SECS_RSV4_SIZE];
/freebsd/sys/amd64/sgx/
H A Dsgx.c491 for (i = 0; i < SECS_RSV4_SIZE; i++) in sgx_secs_validate()