mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-25 02:32:08 +03:00
nvidia-oot: add support for hypervisor driver
Using this patch we are adding support for hypervisor driver Bug 3595577 JIRA ESLC-6884 Signed-off-by: Manish Bhardwaj <mbhardwaj@nvidia.com> Change-Id: I0fc9b5eed45d584bc658c2613b33968bf8a91eaf Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2779389 Reviewed-by: Bitan Biswas <bbiswas@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
0d01039657
commit
6cf5029afb
18
drivers/virt/tegra/tegra_hv.h
Normal file
18
drivers/virt/tegra/tegra_hv.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0-only */
|
||||
/*
|
||||
* Copyright (c) 2022, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
|
||||
*/
|
||||
|
||||
#ifndef __TEGRA_HV_H__
|
||||
#define __TEGRA_HV_H__
|
||||
|
||||
#include <soc/tegra/virt/syscalls.h>
|
||||
|
||||
#define SUPPORTS_TRAP_MSI_NOTIFICATION
|
||||
|
||||
#define IVC_INFO_PAGE_SIZE 65536
|
||||
|
||||
const struct ivc_info_page *tegra_hv_get_ivc_info(void);
|
||||
int tegra_hv_get_vmid(void);
|
||||
|
||||
#endif /* __TEGRA_HV_H__ */
|
||||
Reference in New Issue
Block a user