Searched refs:usr (Results 1 - 22 of 22) sorted by relevance

/gem5/src/systemc/tests/systemc/utils/sc_report/action_selection/
H A Daction_selection.cpp73 sc_actions usr; local
75 usr = sc_report_handler::get_new_action_id();
76 if ( usr == SC_UNSPECIFIED ) {
80 // make sure we don't get the same usr action again and that it
82 sc_assert (usr!=SC_UNSPECIFIED && usr!=SC_DO_NOTHING && usr!=SC_THROW &&
83 usr!=SC_LOG && usr!=SC_DISPLAY && usr!
[all...]
/gem5/util/tap/
H A DMakefile32 INCLDIRS= -iquote . -I /usr/local/include
41 $(SUDO) install -o root -m 555 m5tap /usr/local/bin
/gem5/util/term/
H A DMakefile37 $(SUDO) install -o root -m 555 m5term /usr/local/bin
/gem5/ext/nomali/include/libnomali/
H A Dnomali.h113 void *usr; member in struct:__anon6
120 * @param usr User-defined data associated with callback.
124 void (*interrupt)(nomali_handle_t h, void *usr,
126 void (*memwrite)(nomali_handle_t h, void *usr,
128 uint32_t (*memread)(nomali_handle_t h, void *usr,
130 void (*reset)(nomali_handle_t h, void *usr);
/gem5/ext/nomali/tests/
H A Dnomali_test_reset.c31 on_reset(nomali_handle_t h, void *usr) argument
48 .usr = NULL,
H A Dnomali_test_ints.c27 on_int(nomali_handle_t h, void *usr, nomali_int_t intno, int set) argument
30 *(int*)usr = !!set;
39 .usr = &int_triggered,
45 .usr = NULL,
/gem5/ext/
H A Dgit-commit-msg62 if [ -x /usr/xpg4/bin/awk ]; then
64 AWK=/usr/xpg4/bin/awk
/gem5/src/dev/arm/
H A Dgpu_nomali.hh153 * @param usr Pointer to an instance of the NoMaliGpu
157 static void _interrupt(nomali_handle_t h, void *usr,
167 * @param usr Pointer to an instance of the NoMaliGpu
169 static void _reset(nomali_handle_t h, void *usr);
H A Dgpu_nomali.cc93 cbk_int.usr = (void *)this;
100 cbk_rst.usr = (void *)this;
309 NoMaliGpu::_interrupt(nomali_handle_t h, void *usr, argument
312 NoMaliGpu *_this(static_cast<NoMaliGpu *>(usr));
318 NoMaliGpu::_reset(nomali_handle_t h, void *usr) argument
320 NoMaliGpu *_this(static_cast<NoMaliGpu *>(usr));
/gem5/configs/boot/
H A Dspec-surge-server.rcS43 /usr/sbin/apache2 -f /etc/apache2/httpd.conf -k start
45 cat /usr/share/apache2/logs/error_log
H A Dsurge-server.rcS44 /usr/sbin/apache2 -f /etc/apache2/httpd.conf -k start
46 cat /usr/share/apache2/logs/error_log
H A Dnetperf-maerts-client.rcS22 /usr/bin/netcat -c -l -p 8000
H A Dnfs-client-dbench.rcS40 /usr/bin/netcat -c -l -p 8000
H A Dnfs-client-smallb.rcS39 /usr/bin/netcat -c -l -p 8000
H A Dnfs-client-tcp-smallb.rcS46 /usr/bin/bonnie++ -u 99 -s 700 -r 0 -n 0 -f -F -d /nfs
H A Dnfs-client-tcp.rcS46 /usr/bin/bonnie++ -u 99 -s 700 -r 0 -n 0 -f -F -d /nfs
H A Dnfs-client.rcS46 /usr/bin/bonnie++ -u 99 -s 700 -r 0 -n 0 -f -F -d /nfs
/gem5/ext/mcpat/cacti/
H A Dcacti.mk34 INCLUDES = -I /usr/include/python2.4 -I /usr/lib/python2.4/config
/gem5/util/m5/
H A DMakefile.arm68 -I/usr/include/x86_64-linux-gnu
H A DMakefile.aarch6467 LUA_HEADER_INCLUDE=$(shell pkg-config --cflags lua51) -I/usr/include/x86_64-linux-gnu
/gem5/ext/nomali/lib/
H A Dnomali_api.cc211 c.func.interrupt(static_cast<nomali_handle_t>(this), c.usr, intno, set);
220 c.func.reset(static_cast<nomali_handle_t>(this), c.usr);
/gem5/src/arch/x86/regs/
H A Dmisc.hh804 Bitfield<16> usr; // User mode member in namespace:X86ISA

Completed in 22 milliseconds