Searched refs:machine (Results 176 - 200 of 432) sorted by relevance

1234567891011>>

/barrelfish-master/include/arch/arm/machine/
H A Dsysarch.h40 #include <machine/armreg.h>
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Dkmod.h37 #include <machine/stdarg.h>
/barrelfish-master/usr/eclipseclp/lib_tcl/
H A Declipse_arch.tcl43 switch -glob $tcl_platform(machine) {
57 switch -glob $tcl_platform(machine) {
70 switch -glob $tcl_platform(machine) {
87 error "Platform $tcl_platform(os) $tcl_platform(osVersion) ($tcl_platform(machine)) not supported"
/barrelfish-master/tools/harness/tests/
H A DTimerTest.py27 def get_modules(self, build, machine):
28 modules = super(TimerTest, self).get_modules(build, machine)
30 core_ids = machine.get_coreids()
H A Dclockdrift.py23 def get_modules(self, build, machine):
24 modules = super(ClockDriftTest, self).get_modules(build, machine)
25 modules.add_module("apicdrift_bench", [machine.get_ncores()])
H A DbasicNetwork.py41 def setup(self, build, machine, testdir):
42 super(NetCommon, self).setup(build, machine, testdir)
49 def get_modules(self, build, machine):
51 modules = super(NetCommon, self).get_modules(build, machine)
55 modules.add_module("webserver", ["core=%d" % machine.get_coreids()[0], #2
H A Drpctests.py21 def get_modules(self, build, machine):
22 modules = super(RpcTestCommon, self).get_modules(build, machine)
26 def run(self, build, machine, testdir):
27 modules = self.get_modules(build, machine)
32 self.boot(machine, modules)
33 return self.collect_data(machine)
257 # XXX: don't attempt to run on an intel machine, as perfmon is unsupported
258 def run(self, build, machine, testdir):
259 perftype = machine.get_perfcount_type()
263 return super(RpcTestCommon, self).run(build, machine, testdi
[all...]
/barrelfish-master/lib/libc/amd64/string/
H A Dbzero.S7 #include <machine/asm.h>
/barrelfish-master/include/
H A Dstdint.h35 #include <machine/_stdint.h>
H A Dinttypes.h32 #include <machine/_inttypes.h>
/barrelfish-master/include/sys/
H A Dstdint.h35 #include <machine/_stdint.h>
H A Dimgact_elf.h34 #include <machine/elf.h>
71 int machine; member in struct:__anon326
/barrelfish-master/include/vm/
H A Dvm_param.h70 #include <machine/vmparam.h>
/barrelfish-master/tools/harness/
H A Dscalebench.py62 g.add_option('-m', '--machine', action='append', dest='machinespecs',
170 def make_results_dir(self, build, machine, test):
173 dirname = '-'.join([test.name, build.name, machine.getName(), timestamp])
179 def make_run_dir(self, build, machine):
182 dirname = '-'.join([build.name, machine.getName(), timestamp])
188 def write_description(self, checkout, build, machine, test, path):
194 f.write('machine: %s\n' % machine.getName())
208 def write_errorcase(self, build, machine, test, path, msg, start_ts, end_ts):
212 'class': machine
[all...]
/barrelfish-master/lib/libc/amd64/sys/
H A Dcerror.S36 #include <machine/asm.h>
/barrelfish-master/lib/libc/arm/
H A DSYS.h38 #include <machine/asm.h>
40 #include <machine/swi.h>
/barrelfish-master/lib/libc/arm/gen/
H A Dsignalcontext.c34 #include <machine/frame.h>
35 #include <machine/sigframe.h>
/barrelfish-master/lib/libc/arm/string/
H A Dstrncmp.S31 #include <machine/asm.h>
/barrelfish-master/lib/libc/arm/sys/
H A Dcerror.S34 #include <machine/asm.h>
/barrelfish-master/lib/msun/i387/
H A Ds_ceil.S36 #include <machine/asm.h>
H A Ds_ceilf.S6 #include <machine/asm.h>
H A Ds_ceill.S6 #include <machine/asm.h>
H A Ds_floor.S36 #include <machine/asm.h>
H A Ds_floorf.S6 #include <machine/asm.h>
H A Ds_floorl.S6 #include <machine/asm.h>

Completed in 110 milliseconds

1234567891011>>