530.30.02

This commit is contained in:
Andy Ritger
2023-02-28 11:12:44 -08:00
parent e598191e8e
commit 4397463e73
928 changed files with 124728 additions and 88525 deletions

View File

@@ -153,163 +153,6 @@ static inline void hypervisorSetHypervVgpuSupported(struct OBJHYPERVISOR *arg0)
#define hypervisorSetHypervVgpuSupported_HAL(arg0) hypervisorSetHypervVgpuSupported(arg0)
static inline NV_STATUS hypervisorSetupGuestVmBusChannel_56cd7a(struct OBJHYPERVISOR *arg0, struct OBJGPU *arg1) {
return NV_OK;
}
#ifdef __nvoc_hypervisor_h_disabled
static inline NV_STATUS hypervisorSetupGuestVmBusChannel(struct OBJHYPERVISOR *arg0, struct OBJGPU *arg1) {
NV_ASSERT_FAILED_PRECOMP("OBJHYPERVISOR was disabled!");
return NV_ERR_NOT_SUPPORTED;
}
#else //__nvoc_hypervisor_h_disabled
#define hypervisorSetupGuestVmBusChannel(arg0, arg1) hypervisorSetupGuestVmBusChannel_56cd7a(arg0, arg1)
#endif //__nvoc_hypervisor_h_disabled
#define hypervisorSetupGuestVmBusChannel_HAL(arg0, arg1) hypervisorSetupGuestVmBusChannel(arg0, arg1)
static inline void hypervisorDestroyGuestVmBusChannel_b3696a(struct OBJHYPERVISOR *arg0) {
return;
}
#ifdef __nvoc_hypervisor_h_disabled
static inline void hypervisorDestroyGuestVmBusChannel(struct OBJHYPERVISOR *arg0) {
NV_ASSERT_FAILED_PRECOMP("OBJHYPERVISOR was disabled!");
}
#else //__nvoc_hypervisor_h_disabled
#define hypervisorDestroyGuestVmBusChannel(arg0) hypervisorDestroyGuestVmBusChannel_b3696a(arg0)
#endif //__nvoc_hypervisor_h_disabled
#define hypervisorDestroyGuestVmBusChannel_HAL(arg0) hypervisorDestroyGuestVmBusChannel(arg0)
static inline NV_STATUS hypervisorSetupHostVmBusChannel_56cd7a(struct OBJHYPERVISOR *arg0, NvU64 arg1, struct OBJGPU *arg2, HOST_VGPU_DEVICE *arg3) {
return NV_OK;
}
#ifdef __nvoc_hypervisor_h_disabled
static inline NV_STATUS hypervisorSetupHostVmBusChannel(struct OBJHYPERVISOR *arg0, NvU64 arg1, struct OBJGPU *arg2, HOST_VGPU_DEVICE *arg3) {
NV_ASSERT_FAILED_PRECOMP("OBJHYPERVISOR was disabled!");
return NV_ERR_NOT_SUPPORTED;
}
#else //__nvoc_hypervisor_h_disabled
#define hypervisorSetupHostVmBusChannel(arg0, arg1, arg2, arg3) hypervisorSetupHostVmBusChannel_56cd7a(arg0, arg1, arg2, arg3)
#endif //__nvoc_hypervisor_h_disabled
#define hypervisorSetupHostVmBusChannel_HAL(arg0, arg1, arg2, arg3) hypervisorSetupHostVmBusChannel(arg0, arg1, arg2, arg3)
static inline void hypervisorResetHostVmBusChannel_b3696a(struct OBJHYPERVISOR *arg0, HOST_VGPU_DEVICE *arg1) {
return;
}
#ifdef __nvoc_hypervisor_h_disabled
static inline void hypervisorResetHostVmBusChannel(struct OBJHYPERVISOR *arg0, HOST_VGPU_DEVICE *arg1) {
NV_ASSERT_FAILED_PRECOMP("OBJHYPERVISOR was disabled!");
}
#else //__nvoc_hypervisor_h_disabled
#define hypervisorResetHostVmBusChannel(arg0, arg1) hypervisorResetHostVmBusChannel_b3696a(arg0, arg1)
#endif //__nvoc_hypervisor_h_disabled
#define hypervisorResetHostVmBusChannel_HAL(arg0, arg1) hypervisorResetHostVmBusChannel(arg0, arg1)
static inline NV_STATUS hypervisorGuestPinPages_56cd7a(struct OBJHYPERVISOR *arg0, MEMORY_DESCRIPTOR *arg1) {
return NV_OK;
}
#ifdef __nvoc_hypervisor_h_disabled
static inline NV_STATUS hypervisorGuestPinPages(struct OBJHYPERVISOR *arg0, MEMORY_DESCRIPTOR *arg1) {
NV_ASSERT_FAILED_PRECOMP("OBJHYPERVISOR was disabled!");
return NV_ERR_NOT_SUPPORTED;
}
#else //__nvoc_hypervisor_h_disabled
#define hypervisorGuestPinPages(arg0, arg1) hypervisorGuestPinPages_56cd7a(arg0, arg1)
#endif //__nvoc_hypervisor_h_disabled
#define hypervisorGuestPinPages_HAL(arg0, arg1) hypervisorGuestPinPages(arg0, arg1)
static inline NV_STATUS hypervisorGuestPinPagesUsingPfns_56cd7a(struct OBJHYPERVISOR *arg0, NvU32 arg1, NvU64 *arg2) {
return NV_OK;
}
#ifdef __nvoc_hypervisor_h_disabled
static inline NV_STATUS hypervisorGuestPinPagesUsingPfns(struct OBJHYPERVISOR *arg0, NvU32 arg1, NvU64 *arg2) {
NV_ASSERT_FAILED_PRECOMP("OBJHYPERVISOR was disabled!");
return NV_ERR_NOT_SUPPORTED;
}
#else //__nvoc_hypervisor_h_disabled
#define hypervisorGuestPinPagesUsingPfns(arg0, arg1, arg2) hypervisorGuestPinPagesUsingPfns_56cd7a(arg0, arg1, arg2)
#endif //__nvoc_hypervisor_h_disabled
#define hypervisorGuestPinPagesUsingPfns_HAL(arg0, arg1, arg2) hypervisorGuestPinPagesUsingPfns(arg0, arg1, arg2)
static inline NV_STATUS hypervisorSendEventToGuest_56cd7a(struct OBJHYPERVISOR *arg0, void *arg1) {
return NV_OK;
}
#ifdef __nvoc_hypervisor_h_disabled
static inline NV_STATUS hypervisorSendEventToGuest(struct OBJHYPERVISOR *arg0, void *arg1) {
NV_ASSERT_FAILED_PRECOMP("OBJHYPERVISOR was disabled!");
return NV_ERR_NOT_SUPPORTED;
}
#else //__nvoc_hypervisor_h_disabled
#define hypervisorSendEventToGuest(arg0, arg1) hypervisorSendEventToGuest_56cd7a(arg0, arg1)
#endif //__nvoc_hypervisor_h_disabled
#define hypervisorSendEventToGuest_HAL(arg0, arg1) hypervisorSendEventToGuest(arg0, arg1)
static inline NV_STATUS hypervisorAllocHostVmbusChannel_56cd7a(struct OBJHYPERVISOR *arg0, HOST_VGPU_DEVICE *arg1) {
return NV_OK;
}
#ifdef __nvoc_hypervisor_h_disabled
static inline NV_STATUS hypervisorAllocHostVmbusChannel(struct OBJHYPERVISOR *arg0, HOST_VGPU_DEVICE *arg1) {
NV_ASSERT_FAILED_PRECOMP("OBJHYPERVISOR was disabled!");
return NV_ERR_NOT_SUPPORTED;
}
#else //__nvoc_hypervisor_h_disabled
#define hypervisorAllocHostVmbusChannel(arg0, arg1) hypervisorAllocHostVmbusChannel_56cd7a(arg0, arg1)
#endif //__nvoc_hypervisor_h_disabled
#define hypervisorAllocHostVmbusChannel_HAL(arg0, arg1) hypervisorAllocHostVmbusChannel(arg0, arg1)
static inline void hypervisorFreeHostVmbusChannel_b3696a(struct OBJHYPERVISOR *arg0, HOST_VGPU_DEVICE *arg1) {
return;
}
#ifdef __nvoc_hypervisor_h_disabled
static inline void hypervisorFreeHostVmbusChannel(struct OBJHYPERVISOR *arg0, HOST_VGPU_DEVICE *arg1) {
NV_ASSERT_FAILED_PRECOMP("OBJHYPERVISOR was disabled!");
}
#else //__nvoc_hypervisor_h_disabled
#define hypervisorFreeHostVmbusChannel(arg0, arg1) hypervisorFreeHostVmbusChannel_b3696a(arg0, arg1)
#endif //__nvoc_hypervisor_h_disabled
#define hypervisorFreeHostVmbusChannel_HAL(arg0, arg1) hypervisorFreeHostVmbusChannel(arg0, arg1)
static inline NV_STATUS hypervisorVmbusHostCompletePacket_56cd7a(struct OBJHYPERVISOR *arg0, NvU64 arg1, HOST_VGPU_DEVICE *arg2) {
return NV_OK;
}
#ifdef __nvoc_hypervisor_h_disabled
static inline NV_STATUS hypervisorVmbusHostCompletePacket(struct OBJHYPERVISOR *arg0, NvU64 arg1, HOST_VGPU_DEVICE *arg2) {
NV_ASSERT_FAILED_PRECOMP("OBJHYPERVISOR was disabled!");
return NV_ERR_NOT_SUPPORTED;
}
#else //__nvoc_hypervisor_h_disabled
#define hypervisorVmbusHostCompletePacket(arg0, arg1, arg2) hypervisorVmbusHostCompletePacket_56cd7a(arg0, arg1, arg2)
#endif //__nvoc_hypervisor_h_disabled
#define hypervisorVmbusHostCompletePacket_HAL(arg0, arg1, arg2) hypervisorVmbusHostCompletePacket(arg0, arg1, arg2)
NvBool hypervisorCheckForObjectAccess_IMPL(NvHandle hClient);
#define hypervisorCheckForObjectAccess(hClient) hypervisorCheckForObjectAccess_IMPL(hClient)