Home
last modified time | relevance | path

Searched refs:routine (Results 1 – 200 of 216) sorted by relevance

12

/linux-4.4.14/tools/perf/util/
Dusage.c48 void set_die_routine(void (*routine)(const char *err, va_list params) NORETURN) in set_die_routine()
50 die_routine = routine; in set_die_routine()
53 void set_warning_routine(void (*routine)(const char *err, va_list params)) in set_warning_routine()
55 warn_routine = routine; in set_warning_routine()
Dutil.h147 extern void set_die_routine(void (*routine)(const char *err, va_list params) NORETURN);
148 extern void set_warning_routine(void (*routine)(const char *err, va_list params));
/linux-4.4.14/arch/m68k/ifpsp060/
Dfskeleton.S60 | 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 …]
Diskeleton.S88 | 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
Dilsp.doc72 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
Dfplsp.doc73 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
Dos.S57 | Each IO routine checks to see if the memory write/read is to/from user
Disp.doc104 are listed in section "68060 ISP entry points" below. A calling routine
Dfpsp.doc96 are listed in section "68060 FPSP entry points" below. A calling routine
DTEST.DOC92 routine would simply execute a "bsr" or "jsr" that jumped to the selected
/linux-4.4.14/arch/sparc/include/asm/
Dttable.h24 #define TRAP(routine) \ argument
28 call routine; \
34 #define TRAP_7INSNS(routine) \ argument
38 call routine; \
43 #define TRAP_SAVEFPU(routine) \ argument
47 call routine; \
53 #define TRAP_NOSAVE(routine) \ argument
54 ba,pt %xcc, routine; \
58 #define TRAP_NOSAVE_7INSNS(routine) \ argument
59 ba,pt %xcc, routine; \
[all …]
/linux-4.4.14/Documentation/watchdog/
Dwatchdog-kernel-api.txt31 The watchdog_register_device routine registers a watchdog timer device.
32 The parameter of this routine is a pointer to a watchdog_device structure.
33 This routine returns zero on success and a negative errno code for failure.
35 The watchdog_unregister_device routine deregisters a registered watchdog timer
36 device. The parameter of this routine is the pointer to the registered
129 * start: this is a pointer to the routine that starts the watchdog timer
131 The routine needs a pointer to the watchdog timer device structure as a
133 * stop: with this routine the watchdog timer device is being stopped.
134 The routine needs a pointer to the watchdog timer device structure as a
138 routine is being provided. This can be done by using a timer in the driver
[all …]
/linux-4.4.14/Documentation/bus-devices/
Dti-gpmc.txt25 generic timing routine was developed to achieve above requirements.
27 Generic routine provides a generic method to calculate gpmc timings
36 field as required by peripheral, educate generic timing routine to
41 Generic timing routine has been verified to work properly on
44 A word of caution: generic timing routine has been developed based
48 in mainline having custom timing routine) and by simulation.
119 mentioned above, refer timing routine for more details. To know what
/linux-4.4.14/Documentation/scsi/
D53c700.txt65 In the detect routine, you need to allocate a struct
69 routine into the interrupt line and call NCR_700_detect with the host
74 In the release routine, you must free the NCR_700_Host_Parameters that
85 where host is the return from the relevant NCR_700_detect() routine.
87 You may also write your own interrupt handling routine which calls
DChangeLog.ips74 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
DChangeLog.megaraid_sas214 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 …]
Ddpti.txt54 * Fixed pointer bug in bus reset routine
68 * Add code to rescan routine that notifies scsi-core about new devices
Ddtc3x80.txt32 the driver polls for data-ready in the pseudo-DMA transfer routine.
DChangeLog.lpfc254 * Defined default mailbox completion routine and removed code in
369 list handling. Also clean up lpfc_reset_bus_handler - routine
410 * Print LPFC_MODULE_DESC banner in module init routine.
416 * When setting lpfc_nodev_tmo, from dev_loss set routine, make 1
847 * Get rid of initial static routine declarations in lpfc_hbadisc.c
936 * Removed missing function = 0 in tmo routine in lpfc_els.c.
1039 routine. Also, removing need for outstanding clock linked list
1119 pointer if the driver has discovered the target. This routine
1121 the alloc routine.
1364 * Removed locks from lpfc_sli_issue_mbox_wait routine
[all …]
DChangeLog.arcmsr61 ** 4.modify the ISR, arcmsr_interrupt routine,to prevent the
DChangeLog.megaraid515 v. Remove redundant __megaraid_busywait_mbox routine
606 viii. Optimize the build scatter-gather list routine. The callers already
614 dedicated callback routine.
Dscsi_fc_transport.txt458 * This routine assumes no locks are held on entry.
471 * This routine assumes no locks are held on entry.
Dadvansys.txt10 detect routine will display the number of CDBs available for each
DChangeLog.sym53c8xx117 - Return value 1 (instead of 0) from the driver setup routine.
486 - Make the code simpler in the wakeup_done routine.
DChangeLog.1992-1997130 Fixed interrupt routine to avoid races when handling multiple
135 throughout and fixed bug interrupt routine which resulted in shifted
628 use scsicam bios_param routine. Add support for 2011
Dtmscsim.txt350 * More intelligent abort() routine
DChangeLog.ncr53c8xx44 - Return value 1 (instead of 0) from the driver setup routine.
/linux-4.4.14/Documentation/misc-devices/mei/
Dmei-client-bus.txt52 mei_cl_register_event_cb() routine. Currently only the MEI_EVENT_RX event
103 And the driver's simplified probe routine would look like that:
117 In the probe routine the driver first enable the MEI device and then registers
120 The handler implementation will typically call some I/O routine depending on
/linux-4.4.14/arch/arm/kernel/
Dentry-ftrace.S115 sub r0, fp, #4 @ &lr of instrumented routine (&parent)
118 ldr r1, [sp, #16] @ instrumented routine (func)
122 mcount_adjust_addr r1, lr @ instrumented routine (func)
Dentry-v7m.S51 @ routine called with r0 = irq number, r1 = struct pt_regs *
Dentry-common.S228 ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine
268 ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine
/linux-4.4.14/arch/arm/lib/
Dfindbit.S49 beq 1b @ If new byte, goto old routine
90 beq 1b @ If new byte, goto old routine
124 beq 1b @ If new byte, goto old routine
158 beq 1b @ If new byte, goto old routine
Ddelay-loop.S45 @ Delay routine
/linux-4.4.14/arch/unicore32/lib/
Dfindbit.S43 beq 1b @ If new byte, goto old routine
81 beq 1b @ If new byte, goto old routine
Ddelay.S44 @ Delay routine
/linux-4.4.14/arch/m68k/fpsp040/
Dget_op.S6 | 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
Dgen_except.S4 | 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.
Dutil.S8 | derivatives of this routine.
187 jmp (%a1) |go to the correct routine
517 jmp (%a1) |go to the correct routine
Dres_func.S6 | machine and the 040 completes the operation. This routine
111 | The routine round is used to correctly round the input for the
625 | The rts following the frcfpn routine is the exit from res_func
964 | round routine.)
1145 | round routine.)
1957 movel (%a0,%d0.w*4),%a0 |load a0 with routine label for tag
1958 jmp (%a0) |go to the routine
Dfpsp.h58 | label to a routine that will process a real exception of the
71 | temporaries. If a routine needs to change any
Dbindec.S82 | mode. The FPSP routine sintd0 is used. The output
93 | The binstr routine is used to convert the LEN digit
552 | routine expects the FPCR value to be in USER_FPCR for
Dround.S413 | d0 comes into this routine with the rounding precision. It
445 | ; shifted off in denorm routine)
458 | ; shifted off in denorm routine)
Dkernel_ex.S6 | transcendental functions. Typically, the t_xx routine will
Dx_unfl.S160 | force the precision to extended for the denorm routine. Use
Dx_operr.S243 | This routine stores the data in d0, for the given size in d1,
Ddecbin.S21 | and NaN operands are dispatched without entering this routine)
Ddo_func.S450 jmp (%a1) |go to the routine
/linux-4.4.14/Documentation/
DBUG-HUNTING105 . Narrow it down to a routine
111 routine()
116 routine()
122 And then walk through that file, one routine at a time and
138 If you get it down to a routine, you'll probably get a fix in 24 hours.
154 will see the assembler code for the routine shown, but if your kernel has
Dvme_api.txt8 with the VME subsystem, typically called from the devices init routine. This is
49 The '.probe' element should contain a pointer to the probe routine. The
50 probe routine is passed a 'struct vme_dev' pointer as an argument. The
66 usually called from the device driver's exit routine:
74 Once a driver has registered with the VME core the provided match routine will
77 failure. For all successful matches, the probe routine of the corresponding
78 driver is called. The probe routine is passed a pointer to the devices
Dcachetlb.txt93 At the end of every page fault, this routine is invoked to
207 This routine need only be implemented if the platform utilizes
284 exist, this routine is called.
286 NOTE: This routine need only be called for page cache pages
304 If D-cache aliasing is not an issue, this routine may
373 If the icache does not snoop stores then this routine will need
Deisa.txt182 drivers share their probing routine between ISA, and EISA. Special
192 routine.
Ddebugging-via-ohci1394.txt48 completed, an initialization routine which runs pretty early has been
49 implemented for x86. This routine runs long before console_init() can be
Dkref.txt45 routine will be called. If the code never tries to get
204 same lock. Note that doing everything in the release routine is still
Dcpu-hotplug.txt255 - Once all services are migrated, kernel calls an arch specific routine
374 can be handled by the kernel after the routine
383 dead routine is called to be sure positively.
Dmd-cluster.txt152 routine.
Dmagic-number.txt9 routine. This last is especially useful --- particularly when you are
Dkprobes.txt23 Kprobes enables you to dynamically break into any kernel routine and
26 routine to be invoked when the breakpoint is hit.
83 handler routine should have the same signature (arg list and return
90 handler routine, and returns from the trap. As a result, control
Dmemory-hotplug.txt391 A callback routine can be registered by calling
428 The callback routine shall return one of the values
Dunaligned-memory-access.txt141 from include/linux/etherdevice.h is an optimized routine to compare two
Dunshare.txt245 helper routine with flags passed into the system call and a
Dnommu-mmap.txt225 The vm_ops->close() routine will be invoked when the last mapping on a chardev
DDMA-API.txt39 This routine allocates a region of <size> bytes of consistent memory.
131 were returned when that routine allocated the memory being freed.
DDMA-API-HOWTO.txt163 probe routine to see if the DMA controller on the machine can properly
394 This routine will allocate RAM for that region, so it acts similarly to
/linux-4.4.14/Documentation/device-mapper/
Dkcopyd.txt29 completion callback routine, and a pointer to some context data for the copy.
38 When the copy completes, kcopyd will call the user's completion routine,
Ddm-io.txt58 callback routine and a pointer to some context data for the I/O.
/linux-4.4.14/Documentation/i2c/
Dupgrading-clients130 i2c_driver entry names. The rest of the probe routine will now need to be
149 routine exits successfully, then the driver will be automatically
150 attached by the core. Change the probe routine as so:
178 In the probe routine, ensure that the new state has the client stored
Dinstantiating-devices238 either because the detection routine is too strict, or because your
/linux-4.4.14/drivers/isdn/mISDN/
Dfsm.h48 void (*routine) (struct FsmInst *, int, void *); member
Dfsm.c47 fnlist[i].state] = (FSMFNPTR) fnlist[i].routine; in mISDN_FsmNew()
/linux-4.4.14/Documentation/leds/
Dledtrig-transient.txt31 routine for the default trigger gets called. During registration of an led
34 When the driver unregisters, deactivation routine for the currently active
51 as its default trigger, trigger activation routine will get called. During
57 Transient trigger activation routine doesn't change the LED state. It
59 deactivation routine, will cancel any timer that is active before it cleans
/linux-4.4.14/arch/arm/include/asm/
Dentry-macro-multi.S11 @ routine called with r0 = irq number, r1 = struct pt_regs *
/linux-4.4.14/arch/metag/lib/
Ducmpdi2.S3 ! 64-bit unsigned compare routine.
Dcmpdi2.S3 ! 64-bit signed compare routine.
Dashrdi3.S3 ! 64-bit arithmetic shift right routine.
Dlshrdi3.S3 ! 64-bit logical shift right routine.
Dashldi3.S3 ! 64-bit arithmetic shift left routine.
Dmuldi3.S3 ! 64-bit multiply routine.
/linux-4.4.14/drivers/isdn/hisax/
Dfsm.h40 void (*routine) (struct FsmInst *, int, void *); member
Dfsm.c41 fnlist[i].state] = (FSMFNPTR)fnlist[i].routine; in FsmNew()
Dhisax.h187 void (*routine) (struct FsmInst *, int, void *); member
/linux-4.4.14/arch/mn10300/mm/
Dcache.inc27 # don't want an interrupt routine seeing a disabled cache
88 # don't want an interrupt routine seeing a disabled cache
/linux-4.4.14/Documentation/networking/
Ddriver.txt87 1) After the ndo_stop routine has been called, the hardware must
92 2) The ndo_stop routine will be called by unregister_netdevice
Dde4x5.txt128 (runs the service routine with interrupts turned off) vs. this card
129 which really needs to run the service routine with interrupts turned on.
130 This driver will now add the interrupt service routine as a fast
Dspider_net.txt76 The show_rx_chain() routine will print out the locations of the
170 routine. When the driver receives RX interrupts, but an examination
192 so its not appropriate to wait for the poll routine to refill, since
193 the poll routine runs only once per jiffy. The low-watermark mechanism
Dgen_stats.txt86 conversion routine. It does a few clever things. It takes a time
Dnetdevices.txt35 transmit routine, and the device will break that up into separate
Dvortex.txt179 The driver's interrupt service routine can handle many receive and
182 service routine will loop. The default value is 32 loops. If this
183 is exceeded the interrupt service routine gives up and generates a
Ddns_resolver.txt135 routine. This then passes the data to dns_resolver_instantiate() which strips
Daltera_tse.txt66 When the driver's transmit routine is called by the kernel, it sets up a
67 transmit descriptor by calling the underlying DMA transmit routine (SGDMA or
Dregulatory.txt110 Then you can define a routine to map your read EEPROM value to an alpha2,
Dcs89x0.txt244 c) The driver's hardware probe routine is designed to avoid
Dscaling.txt133 the end of the bottom half routine, IPIs are sent to any CPUs for which
/linux-4.4.14/Documentation/sound/alsa/
Dcompress_offload.txt99 This routine returns the list of audio formats supported. Querying the
103 - get_codec_caps For each codec, this routine returns a list of
113 settings, this routine returns the minimum buffer size handled by the
120 This routine sets the configuration chosen for a specific codec. The
166 This routine sets the encoder delay and encoder padding. This can be used by
171 This routine tells DSP that metadata and write operation sent after this would
DAudigy-mixer.txt345 callback routine associated with defined interrupt register
DSB-Live-mixer.txt356 callback routine associated with defined interrupt register
/linux-4.4.14/drivers/android/
DKconfig18 This means one Android process can call a method/routine in another
/linux-4.4.14/Documentation/spi/
Dspi-lm70llp53 The bitbanger routine in this driver (lm70_txrx) is called back from
71 So: the getmiso inline routine in this driver takes this fact into account,
/linux-4.4.14/Documentation/pcmcia/
Ddriver.txt20 Once added, the driver probe routine will be invoked for any unclaimed
/linux-4.4.14/Documentation/cpuidle/
Dgovernor.txt11 cpuidle governor is policy routine that decides what idle state to enter at
/linux-4.4.14/Documentation/crypto/
Dasync-tx-api.txt106 2/ Specify a completion callback. The callback routine runs in tasklet
111 unknown length it can use the async_trigger_callback() routine to set a
195 specifying the necessary channel, the filter_fn routine can be used to
196 disposition the available channels in the system. The filter_fn routine
Ddescore-readme.txt58 the key setting routine. also, i have no interest in re-implementing
97 the des routine here is buried inside a loop to do the
115 as in crypt above, the des routine is buried in a loop. it's
291 call this before using any other routine with `Quick' in its name.
302 is called with m, the routine will act like standard des
312 provide a routine that converts 128 6-bit bytes (specified in
324 Small|Quick determines whether you use the normal routine
/linux-4.4.14/Documentation/rapidio/
Drapidio.txt101 an enumeration and/or discovery routine may be called automatically or
150 initialization routine. In this case an enumerating module shall be loaded
154 routine depending on the configured role of a master port: host or agent.
209 initialization routine calls rio_init_mports() to perform enumeration or
241 process from module initialization routine.
259 table entry contains a pointer to a switch-specific initialization routine that
308 method's module initialization routine calls rio_register_scan() to attach
Dsysfs.txt39 destid - returns device destination ID assigned by the enumeration routine
70 set by the switch initialization routine during enumeration or discovery process.
/linux-4.4.14/sound/oss/
Dvidc_fill.S154 mov pc, r4 @ Call fill routine (uses r4, ip)
192 movne pc, r3 @ Call interrupt routine
/linux-4.4.14/Documentation/s390/
Dcds.txt73 generic interrupt routine. This function is called by the interrupt entry
74 routine whenever an I/O interrupt is presented to the system. The do_IRQ()
75 routine determines the interrupt status and calls the device specific
145 ccw to retrieve device characteristics in its online routine.
151 ccw_device_start() routine allows to specify whether it expects the CDS layer
181 device driver I/O requests must be issued using this routine. A device driver
183 routine provides all interfaces required to drive arbitrary devices.
388 provides the ccw_device_resume() routine.
DDebugging390.txt476 routine-descriptor:
478 actually being 8 bytes or more as opposed to a simple pointer to the routine.
567 8 16 glue used in other s/390 linkage formats for saved routine descriptors etc.
568 12 24 glue used in other s/390 linkage formats for saved routine descriptors etc.
1640 finish: will run until exit of the current routine
/linux-4.4.14/Documentation/filesystems/nfs/
DExporting97 Typically the ->lookup routine will simply end with a:
144 The decode_fh routine should not depend on the stated size that is
147 nuls. Rather, the encode_fh routine should choose a "type" which
/linux-4.4.14/Documentation/misc-devices/
Disl2900331 it, so the detection routine will just try to read from the configured I2C
/linux-4.4.14/Documentation/power/
Dpci.txt440 The pci_pm_prepare() routine first puts the device into the "fully functional"
445 The pci_pm_suspend() routine first checks if the device's driver implements
452 bridges are ignored by this routine). Next, the device driver's pm->suspend()
462 The pci_pm_suspend_noirq() routine is executed after suspend_device_irqs() has
464 invoked while this routine is running. It first checks if the device's driver
466 late suspend routine is called and its result is returned (the standard
469 present, the device's standard configuration registers are saved and the routine
509 The pci_pm_resume_noirq() routine first puts the device into the full-power
523 The pci_pm_resume() routine first checks if the device's standard configuration
535 on each other in a known way, the pci_pm_resume() routine may be executed for
[all …]
Dnotifiers.txt12 are frozen and upload it from there in the .resume() routine.
Druntime_pm.txt153 this circumstance). To prevent this (for example, if the callback routine has
154 started a delayed suspend), the routine must return a non-zero value. Negative
607 suspend routine). It may be necessary to resume the device and suspend it again
781 also okay). The routine will set the device's power.no_callbacks flag and
Dpm_qos_interface.txt198 structure should be populated. The routine pointed to by it is should implement
Dfreezing-of-tasks.txt189 called from a device driver's .resume() routine, it will timeout and eventually
Ddevices.txt159 physically support wakeup events. The device_set_wakeup_capable() routine
185 The device_may_wakeup() routine returns true only if the "power.wakeup" object
/linux-4.4.14/Documentation/timers/
Dhpet.txt23 of the HPET before the driver module_init routine is called. This enables
Dhighres.txt132 adding the dynamic tick specific calls to the idle routine (a total of 3 lines
/linux-4.4.14/arch/arm/plat-omap/
DKconfig128 int "Service ID for the support routine to set L2 AUX control"
132 PPA routine service ID for setting L2 auxiliary control register.
/linux-4.4.14/Documentation/block/
Dbiodoc.txt198 callback routine is set up to do this, while for write, the data is copied
221 routine on its own to bounce highmem i/o to low memory for specific requests
291 interfaces would typically use, and the elevator add_request routine
293 the blk_do_rq routine can be used to place the request on the queue and
317 Perhaps an end_that_direct_request_first routine could be implemented to make
349 or perform other preparatory processing for the request. This is routine is
481 way). There is a helper routine (blk_rq_map_sg) which drivers can use to build
497 use of block layer helper routine elv_next_request to pull the next request
625 The bio_alloc routine also needs to allocate the bio_vec_list (bvec_alloc())
630 The bio_get() routine may be used to hold an extra reference on a bio prior
[all …]
/linux-4.4.14/arch/mips/kernel/
Dscall32-o32.S98 lw t2, (t1) # syscall routine
193 lw t2, sys_call_table(t1) # syscall routine
194 sw a0, PT_R2(sp) # call routine directly on restart
Dscall64-o32.S196 ld t2, sys32_call_table(t1) # syscall routine
197 sd a0, PT_R2(sp) # call routine directly on restart
Dscall64-64.S63 ld t2, (t0) # syscall routine
/linux-4.4.14/arch/arm/nwfpe/
Dfpmodule.inl28 for this in this routine. LDF/STF instructions with Rn = PC
Dsoftfloat-specialize44 substitute a result value. If traps are not implemented, this routine
Dsoftfloat-macros95 (This routine makes more sense if `a0' and `a1' are considered to form a
220 (This routine makes more sense if `a0', `a1', and `a2' are considered
/linux-4.4.14/Documentation/arm/SA1100/
DItsy23 Make sure the start-routine address is set to 0x00060000.
/linux-4.4.14/arch/arc/mm/
Dtlbex.S174 ; need to switch to kernel mode stack to call error routine
408 ;-------- Common routine to call Linux Page Fault Handler -----------
/linux-4.4.14/Documentation/input/
Dinput-programming.txt115 routine isn't reporting two same value events (press, press for example) to
288 *and* also the callback routine:
301 This callback routine can be called from an interrupt or a BH (although that
Djoystick.txt166 routine for this, allowing for data precision that can't be found on any
/linux-4.4.14/Documentation/arm/
Dkernel_user_helpers.txt166 - This routine already includes memory barriers as needed.
262 - This routine already includes memory barriers as needed.
/linux-4.4.14/arch/frv/kernel/
Dsleep.S53 # CPU suspension routine
295 # CPU core sleep mode routine
Dentry-table.S45 # routine pointed to by this table.
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dpfpsp.S36 # to call a given routine. The stub routine actually performs the
37 # callout. The FPSP code does a "bsr" to the stub routine. This
953 # maybe we can make these entry points ONLY the OVFL entry points of each routine.
954 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr
1321 # emulation routine that has also been enabled by the user.
1536 bsr.l fout # call fmove out routine
1850 mov.l (tbl_unsupp.l,%pc,%d1.l*4),%d1 # fetch routine addr
1866 # emulation routine that has also been enabled by the user.
2093 bsr.l fout # call fmove out routine
2106 # emulation routine that has also been enabled by the user.
[all …]
Disp.S36 # to call a given routine. The stub routine actually performs the
37 # callout. The ISP code does a "bsr" to the stub routine. This
Dfpsp.S37 # to call a given routine. The stub routine actually performs the
38 # callout. The FPSP code does a "bsr" to the stub routine. This
954 # maybe we can make these entry points ONLY the OVFL entry points of each routine.
955 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr
1322 # emulation routine that has also been enabled by the user.
1537 bsr.l fout # call fmove out routine
1851 mov.l (tbl_unsupp.l,%pc,%d1.l*4),%d1 # fetch routine addr
1867 # emulation routine that has also been enabled by the user.
2094 bsr.l fout # call fmove out routine
2107 # emulation routine that has also been enabled by the user.
[all …]
/linux-4.4.14/drivers/tty/serial/
D68328serial.c166 char *name, const char *routine) in serial_paranoia_check() argument
175 printk(badinfo, name, routine); in serial_paranoia_check()
179 printk(badmagic, name, routine); in serial_paranoia_check()
/linux-4.4.14/Documentation/dmaengine/
Dclient.txt41 Otherwise, the 'filter_fn' routine will be called once for each free
162 completion callback routine for notification, if set.
/linux-4.4.14/arch/xtensa/kernel/
Dcoprocessor.S304 add a4, a3, a5 # a4: address of save routine
/linux-4.4.14/arch/unicore32/kernel/
Dentry.S149 @ routine called with r0 = irq number, r1 = struct pt_regs *
631 ldw pc, [tbl+], scno << #2 @ call sys_* routine
653 ldw pc, [tbl+], scno << #2 @ call sys_* routine
/linux-4.4.14/Documentation/pps/
Dpps.txt101 intialization routine as follows:
117 signal an assert event (for example in the interrupt handler routine)
/linux-4.4.14/Documentation/ptp/
Dptp.txt70 driver's interrupt service routine.
/linux-4.4.14/Documentation/cpu-freq/
Dcore.txt101 a ready to use conversion routine to translate the OPP layer's internal
Dcpu-drivers.txt127 routine must initialize policy->cpus with mask of all possible cpus (Online +
/linux-4.4.14/Documentation/acpi/
Dgpio-properties.txt94 routine. On removal, the driver should unregister its GPIO mapping table by
/linux-4.4.14/arch/parisc/kernel/
Dperf_asm.S97 ;* This routine shifts data in from the RDR in arg0 and returns
562 ;* This routine moves data to the RDR's. The double-word that
/linux-4.4.14/arch/mn10300/
DKconfig.debug86 from the main GDB stub routine.
/linux-4.4.14/Documentation/RCU/
DlistRCU.txt117 * deletion routine. */
279 * is the only deletion routine. */
/linux-4.4.14/drivers/tty/
Disicom.c378 char *name, const char *routine) in __isicom_paranoia_check() argument
382 name, routine); in __isicom_paranoia_check()
387 name, routine); in __isicom_paranoia_check()
Dtty_io.c260 const char *routine) in tty_paranoia_check() argument
266 imajor(inode), iminor(inode), routine); in tty_paranoia_check()
272 imajor(inode), iminor(inode), routine); in tty_paranoia_check()
280 static int check_tty_count(struct tty_struct *tty, const char *routine) in check_tty_count() argument
298 tty->name, tty->count, count, routine); in check_tty_count()
Damiserial.c137 char *name, const char *routine) in serial_paranoia_check() argument
146 printk(badinfo, name, routine); in serial_paranoia_check()
150 printk(badmagic, name, routine); in serial_paranoia_check()
Dcyclades.c333 const char *name, const char *routine) in serial_paranoia_check() argument
338 "in %s\n", name, routine); in serial_paranoia_check()
344 "struct (%s) in %s\n", name, routine); in serial_paranoia_check()
Drocket.c295 const char *routine) in rocket_paranoia_check() argument
302 "struct in %s\n", routine); in rocket_paranoia_check()
Dsynclinkmp.c665 char *name, const char *routine) in sanity_check() argument
674 printk(badinfo, name, routine); in sanity_check()
678 printk(badmagic, name, routine); in sanity_check()
Dsynclink.c924 char *name, const char *routine) in mgsl_paranoia_check() argument
933 printk(badinfo, name, routine); in mgsl_paranoia_check()
937 printk(badmagic, name, routine); in mgsl_paranoia_check()
/linux-4.4.14/arch/cris/arch-v32/kernel/
Dkgdb_asm.S309 jsr handle_exception ; Interactive routine
Dentry.S513 jump ret_from_intr ; Use the return routine for interrupts.
/linux-4.4.14/Documentation/parisc/
Dregisters108 that should not cause a problem for the calling routine.
/linux-4.4.14/Documentation/filesystems/
Dcoda.txt288 synchronization objects. In the upcall routine the message structure
290 queue. The routine calling upcall is responsible for allocating the
298 request routine must be suspended until Venus has replied. Therefore
332 sendmsg_to_kernel call. In the normal case, the upcall routine will
333 deallocate the message structure and return. The FS routine can proceed
351 processing. The VFS routine will now continue. (-- If a VFS request
974 DDeessccrriippttiioonn This routine reads the contents of symbolic link
1517 zapfile routine takes different arguments. Linux does not implement
1588 DDeessccrriippttiioonn This routine replaces a ViceFid in the name cache with
Dmandatory-locking.txt33 (and the lockf() library routine which is a wrapper around fcntl().) It is
Df2fs.txt109 disable_roll_forward Disable the roll-forward recovery routine
110 norecovery Disable the roll-forward recovery routine, mounted read-
Dpath-lookup.txt345 routine requiring rcu drop, permission for permission check requiring drop,
/linux-4.4.14/Documentation/usb/
DURB.txt51 void *context; // context for completion routine
52 void (*complete)(struct urb *); // pointer to completion routine
Dpower-management.txt371 any of the usb_autopm_* functions after their disconnect() routine has
399 usb_autopm_get_interface() in its open routine and
400 usb_autopm_put_interface() in its close or release routine. But other
423 in their probe() routine, if they know that the device is capable of
456 driver may call the usb_autopm_get_interface_async() routine at a time
460 the I/O request routine and the URB completion handler; it should
Dhotplug.txt12 device driver's probe() routine.
/linux-4.4.14/tools/perf/Documentation/
Dperf-trace.txt164 CRYPTO_push_info_ routine which faulted somewhere in libcrypto.so.
/linux-4.4.14/arch/arm/mm/
Dabort-lv4t.S33 add pc, pc, r7, lsr #22 @ Now branch to the relevant processing routine
/linux-4.4.14/Documentation/sound/oss/
DSoundPro27 adjust the detection routine.
/linux-4.4.14/Documentation/vm/
Dzswap.txt54 returned by the allocation routine and that handle must be mapped before being
Dbalance42 with a slight change in the allocation routine, it is possible to reduce
Dcleancache.txt231 go through the do_mpag_readpage routine or the FS should add
Dfrontswap.txt263 routine allows code outside of the swap subsystem to force pages out
/linux-4.4.14/arch/sh/lib/
Dcopy_page.S111 ! Jump to appropriate routine depending on dest
/linux-4.4.14/Documentation/fb/
Dmodedb.txt9 - one routine to probe for video modes, which can be used by all frame buffer
/linux-4.4.14/Documentation/serial/
Drocket.txt17 "make;make install" routine. This external module driver, obtainable
Dtty.txt188 If this routine is not implemented, use ioctls
/linux-4.4.14/arch/score/kernel/
Dentry.S420 slli r8, r27, 2 # get syscall routine
/linux-4.4.14/Documentation/cdrom/
Dcdrom-standard.tex356 done by the calling routine in \cdromc, so the low-level routine
366 the door, should be left over to the general routine $cdrom_release()$.
499 int$. The routine $cdrom_ioctl()$ does do some useful things,
792 function becomes active. A strategy is implemented in this routine,
801 calls the device-dependent $release()$ routine. When the use-count has
/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_gs.c122 struct ct_sns_rsp *ct_rsp, const char *routine) in qla2x00_chk_ms_status() argument
132 routine, ms_pkt->entry_status, vha->d_id.b.domain, in qla2x00_chk_ms_status()
148 routine, vha->d_id.b.domain, in qla2x00_chk_ms_status()
161 "%02x%02x%02x.\n", routine, comp_status, in qla2x00_chk_ms_status()
/linux-4.4.14/include/linux/
Dtty.h422 const char *routine);
/linux-4.4.14/Documentation/hid/
Dhid-sensor.txt60 So if any driver with this name is inserted, then the probe routine for that
/linux-4.4.14/fs/affs/
DChanges300 - The same get_block()-routine can now be used for
/linux-4.4.14/arch/x86/crypto/sha-mb/
Dsha1_x8_avx2.S59 ## outer calling routine takes care of save and restore of XMM registers
/linux-4.4.14/Documentation/driver-model/
Dplatform.txt60 the probe() routine can live in an init section to reduce the driver's
/linux-4.4.14/Documentation/trace/
Dcoresight.txt173 "of_get_coresight_platform_data()", as part of the driver's _probe routine and
/linux-4.4.14/Documentation/PCI/
DMSI-HOWTO.txt336 two. A routine that enables MSI-X mode for such device might look like this:
393 Another version of a routine that enables MSI-X mode for a device with
Dpci-error-recovery.txt165 >>> *not* schedule or semaphore in this routine; the current powerpc
/linux-4.4.14/Documentation/gpio/
Dgpio-legacy.txt481 argument to this routine.
608 using platform_data. Then the chip driver's probe() routine could pass that
612 an I2C-based GPIO, its probe() routine should only be called after that GPIO
/linux-4.4.14/Documentation/filesystems/caching/
Dbackend-api.txt436 the appropriate processing routine, and fscache_enqueue_retrieval() should
438 retrieval routine could be enqueued upon the completion of a disk read.
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt351 flag, and if set, a call to a new routine cpuset_mem_spread_node()
358 The cpuset_mem_spread_node() routine is also simple. It uses the
516 When the scheduler routine partition_sched_domains() is invoked from
Dmemory.txt236 in this cgroup. Then, swap-out will not be done by cgroup routine and file
247 an OOM routine is invoked to select and kill the bulkiest task in the
/linux-4.4.14/drivers/isdn/i4l/
Disdn_tty.c980 isdn_tty_paranoia_check(modem_info *info, char *name, const char *routine) in isdn_tty_paranoia_check() argument
985 name, routine); in isdn_tty_paranoia_check()
990 name, routine); in isdn_tty_paranoia_check()
/linux-4.4.14/Documentation/x86/
Dboot.txt1016 entering protected mode. The default routine disables NMI, so
1017 your routine should probably do so, too.
1020 A 32-bit flat-mode routine *jumped* to immediately after the
/linux-4.4.14/arch/cris/arch-v10/kernel/
Dentry.S574 jump ret_from_intr ; Use the return routine for interrupts.
/linux-4.4.14/Documentation/ia64/
Dfsys.txt82 routine takes care of entering (full) kernel mode and calling the
/linux-4.4.14/Documentation/networking/dsa/
Ddsa.txt160 invoke a specific transmit routine which takes care of adding the relevant
377 - probe: probe routine which will be invoked by the DSA platform device upon
/linux-4.4.14/drivers/char/pcmcia/
Dsynclink_cs.c654 char *name, const char *routine) in mgslpc_paranoia_check() argument
663 printk(badinfo, name, routine); in mgslpc_paranoia_check()
667 printk(badmagic, name, routine); in mgslpc_paranoia_check()
/linux-4.4.14/Documentation/powerpc/
Deeh-pci-error-recovery.txt132 error. Given an arbitrary address, the routine
/linux-4.4.14/scripts/
Dspelling.txt858 rountine||routine
/linux-4.4.14/Documentation/video4linux/
Dvideobuf111 then pass it to the appropriate free routine(s):
/linux-4.4.14/crypto/
DKconfig419 which will enable any routine to use the CRC32 instruction to
450 which will enable any routine to use the CRC-32-IEEE 802.3 checksum
/linux-4.4.14/arch/s390/kernel/
Dentry.S520 lgf %r1,0(%r10,%r1) # load address of handler routine

12