#include <dcache.h>
Public Member Functions | |
| MHSR () | |
| ~MHSR () | |
| void | reset () |
| unsigned int | address () |
| unsigned int | resolved_cycle () |
| void | set_address (unsigned int i) |
| void | set_resolved_cycle (unsigned int i) |
| MHSR () | |
| ~MHSR () | |
| void | reset () |
| unsigned int | address () |
| unsigned int | resolved_cycle () |
| void | set_address (unsigned int i) |
| void | set_resolved_cycle (unsigned int i) |
Private Attributes | |
| unsigned int | _address |
| unsigned int | _resolved_cycle |
|
|
Definition at line 35 of file include/dcache.h. References _address, and _resolved_cycle. |
|
|
Definition at line 36 of file include/dcache.h. |
|
|
Definition at line 35 of file src/dcache.h. References _address, and _resolved_cycle. |
|
|
Definition at line 36 of file src/dcache.h. |
|
|
Definition at line 44 of file src/dcache.h. References _address. |
|
|
Definition at line 44 of file include/dcache.h. References _address. Referenced by Data_Cache::find_free_mhsr(). |
|
|
Definition at line 38 of file src/dcache.h. References _address, and _resolved_cycle. |
|
|
Definition at line 38 of file include/dcache.h. References _address, and _resolved_cycle. Referenced by Data_Cache::find_free_mhsr(). |
|
|
Definition at line 45 of file src/dcache.h. References _resolved_cycle. |
|
|
Definition at line 45 of file include/dcache.h. References _resolved_cycle. Referenced by Data_Cache::find_free_mhsr(), and Data_Cache::simulate(). |
|
|
Definition at line 47 of file src/dcache.h. |
|
|
Definition at line 47 of file include/dcache.h. Referenced by Data_Cache::simulate(). |
|
|
Definition at line 48 of file src/dcache.h. References _resolved_cycle, and i. |
|
|
Definition at line 48 of file include/dcache.h. References _resolved_cycle, and i. Referenced by Data_Cache::simulate(). |
|
|
Definition at line 51 of file src/dcache.h. Referenced by address(), MHSR(), reset(), and set_address(). |
|
|
Definition at line 52 of file src/dcache.h. Referenced by MHSR(), reset(), resolved_cycle(), and set_resolved_cycle(). |
1.3.2