HomeSort by relevance Sort by last modified time
    Searched defs:regs (Results 51 - 75 of 87) sorted by null

1 23 4

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
user_32.h 56 struct user_regs_struct regs; member in struct:user
vm86.h 84 struct vm86_regs regs; member in struct:vm86_struct
104 struct vm86_regs regs; member in struct:vm86plus_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
user32.h 53 struct user_regs_struct32 regs; member in struct:user32
user_32.h 56 struct user_regs_struct regs; member in struct:user
vm86.h 84 struct vm86_regs regs; member in struct:vm86_struct
104 struct vm86_regs regs; member in struct:vm86plus_struct
  /bionic/libc/kernel/arch-x86/asm/
vm86.h 84 struct vm86_regs regs; member in struct:vm86_struct
104 struct vm86_regs regs; member in struct:vm86plus_struct
  /development/ndk/platforms/android-5/arch-x86/include/asm/
vm86.h 84 struct vm86_regs regs; member in struct:vm86_struct
104 struct vm86_regs regs; member in struct:vm86plus_struct
  /external/qemu/hw/
dma.c 59 struct dma_regs regs[4]; member in struct:dma_cont
91 d->regs[ichan].page = data;
104 d->regs[ichan].pageh = data;
117 return d->regs[ichan].page;
130 return d->regs[ichan].pageh;
137 r = d->regs + ichan;
160 r = d->regs + ichan;
182 r = d->regs + ichan;
241 d->regs[ichan].mode = data;
304 return dma_controllers[nchan > 3].regs[nchan & 3].mode
    [all...]
  /external/qemu/
