545.23.06

This commit is contained in:
Andy Ritger
2023-10-17 09:25:29 -07:00
parent f59818b751
commit b5bf85a8e3
917 changed files with 132480 additions and 110015 deletions

View File

@@ -189,9 +189,9 @@ static inline NV_STATUS ksec2ConstructEngine_DISPATCH(struct OBJGPU *pGpu, struc
return pKernelSec2->__ksec2ConstructEngine__(pGpu, pKernelSec2, arg0);
}
void ksec2RegisterIntrService_IMPL(struct OBJGPU *pGpu, struct KernelSec2 *pKernelSec2, IntrServiceRecord pRecords[167]);
void ksec2RegisterIntrService_IMPL(struct OBJGPU *pGpu, struct KernelSec2 *pKernelSec2, IntrServiceRecord pRecords[168]);
static inline void ksec2RegisterIntrService_DISPATCH(struct OBJGPU *pGpu, struct KernelSec2 *pKernelSec2, IntrServiceRecord pRecords[167]) {
static inline void ksec2RegisterIntrService_DISPATCH(struct OBJGPU *pGpu, struct KernelSec2 *pKernelSec2, IntrServiceRecord pRecords[168]) {
pKernelSec2->__ksec2RegisterIntrService__(pGpu, pKernelSec2, pRecords);
}
@@ -394,4 +394,5 @@ void ksec2Destruct_IMPL(struct KernelSec2 *pKernelSec2);
#ifdef __cplusplus
} // extern "C"
#endif
#endif // _G_KERNEL_SEC2_NVOC_H_