Searched refs:machine (Results 126 - 150 of 432) sorted by relevance

1234567891011>>

/barrelfish-master/tools/harness/tests/
H A Dperfmontest.py20 def get_modules(self, build, machine):
21 modules = super(PerfMonTest, self).get_modules(build, machine)
H A Dtracing.py23 def get_modules(self, build, machine):
24 modules = super(Tracing, self).get_modules(build, machine)
H A Dskbtest.py20 def get_modules(self, build, machine):
21 modules = super(SkbCapTest, self).get_modules(build, machine)
H A Dcompiler-rt_builtins.py19 def get_modules_tpl(ts, self, build, machine):
21 modules = super(CompilerRTBuiltinsAbstract, self).get_modules(build, machine)
23 if hasattr(machine, "name") and machine.name.startswith("panda") and \
H A Dmultihoptests.py20 def get_modules(self, build, machine):
21 modules = super(MultihopTestCommon, self).get_modules(build, machine)
36 def get_modules(self, build, machine):
37 modules = super(MultihopTestCommon, self).get_modules(build, machine)
H A Dsplash_bomp.py19 def get_modules(self, build, machine):
20 modules = super(SplashMPCommon, self).get_modules(build, machine)
24 def run(self, build, machine, testdir):
25 modules = self.get_modules(build, machine)
26 ncores = machine.get_ncores()
32 self.boot(machine, modules)
34 for line in self.collect_data(machine):
H A Dblk_tests.py231 def get_modules(self, build, machine):
232 self.machine = machine.name
233 modules = super(BlkTests, self).get_modules(build, machine)
245 if not bandwidth.has_key(self.machine):
261 if not bandwidth[self.machine].has_key(operation):
264 if not bandwidth[self.machine][operation].has_key(bs):
268 lower_bound = bandwidth[self.machine][operation][bs] * (1 - 0.25)
269 upper_bound = bandwidth[self.machine][operation][bs] * (1 + 0.25)
H A Dcoreboottest.py21 def get_modules(self, build, machine):
22 modules = super(CoreCtrlTest, self).get_modules(build, machine)
23 if machine.get_ncores() > 2:
35 def get_modules(self, build, machine):
36 modules = super(StopCoreTest, self).get_modules(build, machine)
77 def get_modules(self, build, machine):
78 modules = super(UpdateKernelTest, self).get_modules(build, machine)
110 def get_modules(self, build, machine):
111 modules = super(ParkOSNodeTest, self).get_modules(build, machine)
112 if machine
[all...]
/barrelfish-master/lib/libc/aarch64/gen/
H A Dsigsetjmp.S30 #include <machine/asm.h>
33 #include <machine/setjmp.h>
/barrelfish-master/lib/libc/amd64/gen/
H A Dfabs.S27 #include <machine/asm.h>
H A Dgetcontextx.c35 #include <machine/cpufunc.h>
36 #include <machine/fpu.h>
37 #include <machine/specialreg.h>
38 #include <machine/sysarch.h>
/barrelfish-master/lib/libc/arm/gen/
H A Dsigsetjmp.S35 #include <machine/asm.h>
38 #include <machine/setjmp.h>
/barrelfish-master/include/sys/
H A Dutsname.h52 char machine[SYS_NMLN]; /* Hardware type. */ member in struct:utsname
/barrelfish-master/include/arch/x86_64/machine/
H A Dvm.h33 #include <machine/specialreg.h>
/barrelfish-master/usr/eclipseclp/
H A DBUILD_ROTD68 # tested_(all|<arch>)_(standard|runtime)_(standalone|java)_(<machine>|<class>)
73 # copied_to_ftp_<machine>
155 Where the ROTD directory appears on the local machine,
187 # Read site-specific parameters, like directory and machine names
527 # waiting for you to confirm logging in to a machine it hasn't seen before.
531 # Usage: remote_commands <machine> <directory> <commands> [<failure count>]
621 # Checks that an appropriate machine has been specified for building each
626 eval machine=\"'$MACHINE_'$arch\"
627 if [ "$machine" = "" ] ; then
628 echo "*** Don't know which machine t
[all...]
/barrelfish-master/lib/libc/aarch64/sys/
H A Dcerror.S28 #include <machine/asm.h>
H A Dvfork.S28 #include <machine/asm.h>
/barrelfish-master/lib/libc/amd64/sys/
H A Dgetcontext.S27 #include <machine/asm.h>
H A Dsetlogin.S36 #include <machine/asm.h>
H A Dvfork.S36 #include <machine/asm.h>
/barrelfish-master/lib/libc/arm/string/
H A Dstrcmp.S31 #include <machine/asm.h>
/barrelfish-master/lib/libc/arm/sys/
H A DOvfork.S34 #include <machine/asm.h>
H A D__vdso_gettc.c36 #include <machine/cpufunc.h>
37 #include <machine/acle-compat.h>
/barrelfish-master/lib/libc/riscv/sys/
H A Dcerror.S35 #include <machine/asm.h>
H A Dvfork.S35 #include <machine/asm.h>

Completed in 90 milliseconds

1234567891011>>