Searched refs:arch (Results 1 - 25 of 241) sorted by relevance

12345678910

/external/kernel-headers/original/asm-arm/
H A Dhardware.h16 #include <asm/arch/hardware.h>
H A Dtimex.h15 #include <asm/arch/timex.h>
H A Dmtd-xip.h21 #include <asm/arch/mtd-xip.h>
H A Dmc146818rtc.h7 #include <asm/arch/irqs.h>
/external/valgrind/main/tests/
H A Darch_test.c13 // - 0 if the machine matches the asked-for arch
14 // - 1 if it doesn't match but does match the name of another arch
15 // - 2 if it doesn't match the name of any arch
35 static Bool go(char* arch) argument
38 if ( 0 == strcmp( arch, "x86" ) ) return True;
41 if ( 0 == strcmp( arch, "x86" ) ) return True;
42 if ( 0 == strcmp( arch, "amd64" ) ) return True;
45 if ( 0 == strcmp( arch, "ppc32" ) ) return True;
48 if ( 0 == strcmp( arch, "ppc64" ) ) return True;
49 if ( 0 == strcmp( arch, "ppc3
[all...]
/external/linux-tools-perf/arch/arm/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/powerpc/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/s390/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/sh/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/sparc/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/linux-tools-perf/arch/x86/
H A DMakefile3 LIB_OBJS += $(OUTPUT)arch/$(ARCH)/util/dwarf-regs.o
/external/valgrind/main/coregrind/m_syswrap/
H A Dpriv_syswrap-main.h36 void ML_(fixup_guest_state_to_restart_syscall) ( ThreadArchState* arch );
/external/jmonkeyengine/engine/src/core/com/jme3/system/
H A DJmeSystemDelegate.java105 private boolean is64Bit(String arch) { argument
106 if (arch.equals("x86")) {
108 } else if (arch.equals("amd64")) {
110 } else if (arch.equals("x86_64")) {
112 } else if (arch.equals("ppc") || arch.equals("PowerPC")) {
114 } else if (arch.equals("ppc64")) {
116 } else if (arch.equals("i386") || arch.equals("i686")) {
118 } else if (arch
[all...]
/external/valgrind/main/coregrind/m_sigframe/
H A Dsigframe-s390x-linux.c65 do { zztst->arch.vex.guest_r##zzn = (unsigned long)(zzval); \
147 sigregs->regs.gprs[0] = tst->arch.vex.guest_r0;
148 sigregs->regs.gprs[1] = tst->arch.vex.guest_r1;
149 sigregs->regs.gprs[2] = tst->arch.vex.guest_r2;
150 sigregs->regs.gprs[3] = tst->arch.vex.guest_r3;
151 sigregs->regs.gprs[4] = tst->arch.vex.guest_r4;
152 sigregs->regs.gprs[5] = tst->arch.vex.guest_r5;
153 sigregs->regs.gprs[6] = tst->arch.vex.guest_r6;
154 sigregs->regs.gprs[7] = tst->arch.vex.guest_r7;
155 sigregs->regs.gprs[8] = tst->arch
[all...]
H A Dsigframe-amd64-linux.c136 //:: linux/arch/i386/kernel/i387.c
342 // FIXME: save_i387(&tst->arch, fpstate);
344 # define SC2(reg,REG) sc->reg = tst->arch.vex.guest_##REG
363 sc->eflags = LibVEX_GuestAMD64_get_rflags(&tst->arch.vex);
429 frame->vex_shadow1 = tst->arch.vex_shadow1;
430 frame->vex_shadow2 = tst->arch.vex_shadow2;
432 frame->vex = tst->arch.vex;
483 = (void*)tst->arch.vex.guest_RIP;
520 tst->arch.vex.guest_RIP = (Addr) handler;
521 tst->arch
[all...]
H A Dsigframe-ppc64-linux.c94 linux-2.6.13/arch/ppc64/kernel/signal.c */
121 do { tst->arch.vex.guest_LR = (zzval); \
128 do { tst->arch.vex.guest_GPR##zzn = (zzval); \
225 *(Addr *)sp = tst->arch.vex.guest_GPR1;
232 faultaddr = tst->arch.vex.guest_CIA;
247 = tst->arch.vex.guest_GPR##gpr
254 frame->uc.uc_mcontext.gp_regs[VKI_PT_NIP] = tst->arch.vex.guest_CIA;
256 frame->uc.uc_mcontext.gp_regs[VKI_PT_ORIG_R3] = tst->arch.vex.guest_GPR3;
257 frame->uc.uc_mcontext.gp_regs[VKI_PT_CTR] = tst->arch.vex.guest_CTR;
258 frame->uc.uc_mcontext.gp_regs[VKI_PT_LNK] = tst->arch
[all...]
H A Dsigframe-x86-linux.c160 //:: linux/arch/i386/kernel/i387.c
366 // FIXME: save_i387(&tst->arch, fpstate);
368 # define SC2(reg,REG) sc->reg = tst->arch.vex.guest_##REG
385 sc->eflags = LibVEX_GuestX86_get_eflags(&tst->arch.vex);
449 frame->vex_shadow1 = tst->arch.vex_shadow1;
450 frame->vex_shadow2 = tst->arch.vex_shadow2;
452 frame->vex = tst->arch.vex;
567 = (void*)tst->arch.vex.guest_EIP;
607 tst->arch.vex.guest_EIP = (Addr) handler;
614 esp, tst->arch
[all...]
/external/compiler-rt/test/timing/
H A Dtime4 arch=$1
9 if gcc -arch $arch -Os $file $ldflags -DLIBNAME=$name
/external/dbus/dbus/
H A Ddbus-types.h31 #include <dbus/dbus-arch-deps.h>
/external/kernel-headers/original/asm-arm/arch/
H A Dboard-perseus2.h2 * linux/include/asm-arm/arch-omap/board-perseus2.h
33 #include <asm/arch/fpga.h>
/external/compiler-rt/make/
H A Dlib_info.mk10 # ArchFunctions.<arch> - The list of functions commonly available for
11 # 'arch'. This does not include any config specific
36 # Compute common arch functions.
39 $(foreach arch,$($(key).OnlyArchs),\
40 $(call Append,ArchFunctions.$(arch),$(sort \
43 # Compute arch only functions.
44 $(foreach arch,$(AvailableArchs),\
45 $(call Set,ArchFunctions.$(arch),$(sort $(ArchFunctions.$(arch))))\
46 $(call Set,ArchOnlyFunctions.$(arch),\
[all...]
/external/valgrind/main/coregrind/m_coredump/
H A Dcoredump-elf.c227 ThreadArchState* arch = (ThreadArchState*)&tst->arch; local
252 regs->eflags = LibVEX_GuestX86_get_eflags( &arch->vex );
253 regs->esp = arch->vex.guest_ESP;
254 regs->eip = arch->vex.guest_EIP;
256 regs->ebx = arch->vex.guest_EBX;
257 regs->ecx = arch->vex.guest_ECX;
258 regs->edx = arch->vex.guest_EDX;
259 regs->esi = arch->vex.guest_ESI;
260 regs->edi = arch
375 ThreadArchState* arch = (ThreadArchState*)&tst->arch; local
454 ThreadArchState* arch = (ThreadArchState*)&tst->arch; local
[all...]
/external/ant-glob/src/org/apache/tools/ant/taskdefs/condition/
H A DOs.java34 System.getProperty("os.arch").toLowerCase(Locale.ENGLISH);
55 private String arch; field in class:Os
160 * @param arch The OS architecture
162 public void setArch(String arch) { argument
163 this.arch = arch.toLowerCase(Locale.ENGLISH);
184 return isOs(family, name, arch, version);
214 * @param arch the OS architecture to check for
218 public static boolean isArch(String arch) { argument
219 return isOs(null, null, arch, nul
245 isOs(String family, String name, String arch, String version) argument
[all...]
/external/v8/tools/
H A Ddisasm.py56 def GetDisasmLines(filename, offset, size, arch, inplace):
60 assert arch in _ARCH_MAP, "Unsupported architecture '%s'" % arch
61 arch_flags = _ARCH_MAP[arch]
/external/compiler-rt/BlocksRuntime/tests/
H A Dmakefile17 gcc -fobjc-gc-only -g -arch x86_64 -arch i386 -std=gnu99 testfilerunner.m -o testfilerunner -framework Foundation
52 Buildit ?= ~rc/bin/buildit -rootsDirectory $(RootsDirectory) -arch i386 -arch ppc -arch x86_64

Completed in 303 milliseconds

12345678910