Home
last modified time | relevance | path

Searched refs:Return (Results 1 - 25 of 53) sorted by relevance

123

/kernel/linux/linux-5.10/arch/x86/um/
H A Dsetjmp_64.S25 pop %rsi # Return address, and adjust the stack
26 xorl %eax,%eax # Return value
35 movq %rsi,56(%rdi) # Return address
45 movl %esi,%eax # Return value (int)
H A Dsetjmp_32.S28 popl %ecx # Return address, and adjust the stack
29 xorl %eax,%eax # Return value
36 movl %ecx,20(%edx) # Return address
50 movl 8(%esp),%eax # Return value
/kernel/linux/linux-6.6/arch/x86/um/
H A Dsetjmp_64.S25 pop %rsi # Return address, and adjust the stack
26 xorl %eax,%eax # Return value
35 movq %rsi,56(%rdi) # Return address
45 movl %esi,%eax # Return value (int)
H A Dsetjmp_32.S28 popl %ecx # Return address, and adjust the stack
29 xorl %eax,%eax # Return value
36 movl %ecx,20(%edx) # Return address
50 movl 8(%esp),%eax # Return value
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dentry-arcv2.S172 ;############# Return from Intr/Excp/Trap (ARCv2 ISA Specifics) ##############
192 ;####### Return from Intr #######
201 ; Handle special case #1: (Entry via Exception, Return via IRQ)
216 ;####### Return from Exception / pure kernel mode #######
224 ;####### Return from Intr to insn in delay slot #######
226 ; Handle special case #2: (Entry via Exception in Delay Slot, Return via IRQ)
H A Dentry.S63 ; Return to user space
249 ;############# Return from Intr/Excp/Trap (Linux Specifics) ##############
/kernel/linux/linux-5.10/arch/arc/kernel/
H A Dentry-arcv2.S186 ;############# Return from Intr/Excp/Trap (ARCv2 ISA Specifics) ##############
206 ;####### Return from Intr #######
215 ; Handle special case #1: (Entry via Exception, Return via IRQ)
230 ;####### Return from Exception / pure kernel mode #######
238 ;####### Return from Intr to insn in delay slot #######
240 ; Handle special case #2: (Entry via Exception in Delay Slot, Return via IRQ)
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dslog2.S42 | 2.2 Return ans := Y * INV_L10.
56 | 2.2 Return ans := Y * INV_L10.
71 | 2.2 Return ans := Y * INV_L2.
84 | Step 2. Return k.
87 | 2.3 Return ans := convert-to-double-extended(k).
93 | 4.2 Return ans := Y * INV_L2.
H A Dssinh.S43 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return
H A Dscosh.S42 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return
H A Dsetox.S52 | Step 2. Return ans := ans + sign(X)*2^(-126). Exit.
157 | 6.4 Return ans := ans * Scale. Exit.
172 | Step 7. Return 1 + X.
175 | 7.3 Return ans := 1 + ans. Exit
201 | 9.5 Return ans := ans * ans. Exit.
214 | Step 2. Return ans := X + ans. Exit.
281 | 6.7 Return ans := Sc * ans. Exit.
294 | Return ans := ans*2^(140). Exit
325 | Return ans := ans + 2^(-126). Exit.
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dslog2.S42 | 2.2 Return ans := Y * INV_L10.
56 | 2.2 Return ans := Y * INV_L10.
71 | 2.2 Return ans := Y * INV_L2.
84 | Step 2. Return k.
87 | 2.3 Return ans := convert-to-double-extended(k).
93 | 4.2 Return ans := Y * INV_L2.
H A Dscosh.S42 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return
H A Dssinh.S43 | 5. (|X| > 16480 log2) sinh(X) must overflow. Return
H A Dsetox.S52 | Step 2. Return ans := ans + sign(X)*2^(-126). Exit.
157 | 6.4 Return ans := ans * Scale. Exit.
172 | Step 7. Return 1 + X.
175 | 7.3 Return ans := 1 + ans. Exit
201 | 9.5 Return ans := ans * ans. Exit.
214 | Step 2. Return ans := X + ans. Exit.
281 | 6.7 Return ans := Sc * ans. Exit.
294 | Return ans := ans*2^(140). Exit
325 | Return ans := ans + 2^(-126). Exit.
/kernel/linux/linux-5.10/arch/alpha/lib/
H A Dcallback_srm.S32 jmp ($3) # Return directly to caller of wrapper.
49 jmp ($3) # Return directly to caller of srm_fixup.
/kernel/linux/linux-6.6/arch/alpha/lib/
H A Dcallback_srm.S32 jmp ($3) # Return directly to caller of wrapper.
49 jmp ($3) # Return directly to caller of srm_fixup.
/kernel/linux/linux-5.10/arch/nds32/lib/
H A Dmemset.S8 move $r5, $r0 ! Return value
/kernel/linux/linux-5.10/arch/sh/kernel/
H A Dentry-common.S207 mov.l r0, @(OFF_R0,r15) ! Return value
391 mov.l r0, @(OFF_R0,r15) ! Return value
/kernel/linux/linux-6.6/arch/sh/kernel/
H A Dentry-common.S207 mov.l r0, @(OFF_R0,r15) ! Return value
391 mov.l r0, @(OFF_R0,r15) ! Return value
/kernel/linux/linux-6.6/rust/alloc/
H A Dboxed.rs2119 type Return = G::Return; types
2121 fn resume(mut self: Pin<&mut Self>, arg: R) -> GeneratorState<Self::Yield, Self::Return> { in resume()
2132 type Return = G::Return; types
2134 fn resume(mut self: Pin<&mut Self>, arg: R) -> GeneratorState<Self::Yield, Self::Return> { in resume()
/kernel/linux/linux-5.10/arch/c6x/lib/
H A Ddivu.S36 ;; Return immediately if the dividend is zero.
H A Ddivremu.S19 ;; Return immediately if the dividend is zero. Setting B4 to 1
/kernel/linux/linux-5.10/arch/arm/mach-omap2/
H A Dsleep34xx.S274 bne exit_nonoff_modes @ Return if locked
287 b exit_nonoff_modes @ Return when locked
/kernel/linux/linux-6.6/arch/arm/mach-omap2/
H A Dsleep34xx.S274 bne exit_nonoff_modes @ Return if locked
287 b exit_nonoff_modes @ Return when locked

Completed in 11 milliseconds

123