Home
last modified time | relevance | path

Searched refs:Return (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/Linux-v6.6/arch/x86/um/
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)
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
/Linux-v6.6/Documentation/wmi/devices/
Ddell-wmi-ddv.rst57 …[WmiMethodId(1), Implemented, read, write, Description("Return Battery Design Capacity.")] void Ba…
58 …[WmiMethodId(2), Implemented, read, write, Description("Return Battery Full Charge Capacity.")] vo…
59 …[WmiMethodId(3), Implemented, read, write, Description("Return Battery Manufacture Name.")] void B…
60 …[WmiMethodId(4), Implemented, read, write, Description("Return Battery Manufacture Date.")] void B…
61 …[WmiMethodId(5), Implemented, read, write, Description("Return Battery Serial Number.")] void Batt…
62 …[WmiMethodId(6), Implemented, read, write, Description("Return Battery Chemistry Value.")] void Ba…
63 …[WmiMethodId(7), Implemented, read, write, Description("Return Battery Temperature.")] void Batter…
64 …[WmiMethodId(8), Implemented, read, write, Description("Return Battery Current.")] void BatteryCur…
65 …[WmiMethodId(9), Implemented, read, write, Description("Return Battery Voltage.")] void BatteryVol…
66 …[WmiMethodId(10), Implemented, read, write, Description("Return Battery Manufacture Access(MA code…
[all …]
/Linux-v6.6/scripts/
DKconfig.include15 # Return <then> if <command> exits with 0, <else> otherwise.
19 # Return y if <command> exits with 0, n otherwise
23 # Return n if <command> exits with 0, y otherwise
27 # Return y if the compiler supports <flag>, n otherwise
31 # Return y if the linker supports <flag>, n otherwise
35 # Return y if the assembler supports <instr>, n otherwise
/Linux-v6.6/arch/arc/kernel/
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)
/Linux-v6.6/Documentation/translations/zh_CN/doc-guide/
Dkernel-doc.rst71 * Return: 描述函数返回值.
124 如有返回值,应在 ``Return`` 节中描述。
131 * Return:
138 Return: 0 - OK -EINVAL - invalid argument -ENOMEM - out of memory
142 * Return:
307 * Return: 返回值的意义.
/Linux-v6.6/arch/m68k/fpsp040/
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.
/Linux-v6.6/Documentation/powerpc/
Dpapr_hcalls.rst119 HCALL Return-values
148 | Return Value: *H_Success, H_Parameter, H_P2, H_P3, H_Hardware*
160 | Return Value: *H_Success, H_Parameter, H_P2, H_P4, H_Hardware*
170 | Return Value: *H_Success, H_Parameter, H_P2, H_P3, H_P4, H_Overlap,*
183 | Return Value: *H_Success, H_Parameter, H_P2, H_P3, H_In_Use, H_Overlap,*
195 | Return Value: *H_Success, H_Parameter, H_P2, H_NotFound*
204 | Return Value: *H_Success, H_Parameter, H_P2, H_NotFound*
213 | Return Value: *H_Success, H_Parameter, H_P2, H_P3, H_In_Use, H_Busy,*
224 | Return Value: *H_Success, H_Parameter, H_Hardware*
273 | Return Value: *H_Success, H_Parameter, H_Unsupported, H_Hardware, H_Authority, H_Privilege*
[all …]
Dultravisor.rst228 Return value of all ultracalls is in register R3. Other output values
284 Return values
350 Return values
415 Return values
461 Return values
509 Return control from the Hypervisor back to the Ultravisor after
520 Return values
572 Return values
621 Return values
657 Return values
[all …]
/Linux-v6.6/Documentation/driver-api/soundwire/
Dlocking.rst63 | return success/error | d. Return success/error
102 | return success/error | d. Return success/error
106 +-------------------------------> 4. Return success/error
/Linux-v6.6/Documentation/admin-guide/hw-vuln/
Dsrso.rst3 Speculative Return Stack Overflow (SRSO)
9 Buffer (BTB) and Return Address Predictor (RAP) in this case - and then
13 AMD CPUs predict RET instructions using a Return Address Predictor (aka
14 Return Address Stack/Return Stack Buffer). In some cases, a non-architectural
/Linux-v6.6/arch/alpha/lib/
Dcallback_srm.S32 jmp ($3) # Return directly to caller of wrapper.
49 jmp ($3) # Return directly to caller of srm_fixup.
/Linux-v6.6/Documentation/ABI/testing/
Dsysfs-memory-page-offline19 fail the offline. Return value is the size of the
42 Return value is the size of the number, or a error when
/Linux-v6.6/scripts/atomic/kerneldoc/
Dread10 * Return: The value loaded from @v.
Dset11 * Return: Nothing.
Dxchg11 * Return: The original value of @v.
Ddec_unless_positive10 * Return: @true if @v was updated, @false otherwise.
Dinc_unless_negative10 * Return: @true if @v was updated, @false otherwise.
Dinc_not_zero10 * Return: @true if @v was updated, @false otherwise.
Ddec_and_test10 * Return: @true if the resulting value of @v is zero, @false otherwise.
Ddec_if_positive10 * Return: The old value of (@v - 1), regardless of whether @v was updated.
Dinc_and_test10 * Return: @true if the resulting value of @v is zero, @false otherwise.
Dadd_negative11 * Return: @true if the resulting value of @v is negative, @false otherwise.
Dcmpxchg12 * Return: The original value of @v.
/Linux-v6.6/Documentation/filesystems/
Dnilfs2.rst107 NILFS_IOCTL_GET_CPINFO Return info about requested checkpoints. This
111 NILFS_IOCTL_GET_CPSTAT Return checkpoints statistics. This ioctl is
115 NILFS_IOCTL_GET_SUINFO Return segment usage info about requested
127 NILFS_IOCTL_GET_SUSTAT Return segment usage statistics. This ioctl
131 NILFS_IOCTL_GET_VINFO Return information on virtual block addresses.
134 NILFS_IOCTL_GET_BDESCS Return information about descriptors of disk

12345678910>>...15