gem5  v21.0.1.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
hsa_queue.hh
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2016-2017 Advanced Micro Devices, Inc.
3  * All rights reserved.
4  *
5  * For use for simulation and test purposes only
6  *
7  * Redistribution and use in source and binary forms, with or without
8  * modification, are permitted provided that the following conditions are met:
9  *
10  * 1. Redistributions of source code must retain the above copyright notice,
11  * this list of conditions and the following disclaimer.
12  *
13  * 2. Redistributions in binary form must reproduce the above copyright notice,
14  * this list of conditions and the following disclaimer in the documentation
15  * and/or other materials provided with the distribution.
16  *
17  * 3. Neither the name of the copyright holder nor the names of its
18  * contributors may be used to endorse or promote products derived from this
19  * software without specific prior written permission.
20  *
21  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24  * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
25  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
31  * POSSIBILITY OF SUCH DAMAGE.
32  */
33 
34 #ifndef __DEV_HSA_HSA_QUEUE_HH__
35 #define __DEV_HSA_HSA_QUEUE_HH__
36 
37 #include <cstdint>
38 
39 typedef enum
40 {
44 
45 typedef struct _hsa_signal_s
46 {
47  uint64_t handle;
49 
50 typedef struct _hsa_queue_s
51 {
53  uint32_t features;
54  void *base_address;
56  uint32_t size;
57  uint32_t reserved1;
58  uint64_t id;
59 } _hsa_queue_t;
60 
61 typedef uint32_t _amd_queue_properties32_t;
62 
63 typedef struct _amd_queue_s
64 {
66  uint32_t reserved1[4];
67  volatile uint64_t write_dispatch_id;
70  uint32_t max_cu_id;
71  uint32_t max_wave_id;
73  volatile uint32_t legacy_doorbell_lock;
74  uint32_t reserved2[9];
75  volatile uint64_t read_dispatch_id;
85  uint32_t reserved3[2];
87  uint32_t reserved4[14];
88 } _amd_queue_t;
89 
90 #endif // __DEV_HSA_HSA_QUEUE_HH__
_amd_queue_s::scratch_resource_descriptor
uint32_t scratch_resource_descriptor[4]
Definition: hsa_queue.hh:80
_amd_queue_s::private_segment_aperture_base_hi
uint32_t private_segment_aperture_base_hi
Definition: hsa_queue.hh:69
_hsa_queue_s
Definition: hsa_queue.hh:50
_amd_queue_s::scratch_workitem_byte_size
uint32_t scratch_workitem_byte_size
Definition: hsa_queue.hh:83
_amd_queue_s::hsa_queue
_hsa_queue_t hsa_queue
Definition: hsa_queue.hh:65
_amd_queue_s::reserved4
uint32_t reserved4[14]
Definition: hsa_queue.hh:87
_amd_queue_properties32_t
uint32_t _amd_queue_properties32_t
Definition: hsa_queue.hh:61
_amd_queue_s::reserved3
uint32_t reserved3[2]
Definition: hsa_queue.hh:85
_hsa_queue_s::size
uint32_t size
Definition: hsa_queue.hh:56
_amd_queue_s::max_cu_id
uint32_t max_cu_id
Definition: hsa_queue.hh:70
_amd_queue_s::max_legacy_doorbell_dispatch_id_plus_1
volatile uint64_t max_legacy_doorbell_dispatch_id_plus_1
Definition: hsa_queue.hh:72
_hsa_signal_s::handle
uint64_t handle
Definition: hsa_queue.hh:47
_amd_queue_s::queue_inactive_signal
_hsa_signal_t queue_inactive_signal
Definition: hsa_queue.hh:86
_hsa_queue_type_t
_hsa_queue_type_t
Definition: hsa_queue.hh:39
_hsa_queue_s::doorbell_signal
_hsa_signal_t doorbell_signal
Definition: hsa_queue.hh:55
_amd_queue_s::compute_tmpring_size_pad
uint32_t compute_tmpring_size_pad
Definition: hsa_queue.hh:79
_amd_queue_s::queue_properties
_amd_queue_properties32_t queue_properties
Definition: hsa_queue.hh:84
_amd_queue_s::read_dispatch_id
volatile uint64_t read_dispatch_id
Definition: hsa_queue.hh:75
_amd_queue_s::write_dispatch_id
volatile uint64_t write_dispatch_id
Definition: hsa_queue.hh:67
_HSA_QUEUE_TYPE_MULTI
@ _HSA_QUEUE_TYPE_MULTI
Definition: hsa_queue.hh:41
_amd_queue_s::read_dispatch_id_field_base_byte_offset
uint32_t read_dispatch_id_field_base_byte_offset
Definition: hsa_queue.hh:76
_amd_queue_s::max_wave_id
uint32_t max_wave_id
Definition: hsa_queue.hh:71
_amd_queue_s::scratch_backing_memory_byte_size
uint64_t scratch_backing_memory_byte_size
Definition: hsa_queue.hh:82
_amd_queue_s::group_segment_aperture_base_hi
uint32_t group_segment_aperture_base_hi
Definition: hsa_queue.hh:68
_hsa_queue_s::reserved1
uint32_t reserved1
Definition: hsa_queue.hh:57
_amd_queue_s
Definition: hsa_queue.hh:63
_amd_queue_s::scratch_backing_memory_location
uint64_t scratch_backing_memory_location
Definition: hsa_queue.hh:81
_amd_queue_s::compute_tmpring_size_waves
uint32_t compute_tmpring_size_waves
Definition: hsa_queue.hh:77
_amd_queue_s::reserved2
uint32_t reserved2[9]
Definition: hsa_queue.hh:74
_hsa_queue_s::base_address
void * base_address
Definition: hsa_queue.hh:54
_HSA_QUEUE_TYPE_SINGLE
@ _HSA_QUEUE_TYPE_SINGLE
Definition: hsa_queue.hh:42
_amd_queue_s::compute_tmpring_size_wavesize
uint32_t compute_tmpring_size_wavesize
Definition: hsa_queue.hh:78
_amd_queue_t
struct _amd_queue_s _amd_queue_t
_amd_queue_s::legacy_doorbell_lock
volatile uint32_t legacy_doorbell_lock
Definition: hsa_queue.hh:73
_amd_queue_s::reserved1
uint32_t reserved1[4]
Definition: hsa_queue.hh:66
_hsa_queue_s::type
_hsa_queue_type_t type
Definition: hsa_queue.hh:52
_hsa_queue_t
struct _hsa_queue_s _hsa_queue_t
_hsa_signal_t
struct _hsa_signal_s _hsa_signal_t
_hsa_queue_s::features
uint32_t features
Definition: hsa_queue.hh:53
_hsa_signal_s
Definition: hsa_queue.hh:45
_hsa_queue_s::id
uint64_t id
Definition: hsa_queue.hh:58

Generated on Tue Jun 22 2021 15:28:28 for gem5 by doxygen 1.8.17