Home
last modified time | relevance | path

Searched refs:CC_KEYSPACE_GSP_SIZE (Results 1 – 3 of 3) sorted by relevance

/open-nvidia-gpu/src/nvidia/arch/nvalloc/common/inc/conf_compute/
H A Dcc_keystore.h60 CC_KEYSPACE_GSP_SIZE // This is always the last element. enumerator
101 #define CC_KEYSPACE_TOTAL_SIZE (CC_KEYSPACE_GSP_SIZE + CC_KEYSPACE_SEC2_SIZE + (8 * CC_KEYSPACE_LCE…
/open-nvidia-gpu/src/nvidia/src/kernel/gpu/conf_compute/arch/hopper/
H A Dconf_compute_keystore_gh100.c96 for (index = 0; index < CC_KEYSPACE_GSP_SIZE; index++) in confComputeKeyStoreInit_GH100()
/open-nvidia-gpu/src/nvidia/src/kernel/gpu/conf_compute/
H A Dconf_compute.c824 return CC_KEYSPACE_GSP_SIZE; in _confComputeGetKeyspaceSize()