Searched defs:offs (Results 1 - 12 of 12) sorted by relevance

/arch/x86/boot/compressed/
H A Dmkpiggy.c38 unsigned long offs; local
75 offs = (olen > ilen) ? olen - ilen : 0;
76 offs += olen >> 12; /* Add 8 bytes for each 32K block */
77 offs += 64*1024 + 128; /* Add 64K + 128 bytes slack */
78 offs = (offs+4095) & ~4095; /* Round to a 4K boundary */
87 printf("z_extract_offset = 0x%lx\n", offs);
90 printf("z_extract_offset_negative = -0x%lx\n", offs);
/arch/x86/include/asm/
H A Duprobes.h48 s32 offs; member in struct:arch_uprobe::__anon3155::__anon3156
/arch/s390/mm/
H A Dmaccess.c133 int offs = 0, size, rc; local
140 while (offs < count) {
141 size = min(PAGE_SIZE, count - offs);
142 if (memcpy_real(buf, src + offs, size))
144 if (copy_to_user(dest + offs, buf, size))
146 offs += size;
/arch/sh/kernel/cpu/sh4a/
H A Dsmp-shx3.c34 unsigned int offs = 4 * cpu; local
37 x = __raw_readl(0xfe410070 + offs); /* C0INITICI..CnINTICI */
39 __raw_writel(x, 0xfe410080 + offs); /* C0INTICICLR..CnINTICICLR */
/arch/arm/mach-s3c64xx/
H A Dcommon.c284 int offs = eint_offset(data->irq); local
291 if (offs > 27)
294 if (offs <= 15)
329 if (offs <= 15)
330 shift = (offs / 2) * 4;
332 shift = ((offs - 16) / 2) * 4;
342 if (offs < 16) {
343 pin = S3C64XX_GPN(offs);
345 } else if (offs < 23) {
346 pin = S3C64XX_GPL(offs
[all...]
/arch/x86/kernel/kprobes/
H A Dopt.c46 long offs; local
72 offs = addr - (unsigned long)kp->addr - 1;
73 memcpy(buf, op->optinsn.copied_insn + offs, RELATIVE_ADDR_SIZE - offs);
/arch/arm/mach-omap2/
H A Dcm2xxx.c210 unsigned long offs; local
228 offs = idlest_reg - cm_base;
229 offs &= 0xff00;
230 *prcm_inst = offs;
H A Dcm3xxx.c122 unsigned long offs; local
141 offs = idlest_reg - cm_base;
142 offs &= 0xff00;
143 *prcm_inst = offs;
/arch/x86/kernel/
H A Duprobes.c584 unsigned long offs = (long)auprobe->branch.offs; local
599 offs = 0;
602 regs->ip = new_ip + offs;
653 case 0x90: /* prefix* + nop; same as jmp with .offs = 0 */
685 auprobe->branch.offs = insn->immediate.value;
/arch/powerpc/kernel/
H A Drtas-proc.c433 int llen, offs; local
439 for (j = 0, offs = 0; j <= p->quant; j++) {
446 offs += strlen(loc) + 1;
448 if (offs >= llen)
/arch/arc/kernel/
H A Dunwind.c56 unsigned offs:BITS_PER_LONG / 2; member in struct:__anon139
146 uleb128_t reg, offs; member in struct:unwind_state::cfa
813 state->cfa.offs = get_uleb128(&ptr.p8, end);
815 state->cfa.offs);
821 state->cfa.offs = get_sleb128(&ptr.p8, end)
882 #define FRAME_REG(r, t) (((t *)frame)[reg_info[r].offs])
1162 || state.cfa.offs % sizeof(unsigned long))
1198 cfa = FRAME_REG(state.cfa.reg, unsigned long) + state.cfa.offs;
1207 state.cfa.reg, state.cfa.offs, cfa);
/arch/arm/common/
H A Dedma.c1005 u32 offs, ctlr = EDMA_CTLR(slot); local
1009 offs = PARM_OFFSET(slot);
1010 offs += dst ? PARM_DST : PARM_SRC;
1012 return edma_read(ctlr, offs);

Completed in 371 milliseconds