NVIDIA DRIVE OS Linux API Reference

5.1.0.2 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
te_v_to_p_args_t Struct Reference

Detailed Description

Holds a pointer to the physical address for a specific virtual address.

Used with the OTE_IOCTL_V_TO_P operation.

Definition at line 65 of file ote_ext_nv.h.

Data Fields

void * vaddr
 Holds a pointer to the virtual address. More...
 
uint64_t paddr
 Holds a pointer to the corresponding physical address. More...
 

Field Documentation

uint64_t te_v_to_p_args_t::paddr

Holds a pointer to the corresponding physical address.

Definition at line 67 of file ote_ext_nv.h.

void* te_v_to_p_args_t::vaddr

Holds a pointer to the virtual address.

Definition at line 66 of file ote_ext_nv.h.


The documentation for this struct was generated from the following file: