Home
last modified time | relevance | path

Searched refs:routine (Results 1 – 25 of 41) sorted by relevance

12

/arch/m68k/ifpsp060/
A 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
132 | The sample routine below simply clears the exception status bit and
151 | The sample routine below simply clears the exception status bit and
170 | The sample routine below simply clears the exception status bit and
[all …]
A 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
A 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
A 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
/arch/sparc/include/asm/
A Dttable.h25 #define TRAP(routine) \ argument
29 call routine; \
39 call routine; \
48 call routine; \
55 ba,pt %xcc, routine; \
68 call routine; \
79 call routine; \
89 call routine; \
139 call routine; \
152 call routine; \
[all …]
/arch/arm/kernel/
A Dentry-ftrace.S117 sub r0, fp, #4 @ lr of instrumented routine (parent)
123 ldr r1, [sp, #S_PC] @ instrumented routine (func)
167 sub r0, fp, #4 @ &lr of instrumented routine (&parent)
173 ldr r1, [sp, #16] @ instrumented routine (func)
177 mcount_adjust_addr r1, lr @ instrumented routine (func)
261 add r0, sp, #16 @ sp at exit of instrumented routine
A Dentry-v7m.S55 @ routine called with r0 = struct pt_regs *
A Dentry-header.S404 ldrcc pc, [\table, \tmp, lsl #2] @ call sys_* routine
413 ldrcc pc, [\table, \nr, lsl #2] @ call sys_* routine
/arch/m68k/fpsp040/
A 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
A 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.
A Dutil.S8 | derivatives of this routine.
187 jmp (%a1) |go to the correct routine
517 jmp (%a1) |go to the correct routine
A 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
A Dfpsp.h58 | label to a routine that will process a real exception of the
71 | temporaries. If a routine needs to change any
A 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
A Dkernel_ex.S6 | transcendental functions. Typically, the t_xx routine will
/arch/um/os-Linux/
A Dhelper.c181 void *(*routine)(void *), void *arg) in os_run_helper_thread()
199 err = pthread_create(&td->handle, NULL, routine, arg); in os_run_helper_thread()
/arch/arm/lib/
A Ddelay-loop.S46 @ Delay routine
/arch/mips/kernel/
A Dscall32-o32.S104 lw t2, (t1) # syscall routine
189 lw t2, sys_call_table(t1) # syscall routine
A Dscall64-n64.S64 ld t2, (t0) # syscall routine
A Dscall64-o32.S201 ld t2, sys32_call_table(t1) # syscall routine
/arch/arm/nwfpe/
A Dfpmodule.inl28 for this in this routine. LDF/STF instructions with Rn = PC
/arch/arm/mach-omap2/
A DKconfig200 int "Service ID for the support routine to set L2 AUX control"
204 PPA routine service ID for setting L2 auxiliary control register.
/arch/m68k/ifpsp060/src/
A 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
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.
2602 mov.l (tbl_unsupp.l,%pc,%d1.w*4),%d1 # fetch routine addr
[all …]
/arch/um/include/shared/
A Dos.h229 void *(*routine)(void *), void *arg);
/arch/parisc/kernel/
A Dperf_asm.S84 ;* This routine shifts data in from the RDR in arg0 and returns
549 ;* This routine moves data to the RDR's. The double-word that

Completed in 58 milliseconds

12