Searched refs:adjust (Results 1 – 25 of 35) sorted by relevance
12
/arch/tile/kernel/ |
D | backtrace.c | 105 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()
|
D | stack.c | 289 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/ |
D | setjmp_64.S | 24 pop %rsi # Return address, and adjust the stack
|
D | setjmp_32.S | 27 popl %ecx # Return address, and adjust the stack
|
/arch/arc/lib/ |
D | memset.S | 55 ; adjust bzero args to memset args
|
/arch/s390/kernel/ |
D | time.c | 307 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/ |
D | memmove.S | 24 ! adjust pointer to the end of mem 77 ! adjust A1.2 240 ! adjust A1.2
|
D | memcpy.S | 178 ! Re-adjust the source pointer (A1.2) back to the actual (unaligned) byte
|
/arch/arm/nwfpe/ |
D | fpmodule.inl | 27 that caused the invalid instruction trap to occur. We adjust
|
/arch/x86/crypto/ |
D | crct10dif-pcl-asm_64.S | 74 # adjust the 16-bit initial_crc value, scale it to 32 bits
|
/arch/arm/lib/ |
D | backtrace.S | 71 ldr r3, .Ldsi+4 @ adjust saved 'pc' back one
|
/arch/unicore32/lib/ |
D | backtrace.S | 66 ldw r3, .Ldsi+4 @ adjust saved 'pc' back one
|
/arch/powerpc/platforms/cell/ |
D | Kconfig | 131 This governor checks for spu usage to adjust the cpu frequency.
|
/arch/arm/mach-omap2/ |
D | sram243x.S | 162 blne voltage_shift_c @ adjust voltage 186 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
|
D | sram242x.S | 162 blne voltage_shift_c @ adjust voltage 186 cmp r2, #0x1 @ (SDR or DDR) do we need to adjust DLL
|
/arch/arm/mach-ep93xx/ |
D | crunch-bits.S | 86 sub r2, r2, #4 @ adjust pc back
|
/arch/alpha/lib/ |
D | stxcpy.S | 277 srl t12, t5, t12 # e0 : adjust final null return value
|
D | ev6-stxcpy.S | 307 srl t12, t5, t12 # U : adjust final null return value
|
/arch/m68k/math-emu/ |
D | fp_decode.h | 227 | adjust stack for byte moves from/to stack
|
/arch/arm/kernel/ |
D | iwmmxt.S | 93 sub r2, r2, #4 @ adjust pc back
|
/arch/frv/kernel/ |
D | head-uc-fr401.S | 166 # adjust LED bank address
|
D | head-mmu-fr451.S | 159 # adjust LED bank address
|
D | head-uc-fr555.S | 152 # adjust LED bank address
|
/arch/sparc/lib/ |
D | checksum_32.S | 126 sub %g7, %g1, %g7 ! adjust jmp ptr 127 sub %g7, %o4, %g7 ! final jmp ptr adjust
|
/arch/m68k/fpsp040/ |
D | bindec.S | 87 | or less than LEN -1 digits, adjust ILOG and repeat from 608 | or less than LEN -1 digits, adjust ILOG and repeat from
|
12