Home
last modified time | relevance | path

Searched refs:adjust (Results 1 – 25 of 35) sorted by relevance

12

/arch/tile/kernel/
Dbacktrace.c105 static bool bt_has_addi_sp(const struct BacktraceBundle *bundle, int *adjust) in bt_has_addi_sp() argument
122 *adjust = insn->operand_values[2]; in bt_has_addi_sp()
231 static bool bt_has_add_sp(const struct BacktraceBundle *bundle, int *adjust, in bt_has_add_sp() argument
241 *adjust = moveli_args[reg]; in bt_has_add_sp()
440 int adjust; in find_caller_pc_and_caller_sp() local
441 if (bt_has_addi_sp(&bundle, &adjust) in find_caller_pc_and_caller_sp()
443 || bt_has_add_sp(&bundle, &adjust, moveli_args) in find_caller_pc_and_caller_sp()
448 if (adjust <= 0) { in find_caller_pc_and_caller_sp()
454 location->sp_offset = adjust; in find_caller_pc_and_caller_sp()
Dstack.c289 unsigned long size, offset, adjust; in describe_addr() local
300 adjust = !kbt->new_context; in describe_addr()
301 address -= adjust; in describe_addr()
316 offset + adjust, size); in describe_addr()
/arch/x86/um/
Dsetjmp_64.S24 pop %rsi # Return address, and adjust the stack
Dsetjmp_32.S27 popl %ecx # Return address, and adjust the stack
/arch/arc/lib/
Dmemset.S55 ; adjust bzero args to memset args
/arch/s390/kernel/
Dtime.c307 struct timex adjust; in adjust_time() local
314 adjust.offset = ticks * (1000000 / HZ); in adjust_time()
320 adjust.offset = -ticks * (1000000 / HZ); in adjust_time()
323 if (adjust.offset != 0) { in adjust_time()
325 "by %li microseconds\n", adjust.offset); in adjust_time()
326 adjust.modes = ADJ_OFFSET_SINGLESHOT; in adjust_time()
327 do_adjtimex(&adjust); in adjust_time()
/arch/metag/lib/
Dmemmove.S24 ! adjust pointer to the end of mem
77 ! adjust A1.2
240 ! adjust A1.2
Dmemcpy.S178 ! Re-adjust the source pointer (A1.2) back to the actual (unaligned) byte
/arch/arm/nwfpe/
Dfpmodule.inl27 that caused the invalid instruction trap to occur. We adjust
/arch/x86/crypto/
Dcrct10dif-pcl-asm_64.S74 # adjust the 16-bit initial_crc value, scale it to 32 bits
/arch/arm/lib/
Dbacktrace.S71 ldr r3, .Ldsi+4 @ adjust saved 'pc' back one
/arch/unicore32/lib/
Dbacktrace.S66 ldw r3, .Ldsi+4 @ adjust saved 'pc' back one
/arch/powerpc/platforms/cell/
DKconfig131 This governor checks for spu usage to adjust the cpu frequency.
/arch/arm/mach-omap2/
Dsram243x.S162 blne voltage_shift_c @ adjust voltage
186 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
Dsram242x.S162 blne voltage_shift_c @ adjust voltage
186 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
/arch/arm/mach-ep93xx/
Dcrunch-bits.S86 sub r2, r2, #4 @ adjust pc back
/arch/alpha/lib/
Dstxcpy.S277 srl t12, t5, t12 # e0 : adjust final null return value
Dev6-stxcpy.S307 srl t12, t5, t12 # U : adjust final null return value
/arch/m68k/math-emu/
Dfp_decode.h227 | adjust stack for byte moves from/to stack
/arch/arm/kernel/
Diwmmxt.S93 sub r2, r2, #4 @ adjust pc back
/arch/frv/kernel/
Dhead-uc-fr401.S166 # adjust LED bank address
Dhead-mmu-fr451.S159 # adjust LED bank address
Dhead-uc-fr555.S152 # adjust LED bank address
/arch/sparc/lib/
Dchecksum_32.S126 sub %g7, %g1, %g7 ! adjust jmp ptr
127 sub %g7, %o4, %g7 ! final jmp ptr adjust
/arch/m68k/fpsp040/
Dbindec.S87 | or less than LEN -1 digits, adjust ILOG and repeat from
608 | or less than LEN -1 digits, adjust ILOG and repeat from

12