535.43.02

This commit is contained in:
Andy Ritger
2023-05-30 10:11:36 -07:00
parent 6dd092ddb7
commit eb5c7665a1
1403 changed files with 295367 additions and 86235 deletions

View File

@@ -88,6 +88,7 @@ struct OBJHYPERVISOR {
HYPERVISOR_TYPE type;
NvBool bIsHypervHost;
NvBool bIsHypervVgpuSupported;
NvBool bIsACSupported;
};
#ifndef __NVOC_CLASS_OBJHYPERVISOR_TYPEDEF__
@@ -153,6 +154,25 @@ static inline void hypervisorSetHypervVgpuSupported(struct OBJHYPERVISOR *arg0)
#define hypervisorSetHypervVgpuSupported_HAL(arg0) hypervisorSetHypervVgpuSupported(arg0)
NvBool hypervisorIsAC_IMPL(void);
#define hypervisorIsAC() hypervisorIsAC_IMPL()
#define hypervisorIsAC_HAL() hypervisorIsAC()
void hypervisorSetACSupported_IMPL(struct OBJHYPERVISOR *arg0);
#ifdef __nvoc_hypervisor_h_disabled
static inline void hypervisorSetACSupported(struct OBJHYPERVISOR *arg0) {
NV_ASSERT_FAILED_PRECOMP("OBJHYPERVISOR was disabled!");
}
#else //__nvoc_hypervisor_h_disabled
#define hypervisorSetACSupported(arg0) hypervisorSetACSupported_IMPL(arg0)
#endif //__nvoc_hypervisor_h_disabled
#define hypervisorSetACSupported_HAL(arg0) hypervisorSetACSupported(arg0)
NvBool hypervisorCheckForObjectAccess_IMPL(NvHandle hClient);
#define hypervisorCheckForObjectAccess(hClient) hypervisorCheckForObjectAccess_IMPL(hClient)
@@ -200,6 +220,16 @@ static inline HYPERVISOR_TYPE hypervisorGetHypervisorType(struct OBJHYPERVISOR *
#define hypervisorGetHypervisorType(arg0) hypervisorGetHypervisorType_IMPL(arg0)
#endif //__nvoc_hypervisor_h_disabled
void hypervisorSetHypervisorType_IMPL(struct OBJHYPERVISOR *pHypervisor, HYPERVISOR_TYPE type);
#ifdef __nvoc_hypervisor_h_disabled
static inline void hypervisorSetHypervisorType(struct OBJHYPERVISOR *pHypervisor, HYPERVISOR_TYPE type) {
NV_ASSERT_FAILED_PRECOMP("OBJHYPERVISOR was disabled!");
}
#else //__nvoc_hypervisor_h_disabled
#define hypervisorSetHypervisorType(pHypervisor, type) hypervisorSetHypervisorType_IMPL(pHypervisor, type)
#endif //__nvoc_hypervisor_h_disabled
#undef PRIVATE_FIELD