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

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

+ Collaboration diagram for ion_heap_data:

Public Attributes

char name [MAX_HEAP_NAME]
 
__u32 type
 
__u32 heap_id
 
__u32 reserved0
 
__u32 reserved1
 
__u32 reserved2
 

Detailed Description

Definition at line 85 of file ion.h.

Member Data Documentation

◆ heap_id

__u32 ion_heap_data::heap_id

Definition at line 88 of file ion.h.

Referenced by mlir_aie_mem_alloc().

◆ name

char ion_heap_data::name[MAX_HEAP_NAME]

Definition at line 86 of file ion.h.

Referenced by mlir_aie_mem_alloc().

◆ reserved0

__u32 ion_heap_data::reserved0

Definition at line 89 of file ion.h.

◆ reserved1

__u32 ion_heap_data::reserved1

Definition at line 90 of file ion.h.

◆ reserved2

__u32 ion_heap_data::reserved2

Definition at line 91 of file ion.h.

◆ type

__u32 ion_heap_data::type

Definition at line 87 of file ion.h.

Referenced by mlir_aie_mem_alloc().


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