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

struct ion_heap_query - collection of data about all heaps @cnt - total number of heaps to be copied @heaps - buffer to copy heap data 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
 
__u32 reserved0
 
__u64 heaps
 
__u32 reserved1
 
__u32 reserved2
 

Detailed Description

struct ion_heap_query - collection of data about all heaps @cnt - total number of heaps to be copied @heaps - buffer to copy heap data

Definition at line 99 of file ion.h.

Member Data Documentation

◆ cnt

__u32 ion_heap_query::cnt

Definition at line 100 of file ion.h.

Referenced by mlir_aie_mem_alloc().

◆ heaps

__u64 ion_heap_query::heaps

Definition at line 102 of file ion.h.

Referenced by mlir_aie_mem_alloc().

◆ reserved0

__u32 ion_heap_query::reserved0

Definition at line 101 of file ion.h.

◆ reserved1

__u32 ion_heap_query::reserved1

Definition at line 103 of file ion.h.

◆ reserved2

__u32 ion_heap_query::reserved2

Definition at line 104 of file ion.h.


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