| /linux-5.15/arch/m68k/ifpsp060/ |
| H A D | fskeleton.S | 60 | routine. The operating system can do system dependent clean-up or 71 | is present. The routine below should point to the operating system handler 75 | The sample routine below simply clears the exception status bit and 90 | is present. The routine below should point to the operating system handler 94 | The sample routine below simply clears the exception status bit and 108 | is present. The routine below should point to the operating system handler 113 | The sample routine below simply clears the exception status bit and 127 | is present. The routine below should point to the operating system handler 132 | The sample routine below simply clears the exception status bit and 146 | is present. The routine below should point to the operating system handler [all …]
|
| H A D | iskeleton.S | 88 | stack frame and branches to this routine. 123 | Integer Instruction stack frame and branches to this routine. 163 | then this routine simply re-enters the package through _isp_cas. 174 | then this routine simply re-enters the package through _isp_cas2. 183 | Entry point for the operating system`s routine to "lock" a page 184 | from being paged out. This routine is needed by the cas/cas2 186 | region. Note: the routine must lock two pages if the operand 252 | Entry point for the operating system`s routine to "unlock" a 254 | Note: the routine must unlock two pages if the operand spans
|
| H A D | ilsp.doc | 72 within the package will then enter the correct emulation code routine. 90 bsr.l _060LISP_TOP+0x18 # branch to multiply routine 105 bsr.l _060LISP_TOP+0x08 # branch to divide routine 112 routine must make sure that the value isn't lost while popping 122 bsr.l _060LSP_TOP_+0x48 # branch to "cmp2" routine 129 operand is a zero, then the library routine, as its last
|
| H A D | fplsp.doc | 73 within the package will then enter the correct emulation code routine. 88 bsr.l _060FPLSP_TOP+0x1a8 # branch to fsin routine 100 bsr.l _060FPLSP_TOP+0x168 # branch to frem routine 112 floating-point Operand Error exception, then the library routine
|
| /linux-5.15/arch/sparc/include/asm/ |
| H A D | ttable.h | 25 #define TRAP(routine) \ argument 29 call routine; \ 35 #define TRAP_7INSNS(routine) \ argument 39 call routine; \ 44 #define TRAP_SAVEFPU(routine) \ argument 48 call routine; \ 54 #define TRAP_NOSAVE(routine) \ argument 55 ba,pt %xcc, routine; \ 59 #define TRAP_NOSAVE_7INSNS(routine) \ argument 60 ba,pt %xcc, routine; \ [all …]
|
| /linux-5.15/Documentation/driver-api/memory-devices/ |
| A D | ti-gpmc.rst | 29 generic timing routine was developed to achieve above requirements. 31 Generic routine provides a generic method to calculate gpmc timings 40 field as required by peripheral, educate generic timing routine to 45 Generic timing routine has been verified to work properly on 48 A word of caution: generic timing routine has been developed based 52 in mainline having custom timing routine) and by simulation. 176 mentioned above, refer timing routine for more details. To know what
|
| /linux-5.15/Documentation/watchdog/ |
| A D | watchdog-kernel-api.rst | 33 The watchdog_register_device routine registers a watchdog timer device. 34 The parameter of this routine is a pointer to a watchdog_device structure. 35 This routine returns zero on success and a negative errno code for failure. 37 The watchdog_unregister_device routine deregisters a registered watchdog timer 38 device. The parameter of this routine is the pointer to the registered 145 * start: this is a pointer to the routine that starts the watchdog timer 147 The routine needs a pointer to the watchdog timer device structure as a 154 * stop: with this routine the watchdog timer device is being stopped. 156 The routine needs a pointer to the watchdog timer device structure as a 159 driver supporting such hardware does not have to implement the stop routine. [all …]
|
| /linux-5.15/arch/arm/kernel/ |
| A D | entry-ftrace.S | 125 sub r0, fp, #4 @ lr of instrumented routine (parent) 128 ldr r1, [sp, #S_PC] @ instrumented routine (func) 172 sub r0, fp, #4 @ &lr of instrumented routine (&parent) 175 ldr r1, [sp, #16] @ instrumented routine (func) 179 mcount_adjust_addr r1, lr @ instrumented routine (func)
|
| /linux-5.15/Documentation/vm/ |
| A D | hugetlbfs_reserv.rst | 105 These operations result in a call to the routine hugetlb_reserve_pages():: 114 was specified, then this routine returns immediately as no reservations 152 reservations is known. The routine hugetlb_acct_memory() is called to check 184 is performed within the routine alloc_huge_page():: 197 The helper routine vma_needs_reservation() is called to determine if a 200 information on what this routine does. 208 exists and can be used for the allocation, the routine dequeue_huge_page_vma() 209 is called. This routine takes two arguments related to reservations: 240 The routine vma_commit_reservation() is then called to adjust the reserve 275 Huge page freeing is performed by the routine free_huge_page(). This routine [all …]
|
| /linux-5.15/arch/arm/lib/ |
| H A D | findbit.S | 46 beq 1b @ If new byte, goto old routine 87 beq 1b @ If new byte, goto old routine 121 beq 1b @ If new byte, goto old routine 155 beq 1b @ If new byte, goto old routine
|
| H A D | delay-loop.S | 36 @ Delay routine
|
| /linux-5.15/Documentation/scsi/ |
| A D | 53c700.rst | 73 In the detect routine, you need to allocate a struct 77 routine into the interrupt line and call NCR_700_detect with the host 82 In the release routine, you must free the NCR_700_Host_Parameters that 93 where host is the return from the relevant NCR_700_detect() routine. 95 You may also write your own interrupt handling routine which calls
|
| H A D | ChangeLog.ips | 74 4.00.05 - Remove wish_block from init routine 93 3.60.01 - Remove bogus error check in passthru routine. 109 0.99.03 - Make interrupt routine handle all completed request on the
|
| H A D | ChangeLog.megaraid_sas | 214 c). In driver's timeout routine, driver will report to 215 OS as reset. Also driver's queue routine will block the 218 d). in Driver's ISR routine, if driver get the FW state as 222 e). In driver's IOCTL routine, the application cmds will wait for the 232 3. In driver's timeout routine, driver will do three time reset if fw is in 264 2. Takeoff the debug print-out in aen_polling routine. 337 1. Add shutdown DCMD cmd to the shutdown routine to make FW shutdown proper. 416 1. Added the megasas_reset_timer routine to intercept cmd timeout and throttle io. 435 routine for max 3 minutes for all pending command completion. Now driver will 436 call completion routine every 5 seconds from the reset routine instead of [all …]
|
| /linux-5.15/arch/m68k/fpsp040/ |
| H A D | get_op.S | 6 | Description: This routine is called by the unsupported format/data 10 | opclass handler routine. See 68881/2 User's Manual table 4-11 39 | routine. The number is normalized, put back on the stack and 47 | routine which converts the unnorm to a norm (called mk_norm) 48 | detects this and tags the number as a denorm. The routine
|
| H A D | gen_except.S | 4 | gen_except --- FPSP routine to detect reportable exceptions 6 | This routine compares the exception enable byte of the 10 | Any routine which may report an exceptions must load 158 movel (%a0,%d1.w*4),%a0 |load routine address based 160 jmp (%a0) |jump to routine 324 | instruction in an emulation routine caused the exception 347 | instruction of an emulation routine.
|
| /linux-5.15/Documentation/admin-guide/device-mapper/ |
| A D | kcopyd.rst | 30 completion callback routine, and a pointer to some context data for the copy:: 39 When the copy completes, kcopyd will call the user's completion routine,
|
| /linux-5.15/Documentation/leds/ |
| A D | ledtrig-transient.rst | 26 routine for the default trigger gets called. During registration of an led 29 When the driver unregisters, deactivation routine for the currently active 46 as its default trigger, trigger activation routine will get called. During 52 Transient trigger activation routine doesn't change the LED state. It 54 deactivation routine, will cancel any timer that is active before it cleans
|
| /linux-5.15/Documentation/driver-api/ |
| A D | vme.rst | 8 with the VME subsystem, typically called from the devices init routine. This is 35 The '.probe' element should contain a pointer to the probe routine. The 36 probe routine is passed a :c:type:`struct vme_dev <vme_dev>` pointer as an 45 driver's exit routine. 51 Once a driver has registered with the VME core the provided match routine will 54 failure. For all successful matches, the probe routine of the corresponding 55 driver is called. The probe routine is passed a pointer to the devices
|
| /linux-5.15/drivers/isdn/mISDN/ |
| H A D | fsm.h | 39 void (*routine) (struct FsmInst *, int, void *); member
|
| /linux-5.15/arch/arm/include/asm/ |
| H A D | entry-macro-multi.S | 12 @ routine called with r0 = irq number, r1 = struct pt_regs *
|
| /linux-5.15/Documentation/networking/ |
| A D | driver.rst | 91 1) After the ndo_stop routine has been called, the hardware must 96 2) The ndo_stop routine will be called by unregister_netdevice
|
| /linux-5.15/Documentation/sound/designs/ |
| A D | compress-offload.rst | 104 This routine returns the list of audio formats supported. Querying the 109 For each codec, this routine returns a list of 119 settings, this routine returns the minimum buffer size handled by the 126 This routine sets the configuration chosen for a specific codec. The 224 This routine sets the encoder delay and encoder padding. This can be used by 229 This routine tells DSP that metadata and write operation sent after this would
|
| /linux-5.15/Documentation/spi/ |
| A D | spi-lm70llp.rst | 57 The bitbanger routine in this driver (lm70_txrx) is called back from 75 So: the getmiso inline routine in this driver takes this fact into account,
|
| /linux-5.15/arch/mips/kernel/ |
| H A D | scall32-o32.S | 93 lw t2, (t1) # syscall routine 187 lw t2, sys_call_table(t1) # syscall routine
|