Searched refs:machine (Results 226 - 250 of 432) sorted by relevance

1234567891011>>

/barrelfish-master/lib/msun/i387/
H A Ds_remquol.S31 #include <machine/asm.h>
/barrelfish-master/lib/openssl-1.0.0d/crypto/des/times/
H A Daix.cc3 This machine is a Bull Estrella Minitower Model MT604-100
/barrelfish-master/tools/harness/tests/
H A Ddistopsbreakdown.py212 def get_modules(self, build, machine):
213 self.machine = machine.get_machine_name()
214 modules = super(DistopsBreakdown, self).get_modules(build, machine)
265 def get_modules(self, build, machine):
266 self.machine = machine.get_machine_name()
267 modules = super(DistopsBreakdownRevokeNoRemote, self).get_modules(build, machine)
H A Dechoserver.py29 def setup(self, build, machine, testdir):
30 super(EchoTestCommon, self).setup(build, machine, testdir)
34 def get_modules(self, build, machine):
36 modules = super(EchoTestCommon, self).get_modules(build, machine)
40 modules.add_module("echoserver",["core=%d"%machine.get_coreids()[3],
H A Dwebserver.py50 def setup(self, build, machine, testdir):
51 super(WebCommon, self).setup(build, machine, testdir)
56 def get_modules(self, build, machine):
57 modules = super(WebCommon, self).get_modules(build, machine)
61 modules.add_module("webserver", ["core=%d" % machine.get_coreids()[0], #2
221 def get_modules(self, build, machine):
222 modules = super(WebCommon, self).get_modules(build, machine)
226 modules.add_module("webserver", ["core=%d" % machine.get_coreids()[0], #2
235 def get_modules(self, build, machine):
236 modules = super(WebCommon, self).get_modules(build, machine)
[all...]
/barrelfish-master/tools/harness/machines/
H A Dimx8x.py67 def __init__(self, machine):
68 super(ColibriMachineOperations, self).__init__(machine)
156 def __init__(self, machine):
157 super(ETHRackColibriMachineOperations, self).__init__(machine)
160 self.name = machine.name
H A Dgem5.py49 def __init__(self, machine):
50 super(Gem5MachineBaseOperations, self).__init__(machine)
/barrelfish-master/tools/harness/
H A Dbarrelfish.py20 def __init__(self, machine, prefix, kernel=None):
32 self.machine = machine
/barrelfish-master/lib/compiler-rt/builtins/
H A Dclear_cache.c26 #include <machine/sysarch.h>
31 #include <machine/sysarch.h>
35 #include <machine/sysarch.h>
/barrelfish-master/lib/libc/aarch64/gen/
H A Dsetjmp.S32 #include <machine/asm.h>
35 #include <machine/setjmp.h>
H A Dmakecontext.c35 #include <machine/armreg.h>
/barrelfish-master/lib/libc/amd64/string/
H A Dbcopy.S32 #include <machine/asm.h>
H A Dmemset.S7 #include <machine/asm.h>
/barrelfish-master/lib/libc/arm/gen/
H A D_setjmp.S43 #include <machine/asm.h>
44 #include <machine/setjmp.h>
/barrelfish-master/lib/libc/arm/sys/
H A Dbrk.S34 #include <machine/asm.h>
/barrelfish-master/lib/libc/x86/sys/
H A D__vdso_gettc.c45 #include <machine/cpufunc.h>
46 #include <machine/specialreg.h>
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dmenu.tcl246 proc do_sleep {machine} {
250 set max_num [expr $awake_workers($machine) - 1]
252 set num [get-value $machine sleep 1 $max_num]
254 if {$num > 0 && $awake_workers($machine) > $num} {
255 apply_sleep $machine $num
259 error_box "Only one worker awake on $machine"
263 proc do_wakeup {machine} {
267 set sleeping_workers [expr $workers($machine) - $awake_workers($machine)]
269 set num [get-value $machine wakeu
[all...]
/barrelfish-master/lib/acpica/generate/unix/
H A DMakefile.common6 # Get the OS machine architecture. Anything with a "64" in the returned
92 machine: FORCE
/barrelfish-master/lib/libc/amd64/sys/
H A Dbrk.S36 #include <machine/asm.h>
H A Dsbrk.S36 #include <machine/asm.h>
/barrelfish-master/lib/libc/arm/aeabi/
H A Daeabi_asm_float.S28 #include <machine/asm.h>
/barrelfish-master/lib/libc/gen/
H A Dfpclassify.c32 #include <machine/float.h>
/barrelfish-master/lib/libc/riscv/gen/
H A Dmakecontext.c40 #include <machine/riscvreg.h>
/barrelfish-master/lib/acpica/source/include/platform/
H A Dacdragonfly.h141 #include <machine/acpica_machdep.h>
/barrelfish-master/include/sys/
H A D_types.h33 #include <machine/_types.h>

Completed in 184 milliseconds

1234567891011>>