/* * SPDX-FileCopyrightText: Copyright (c) 2001-2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved. * SPDX-License-Identifier: MIT * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy, modify, merge, publish, distribute, sublicense, * and/or sell copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following conditions: * * The above copyright notice and this permission notice shall be included in * all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER * DEALINGS IN THE SOFTWARE. */ #pragma once #include // // This file was generated with FINN, an NVIDIA coding tool. // Source file: class/cl0080.finn // #include "nvlimits.h" #include "cl0080_notification.h" #define NV01_DEVICE_0 (0x80U) /* finn: Evaluated from "NV0080_ALLOC_PARAMETERS_MESSAGE_ID" */ /* NvAlloc parameteters */ #define NV0080_MAX_DEVICES NV_MAX_DEVICES /** * @brief Alloc param * * @param vaMode mode for virtual address space allocation * Three modes: * NV_DEVICE_ALLOCATION_VAMODE_OPTIONAL_MULTIPLE_VASPACES * NV_DEVICE_ALLOCATION_VAMODE_SINGLE_VASPACE * NV_DEVICE_ALLOCATION_VAMODE_MULTIPLE_VASPACES * Detailed description of these modes is in nvos.h **/ #define NV0080_ALLOC_PARAMETERS_MESSAGE_ID (0x0080U) typedef struct NV0080_ALLOC_PARAMETERS { NvU32 deviceId; NvHandle hClientShare; NvHandle hTargetClient; NvHandle hTargetDevice; NvV32 flags; NV_DECLARE_ALIGNED(NvU64 vaSpaceSize, 8); NV_DECLARE_ALIGNED(NvU64 vaStartInternal, 8); NV_DECLARE_ALIGNED(NvU64 vaLimitInternal, 8); NvV32 vaMode; } NV0080_ALLOC_PARAMETERS;