18 Result nvAddressSpaceMap(
NvAddressSpace* a,
u32 nvmap_handle,
bool is_gpu_cacheable, NvKind kind, iova_t* iova_out);
19 Result nvAddressSpaceMapFixed(
NvAddressSpace* a,
u32 nvmap_handle,
bool is_gpu_cacheable, NvKind kind, iova_t iova);
Definition: address_space.h:5
uint64_t u64
64-bit unsigned integer.
Definition: types.h:22
u32 Result
Function error code result type.
Definition: types.h:44
uint32_t u32
32-bit unsigned integer.
Definition: types.h:21