Home
last modified time | relevance | path

Searched refs:offsets (Results 1 – 10 of 10) sorted by relevance

/open-nvidia-gpu/src/nvidia/src/kernel/virtualization/
H A Dkernel_hostvgpudeviceapi.c839 pParams->offsets[j] = vfRegionOffsets[i]; in kernelhostvgpudeviceapiCtrlCmdGetBarMappingRanges_IMPL()
846 pParams->offsets[j] = prevOffset + prevSize; in kernelhostvgpudeviceapiCtrlCmdGetBarMappingRanges_IMPL()
847 pParams->sizes[j] = vfRegionOffsets[i] - pParams->offsets[j]; in kernelhostvgpudeviceapiCtrlCmdGetBarMappingRanges_IMPL()
851 pParams->offsets[j] = vfRegionOffsets[i]; in kernelhostvgpudeviceapiCtrlCmdGetBarMappingRanges_IMPL()
864 pParams->offsets[j] = vfRegionOffsets[i] + vfRegionSizes[i]; in kernelhostvgpudeviceapiCtrlCmdGetBarMappingRanges_IMPL()
865 pParams->sizes[j] = pGpu->sriovState.vfBarSize[0] - pParams->offsets[j]; in kernelhostvgpudeviceapiCtrlCmdGetBarMappingRanges_IMPL()
/open-nvidia-gpu/src/common/sdk/nvidia/inc/ctrl/
H A Dctrla084.h267 … NV_DECLARE_ALIGNED(NvU64 offsets[NVA084_CTRL_KERNEL_HOST_VGPU_DEVICE_MAX_BAR_MAPPING_RANGES], 8);
H A Dctrl00f8.h249 NV_DECLARE_ALIGNED(NvU64 offsets[NV00F8_MAX_DETACHABLE_OFFSETS], 8);
/open-nvidia-gpu/src/nvidia/arch/nvalloc/unix/include/
H A Dnv-ioctl.h140 NvU64 offsets[NV_DMABUF_EXPORT_MAX_HANDLES] NV_ALIGN_BYTES(8); member
/open-nvidia-gpu/kernel-open/common/inc/
H A Dnv-ioctl.h140 NvU64 offsets[NV_DMABUF_EXPORT_MAX_HANDLES] NV_ALIGN_BYTES(8); member
/open-nvidia-gpu/src/nvidia/arch/nvalloc/unix/src/
H A Dos-hypervisor.c640 NvU64 *offsets, in _nv_vgpu_get_sparse_mmap() argument
667 numAreas, offsets, sizes); in _nv_vgpu_get_sparse_mmap()
685 offsets[*numAreas] = offset; in _nv_vgpu_get_sparse_mmap()
700 offsets[*numAreas] = offset; in _nv_vgpu_get_sparse_mmap()
/open-nvidia-gpu/kernel-open/nvidia-drm/
H A Dnvidia-drm-fb.c162 params.planes[i].offset = nv_fb->base.offsets[i]; in nv_drm_framebuffer_init()
/open-nvidia-gpu/kernel-open/nvidia-uvm/
H A Duvm_page_tree_test.c1317 NvU64 offsets[4]; in test_range_vec() local
1325 offsets[0] = 0; in test_range_vec()
1326 offsets[1] = 1; in test_range_vec()
1327 offsets[2] = page_table_entries / 2; in test_range_vec()
1328 offsets[3] = page_table_entries - 1; in test_range_vec()
1332 for (i = 0; i < ARRAY_SIZE(offsets); ++i) { in test_range_vec()
1333 NvU64 offset = offsets[i]; in test_range_vec()
1344 for (i = 1; i < ARRAY_SIZE(offsets); ++i) { in test_range_vec()
1345 NvU64 offset = offsets[i]; in test_range_vec()
/open-nvidia-gpu/kernel-open/nvidia/
H A Dnv-dmabuf.c321 params->offsets[i], in nv_dma_buf_dup_mem_handles()
332 priv->handles[index].offset = params->offsets[i]; in nv_dma_buf_dup_mem_handles()
/open-nvidia-gpu/src/nvidia/src/kernel/mem_mgr/
H A Dmem_fabric.c1063 status = _memoryFabricDetachMem(pMemory->pMemDesc, pParams->offsets[i]); in memoryfabricCtrlDetachMem_IMPL()