570.86.15

This commit is contained in:
Bernhard Stoeckner
2025-01-27 19:36:56 +01:00
parent 9d0b0414a5
commit 54d69484da
1166 changed files with 318863 additions and 182687 deletions

View File

@@ -56,11 +56,15 @@ NV_STATUS uvm_populate_pageable_vma(struct vm_area_struct *vma,
// pages. This can be useful in virtualization environment. See
// uvm_ats_service_fault() for example usage.
//
// flags is the set of UVM_POPULATE_PAGEABLE_FLAG_* values. Only
// UVM_POPULATE_PAGEABLE_FLAG_ALLOW_MANAGED is currently supported.
//
// Locking: mm->mmap_lock must be held in read or write mode
NV_STATUS uvm_populate_pageable(struct mm_struct *mm,
unsigned long start,
unsigned long length,
int min_prot,
bool touch,
uvm_populate_permissions_t populate_permissions);
uvm_populate_permissions_t populate_permissions,
NvU32 flags);
#endif