Searched refs:Return (Results 1 – 25 of 354) sorted by relevance
12345678910>>...15
/Linux-v6.6/arch/x86/um/ |
D | setjmp_64.S | 25 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)
|
D | setjmp_32.S | 28 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/ |
D | dell-wmi-ddv.rst | 57 …[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/ |
D | Kconfig.include | 15 # 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/ |
D | entry-arcv2.S | 172 ;############# 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/ |
D | kernel-doc.rst | 71 * 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/ |
D | slog2.S | 42 | 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/ |
D | papr_hcalls.rst | 119 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 …]
|
D | ultravisor.rst | 228 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/ |
D | locking.rst | 63 | 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/ |
D | srso.rst | 3 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/ |
D | callback_srm.S | 32 jmp ($3) # Return directly to caller of wrapper. 49 jmp ($3) # Return directly to caller of srm_fixup.
|
/Linux-v6.6/Documentation/ABI/testing/ |
D | sysfs-memory-page-offline | 19 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/ |
D | read | 10 * Return: The value loaded from @v.
|
D | set | 11 * Return: Nothing.
|
D | xchg | 11 * Return: The original value of @v.
|
D | dec_unless_positive | 10 * Return: @true if @v was updated, @false otherwise.
|
D | inc_unless_negative | 10 * Return: @true if @v was updated, @false otherwise.
|
D | inc_not_zero | 10 * Return: @true if @v was updated, @false otherwise.
|
D | dec_and_test | 10 * Return: @true if the resulting value of @v is zero, @false otherwise.
|
D | dec_if_positive | 10 * Return: The old value of (@v - 1), regardless of whether @v was updated.
|
D | inc_and_test | 10 * Return: @true if the resulting value of @v is zero, @false otherwise.
|
D | add_negative | 11 * Return: @true if the resulting value of @v is negative, @false otherwise.
|
D | cmpxchg | 12 * Return: The original value of @v.
|
/Linux-v6.6/Documentation/filesystems/ |
D | nilfs2.rst | 107 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