Searched refs:call (Results 1 - 25 of 55) sorted by relevance

123

/gem5/ext/systemc/src/sysc/qt/md/
H A Dsparc.s27 // %o0: incoming `helper' function to call after cswap
33 // to call `helper' f() after cswap.
77 call %o0, 0 /* Call `helper' routine. */
112 call %i5, 0 /* Call client function. */
115 call _qt_error, 0 /* `only' erroniously returned. */
124 call %i5, 0 /* call `startup'. */
133 call %i4, 0 /* Call `userf'. */
138 call %i3, 0 /* .. when call `cleanu
[all...]
H A Dsparc_b.s28 call %o4
30 call %o4
32 call %o4
34 call %o4
36 call %o4
51 call _b_null
52 call _b_null
53 call _b_null
54 call _b_null
55 call _b_nul
[all...]
H A Di386.s50 // and call the user function (f == 4+32(sp) with arguments: old sp
62 // by the call to `qt_blockk{,i}'. Since we don't touch %eax in
82 movl 20(%eax), %ebx /* Get function to call. */
83 call *%ebx /* Call f. */
100 jmp *%eax /* call 'qt_error' */
110 call *%ebp /* Call `startup'. */
113 call *%ebx /* Call the user's function. */
117 call *%esi /* Call `cleanup'. */
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64uamt/
H A Damoadd_d.S62 call _create_threads
63 call _join
64 call _delete_threads
65 call _check
H A Damoor_d.S59 call _create_threads
60 call _join
61 call _delete_threads
62 call _check
H A Damoxor_d.S59 call _create_threads
60 call _join
61 call _delete_threads
62 call _check
H A Damoand_d.S66 call _create_threads
67 call _join
68 call _delete_threads
69 call _check
H A Damomax_d.S66 call _create_threads
67 call _join
68 call _delete_threads
69 call _check
H A Damomaxu_d.S66 call _create_threads
67 call _join
68 call _delete_threads
69 call _check
H A Damomin_d.S66 call _create_threads
67 call _join
68 call _delete_threads
69 call _check
H A Damominu_d.S66 call _create_threads
67 call _join
68 call _delete_threads
69 call _check
H A Damoswap_d.S64 call _create_threads
65 call _join
66 call _delete_threads
67 call _check
H A Dlrsc_d.S64 call _create_threads
65 call _join
66 call _delete_threads
67 call _check
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64samt/
H A Dsysfutex1_d.S39 // sysfutex1_d tests basic functionalities of futex system call:
54 // Master thread creates new threads, call _master function, waits for all
58 call _create_threads
64 call _master_work
68 call _join
72 call _check
76 call _delete_threads
H A Dsysfutex3_d.S40 // call:
56 // Master thread creates new threads, call _master function, waits for all
60 call _create_threads
66 call _master_work
70 call _join
74 call _check
78 call _delete_threads
H A Dsysclone_d.S39 // sysclone_d tests basic functionalities of clone system call:
63 call _create_threads
68 call _join
72 call _check
76 call _delete_threads
H A Dsysfutex_d.S39 // sysfutex_d tests basic functionalities of futex system call:
55 // Master thread creates new threads, call _master function, waits for all
59 call _create_threads
64 call _master_work
68 call _join
72 call _check
76 call _delete_threads
/gem5/tests/test-progs/asmtest/src/riscv/
H A DMakefile65 $(eval $(call compile_template,rv64ui,-march=rv64g -mabi=lp64))
66 $(eval $(call compile_template,rv64uc,-march=rv64g -mabi=lp64))
67 $(eval $(call compile_template,rv64um,-march=rv64g -mabi=lp64))
68 $(eval $(call compile_template,rv64ua,-march=rv64g -mabi=lp64))
69 $(eval $(call compile_template,rv64uf,-march=rv64g -mabi=lp64))
70 $(eval $(call compile_template,rv64ud,-march=rv64g -mabi=lp64))
71 $(eval $(call compile_template,rv64si,-march=rv64g -mabi=lp64))
72 $(eval $(call compile_template,rv64mi,-march=rv64g -mabi=lp64))
73 $(eval $(call compile_template,rv64uamt,-march=rv64g -mabi=lp64))
74 $(eval $(call compile_templat
[all...]
/gem5/util/m5/
H A DAndroid.mk1 LOCAL_PATH := $(call my-dir)
/gem5/util/
H A Dmemtest-soak.py64 status = subprocess.call([gem5_binary, 'configs/example/memtest.py',
H A Dcheckpoint-tester.py101 subprocess.call([m5_binary] + ['-red', cptdir] + options + initial_args)
120 subprocess.call([m5_binary] + ['-red', mydir] + options + initial_args +
126 subprocess.call(['diff', '-ru', '-I', '^##.*',
H A Ddecode_inst_trace.py56 from subprocess import call
57 error = call(['protoc', '--python_out=util', '--proto_path=src/proto',
H A Dencode_packet_trace.py66 from subprocess import call
67 error = call(['protoc', '--python_out=util', '--proto_path=src/proto',
/gem5/src/base/
H A Dcoroutine.hh178 this->call();
199 this->call();
213 this->call();
233 this->call();
254 call() function in class:m5::Coroutine
/gem5/system/arm/dt/
H A DMakefile44 $(foreach prefix, $(TARGET_PREFIX), $(call CREATE_TARGET, $(prefix))) \
66 $(call GEN_DTS,vexpress_gem5_v1.dtsi,$*)
69 $(call GEN_DTS,vexpress_gem5_v1.dtsi,$*)
72 $(call GEN_DTS,vexpress_gem5_v2.dtsi,$*)
76 $(call GEN_DTS,vexpress_gem5_v1.dtsi,$*)

Completed in 22 milliseconds

123