kqemu.h 45 uint64_t regs[16]; member in struct:kqemu_cpu_state
cpu-exec.c 490 && ((IS_M(env) && env->regs[15] < 0xfffffff0)
1415 uint32_t *regs = (uint32_t *)(info + 1); local
    [all...]
  /external/quake/quake/src/WinQuake/
mplib.cpp 119 REGISTERS regs; local
121 regs.d.eax = DPMIAPI_POST_WINDOWS_ORD << 16 | MGENVXD_DEVICE_ID;
122 regs.d.ebx = 0;
123 regs.d.ecx = 0;
124 int386(CHUNNEL_INT, &regs, &regs);
130 REGISTERS regs; local
132 regs.d.eax = MGENVXD_WAIT_ORD << 16 | MGENVXD_DEVICE_ID;
133 int386(CHUNNEL_INT, &regs, &regs);
139 REGISTERS regs; local
150 REGISTERS regs; local
162 REGISTERS regs; local
173 REGISTERS regs; local
184 REGISTERS regs; local
196 REGISTERS regs; local
208 REGISTERS regs; local
218 REGISTERS regs; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_linux.c 74 void *regs; /* SDIO Host Controller address */ member in struct:bcmsdh_hc
175 ulong regs = 0; local
224 (void **)&regs, irq))) {
230 (void **)&regs, irq))) {
252 (void *)regs, NULL, sdh))) {
374 ulong regs; local
461 (void **)&regs, pdev->irq))) {
471 (void *)regs, NULL, sdh))) {
  /hardware/broadcom/wlan/bcm4329/src/shared/
sbutils.c 43 static uint _sb_scan(si_info_t *sii, uint32 sba, void *regs, uint bus, uint32 sbba,
373 if (!sii->common_info->regs[coreidx]) {
374 sii->common_info->regs[coreidx] =
376 ASSERT(GOODREGS(sii->common_info->regs[coreidx]));
378 r = (uint32 *)((uchar *)sii->common_info->regs[coreidx] + regoff);
380 /* If pci/pcie, we can get at pci/pcie regs and on newer cores to chipc */
450 * is the default core address at chip POR time and 'regs' is the virtual
457 _sb_scan(si_info_t *sii, uint32 sba, void *regs, uint bus, uint32 sbba, uint numcores)
478 SI_MSG(("_sb_scan: reuse mapped regs %p for core %u\n", regs, next))
598 void *regs; local
    [all...]
siutils_priv.h 51 void *regs[SI_MAXCORES]; /* other regs va */ member in struct:si_common_info
86 void *curmap; /* current regs va */
98 #define GOODREGS(regs) ((regs) != NULL && ISALIGNED((uintptr)(regs), SI_CORE_SIZE))
154 extern void sb_scan(si_t *sih, void *regs, uint devid);
189 extern si_t *ai_attach(uint pcidev, osl_t *osh, void *regs, uint bustype,
192 extern void ai_scan(si_t *sih, void *regs, uint devid);
siutils.c 50 static si_info_t *si_doattach(si_info_t *sii, uint devid, osl_t *osh, void *regs,
54 uint *origidx, void *regs);
67 * regs - virtual address of initial core registers
73 si_attach(uint devid, osl_t *osh, void *regs,
84 if (si_doattach(sii, devid, osh, regs, bustype, sdh, vars, varsz) == NULL) {
108 void *regs = REG_MAP(SI_ENUM_BASE, SI_CORE_SIZE); local
110 if (si_doattach(&ksii, BCM4710_DEVICE_ID, osh, regs,
117 REG_UNMAP(regs);
120 REG_UNMAP(regs);
185 uint *origidx, void *regs)
1423 sbsocramregs_t *regs; local
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
LocalList.java 468 private RegisterSpecSet regs; field in class:LocalList.MakeState
482 regs = null;
518 newRegs.putAll(regs);
523 regs = newRegs;
545 RegisterSpec oldSpec = regs.get(i);
582 RegisterSpec existingLocal = regs.get(regNum);
589 RegisterSpec movedLocal = regs.findMatchingLocal(startedLocal);
628 regs.put(startedLocal);
656 RegisterSpec justBelow = regs.get(regNum - 1);
670 RegisterSpec justAbove = regs.get(regNum + 1)
    [all...]
RopTranslator.java 462 RegisterSpecList regs = insn.getSources(); local
465 && (regs.size() == 2)
466 && (resultReg.getReg() == regs.get(1).getReg())) {
475 regs = RegisterSpecList.make(regs.get(1), regs.get(0));
479 return regs;
482 return regs.withFirst(resultReg);
601 RegisterSpecList regs = getRegs(insn); local
602 di = new CstInsn(opcode, pos, regs, insn.getConstant())
692 RegisterSpecList regs = insn.getSources(); local
699 RegisterSpecList regs = getRegs(insn, realResult); local
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java 55 /** indexed by SSA reg; the set of SSA regs we've mapped */
155 StringBuilder regs = new StringBuilder(); local
157 regs.append('{');
158 regs.append(' ');
160 regs.append('v');
161 regs.append(reg.getReg());
162 regs.append(' ');
164 regs.append('}');
165 System.out.printf("Local: %s Registers: %s\n", e.getKey(), regs);
388 * Finds a range of rop regs that can be used for local variables
    [all...]
  /external/kernel-headers/original/asm-x86/
vm86.h 74 * normal regs, with special meaning for the segment descriptors..
107 struct vm86_regs regs; member in struct:vm86_struct
130 struct vm86_regs regs; member in struct:vm86plus_struct
152 * normal regs, with special meaning for the segment descriptors..
165 struct kernel_vm86_regs regs; member in struct:kernel_vm86_struct
181 struct pt_regs *regs32; /* here we save the pointer to the old regs */
  /cts/tools/dasm/src/dasm/
DAsm.java 459 * used by the .limit regs directive
711 String regs[] = Utils.splitRegList(v1); local
712 if (regs != null) {
713 int rn = regs.length;
723 reg_num[i] = getRegNumberFromString(regs[i]);
771 String regs[] = Utils.splitRegList(v1); local
773 if (regs != null && regs.length > 0) {
776 regC = getRegNumberFromString(regs[0]);
782 if (regs.length > 1)
1115 String regs[] = Utils.splitRegList(v1); local
    [all...]
  /dalvik/vm/analysis/
RegisterMap.c 41 static void outputTypeVector(const RegType* regs, int insnRegCount, u1* data);
82 * changes tend to cluster in the low regs even for large methods.
371 static void outputTypeVector(const RegType* regs, int insnRegCount, u1* data)
377 RegType type = *regs++;
511 const RegType* regs = vdata->addrRegs[addr]; local
512 if (regs == NULL) {
531 RegType type = regs[i];
    [all...]
  /external/strace/
syscall.c 761 static struct pt_regs regs; variable in typeref:struct:pt_regs
766 static struct regs regs; variable in typeref:struct:regs
786 struct reg regs; variable in typeref:struct:reg
1009 if (ptrace(PTRACE_GETREGS, pid, NULL, (void *)&regs) == -1)
1015 if (regs.ARM_ip == 0) {
1027 if (regs.ARM_cpsr & 0x20) {
1031 scno = regs.ARM_r7;
1037 scno = ptrace(PTRACE_PEEKTEXT, pid, (void *)(regs.ARM_pc - 4), NULL);
1052 scno = regs.ARM_r7
2560 struct regs regs; local
2593 struct reg regs; local
    [all...]
  /external/webkit/JavaScriptCore/runtime/
Collector.cpp 873 static size_t getPlatformThreadRegisters(const PlatformThread& platformThread, PlatformThreadRegisters& regs)
878 unsigned user_count = sizeof(regs)/sizeof(int);
896 kern_return_t result = thread_get_state(platformThread, flavor, (thread_state_t)&regs, &user_count);
906 regs.ContextFlags = CONTEXT_INTEGER | CONTEXT_CONTROL | CONTEXT_SEGMENTS;
907 GetThreadContext(platformThread, &regs);
914 static inline void* otherThreadStackPointer(const PlatformThreadRegisters& regs)
921 return reinterpret_cast<void*>(regs.__esp);
923 return reinterpret_cast<void*>(regs.__rsp);
925 return reinterpret_cast<void*>(regs.__r1);
927 return reinterpret_cast<void*>(regs.__sp)
958 PlatformThreadRegisters regs; local
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 203 Scratch regs(registerFile());
232 build_textures(parts, regs);
240 mDstPixel.setTo(regs.obtain(), &mCbFormat);
261 parts.dither = reg_t(regs.obtain());
269 pixel.setTo(regs.obtain(), &mCbFormat, FIRST);
271 build_component(pixel, parts, GGLFormat::ALPHA, regs);
279 build_component(pixel, parts, GGLFormat::RED, regs);
280 build_component(pixel, parts, GGLFormat::GREEN, regs);
281 build_component(pixel, parts, GGLFormat::BLUE, regs);
297 build_logic_op(pixel, regs);
528 Scratch& regs = blend_needs_alpha_source ? global_regs : scratches; local
    [all...]
  /external/kernel-headers/original/linux/
pnp.h 202 unsigned short regs; /* ISAPnP: supported registers */ member in struct:pnp_dev

Completed in 2367 milliseconds

1 23 4