Searched refs:RUN_AC_OR_DIE (Results 1 – 1 of 1) sorted by relevance
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/fesvr/ |
H A D | dtm.cc | 51 #define RUN_AC_OR_DIE(a, b, c, d, e) { \ macro 151 RUN_AC_OR_DIE(command, 0, 0, data, xlen / (8*4)); in save_reg() 173 RUN_AC_OR_DIE(command, 0, 0, data, xlen / (8*4)); in restore_reg() 248 RUN_AC_OR_DIE(command, prog, 3, data, xlen/(4*8)); in read_chunk() 259 RUN_AC_OR_DIE(command, 0, 0, data, xlen/(4*8)); in read_chunk() 300 RUN_AC_OR_DIE(command, prog, 3, data, xlen/(4*8)); in write_chunk() 315 RUN_AC_OR_DIE(command, 0, 0, data, xlen/(4*8)); in write_chunk() 385 RUN_AC_OR_DIE(command, 0, 0, data, xlen/(4*8)); in clear_chunk() 400 RUN_AC_OR_DIE(command, prog, 4, data, xlen/(4*8)); in clear_chunk() 459 RUN_AC_OR_DIE(command, prog, sizeof(prog) / sizeof(*prog), adata, xlen/(4*8)); in modify_csr() [all …]
|