Searched refs:nr_regs (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/kernel/
H A Dptrace.c260 unsigned int nr_regs; local
263 nr_regs = hweight16(insn & 65535) << 2;
266 nr_regs -= 4;
269 nr_regs = -4;
271 nr_regs = 0;
276 if (read_u32(child, base + nr_regs, &alt) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/kernel/
H A Dptrace.c276 unsigned int nr_regs; local
279 nr_regs = hweight16(insn & 65535) << 2;
282 nr_regs -= 4;
285 nr_regs = -4;
287 nr_regs = 0;
292 if (read_u32(child, base + nr_regs, &alt) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mm/
H A Dalignment.c418 unsigned int rd, rn, correction, nr_regs, regbits; local
430 nr_regs = hweight16(REGMASK_BITS(instr)) * 4;
436 nr_regs = -nr_regs;
437 newaddr += nr_regs;

Completed in 58 milliseconds