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_cache_maint_args_t Struct Reference

Detailed Description

Holds an op code and data used to for cache maintenance.

Used with the OTE_IOCTL_CACHE_MAINT operation.

Definition at line 73 of file ote_ext_nv.h.

Data Fields

void * vaddr
 Holds a pointer to the virtual address. More...
 
uint32_t length
 Holds the length of the address space. More...
 
uint32_t op
 Holds the operation; see te_ext_nv_cache_maint_op_t. More...
 

Field Documentation

uint32_t te_cache_maint_args_t::length

Holds the length of the address space.

Definition at line 75 of file ote_ext_nv.h.

uint32_t te_cache_maint_args_t::op

Holds the operation; see te_ext_nv_cache_maint_op_t.

Definition at line 76 of file ote_ext_nv.h.

void* te_cache_maint_args_t::vaddr

Holds a pointer to the virtual address.

Definition at line 74 of file ote_ext_nv.h.


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