Searched refs:m5_exit (Results 1 - 10 of 10) sorted by relevance

/gem5/tests/test-progs/m5-exit/src/
H A Dm5-exit.c13 m5_exit(0);
16 printf("Program should have exited due to the magic m5_exit"
H A DMakefile.x8610 all: m5_exit
12 upload: m5_exit
13 scp m5_exit $(UPLOAD_LOCATION)
16 m5_exit: m5-exit.c label
19 ./dockcross-x64 -c '$$CC -I. m5op_x86.S m5-exit.c -o m5_exit -static -DM5'
28 rm -f dockcross-* m5_exit
/gem5/util/m5/
H A Dm5op_sparc.S57 LEAF(m5_exit)
60 END(m5_exit)
H A Dm5op_x86.S85 TWO_BYTE_OP(m5_exit, M5OP_EXIT)
H A Djni_gem5Op.c101 m5_exit(j_ns_delay);
H A Dm5op_alpha.S104 SIMPLE_OP(m5_exit, M5EXIT(16))
H A Dm5.c176 m5_exit(ints[0]);
H A Dlua_gem5Op.c100 m5_exit(ns_delay);
/gem5/include/gem5/
H A Dm5ops.h51 void m5_exit(uint64_t ns_delay);
/gem5/include/gem5/asm/generic/
H A Dm5ops.h115 M5OP(m5_exit, M5OP_EXIT, 0); \

Completed in 12 milliseconds