gem5
v21.1.0.0
|
Go to the source code of this file.
Namespaces | |
gem5 | |
Reference material can be found at the JEDEC website: UFS standard http://www.jedec.org/standards-documents/results/jesd220 UFS HCI specification http://www.jedec.org/standards-documents/results/jesd223. | |
Variables | |
Asynchronous event flags. | |
To avoid races, signal handlers simply set these flags, which are then checked in the main event loop. Defined in main.cc. | |
volatile bool | gem5::async_event = false |
Some asynchronous event has happened. More... | |
volatile bool | gem5::async_statdump = false |
Async request to dump stats. More... | |
volatile bool | gem5::async_statreset = false |
Async request to reset stats. More... | |
volatile bool | gem5::async_exit = false |
Async request to exit simulator. More... | |
volatile bool | gem5::async_io = false |
Async I/O request (SIGIO). More... | |
volatile bool | gem5::async_exception = false |
Python exception. More... | |
Asynchronous event flags. | |
To avoid races, signal handlers simply set these flags, which are then checked in the main event loop. Defined in main.cc. | |
volatile bool | gem5::async_event = false |
Some asynchronous event has happened. More... | |
volatile bool | gem5::async_statdump = false |
Async request to dump stats. More... | |
volatile bool | gem5::async_statreset = false |
Async request to reset stats. More... | |
volatile bool | gem5::async_exit = false |
Async request to exit simulator. More... | |
volatile bool | gem5::async_io = false |
Async I/O request (SIGIO). More... | |
volatile bool | gem5::async_exception = false |
Python exception. More... | |