MLIR-AIE
Public Attributes | List of all members
ion_heap_query Struct Reference

struct ion_heap_query - collection of data about all heaps More...

#include "/home/runner/work/mlir-aie/mlir-aie/runtime_lib/test_lib/ion.h"

+ Collaboration diagram for ion_heap_query:

Public Attributes

__u32 cnt
 Total number of heaps to be copied.
 
__u32 reserved0
 align to 64bits
 
__u64 heaps
 buffer to be populated
 
__u32 reserved1
 reserved field
 
__u32 reserved2
 reserved field
 

Detailed Description

struct ion_heap_query - collection of data about all heaps

Definition at line 77 of file ion.h.

Member Data Documentation

◆ cnt

__u32 ion_heap_query::cnt

Total number of heaps to be copied.

Definition at line 78 of file ion.h.

Referenced by mlir_aie_mem_alloc().

◆ heaps

__u64 ion_heap_query::heaps

buffer to be populated

Definition at line 80 of file ion.h.

Referenced by mlir_aie_mem_alloc().

◆ reserved0

__u32 ion_heap_query::reserved0

align to 64bits

Definition at line 79 of file ion.h.

◆ reserved1

__u32 ion_heap_query::reserved1

reserved field

Definition at line 81 of file ion.h.

◆ reserved2

__u32 ion_heap_query::reserved2

reserved field

Definition at line 82 of file ion.h.


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