Home
last modified time | relevance | path

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

12

/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
/arch/sparc/include/asm/
Dttable.h25 #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 …]
/arch/arm/kernel/
Dentry-ftrace.S125 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)
Dentry-v7m.S48 @ routine called with r0 = irq number, r1 = struct pt_regs *
Dentry-header.S394 ldrcc pc, [\table, \tmp, lsl #2] @ call sys_* routine
403 ldrcc pc, [\table, \nr, lsl #2] @ call sys_* routine
/arch/arm/lib/
Dfindbit.S46 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
Ddelay-loop.S36 @ Delay routine
/arch/arm/include/asm/
Dentry-macro-multi.S12 @ routine called with r0 = irq number, r1 = struct pt_regs *
/arch/unicore32/lib/
Dfindbit.S40 beq 1b @ If new byte, goto old routine
78 beq 1b @ If new byte, goto old routine
Ddelay.S41 @ Delay routine
/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
/arch/mips/kernel/
Dscall32-o32.S95 lw t2, (t1) # syscall routine
189 lw t2, sys_call_table(t1) # syscall routine
Dscall64-n64.S63 ld t2, (t0) # syscall routine
Dscall64-o32.S200 ld t2, sys32_call_table(t1) # syscall routine
/arch/arm/plat-omap/
DKconfig102 int "Service ID for the support routine to set L2 AUX control"
106 PPA routine service ID for setting L2 auxiliary control register.
/arch/nds32/kernel/
Dex-scall.S62 bgez $p1, _SCNO_EXCEED ! call sys_* routine
/arch/arm/nwfpe/
Dfpmodule.inl28 for this in this routine. LDF/STF instructions with Rn = PC
/arch/arc/mm/
Dtlbex.S171 ; need to switch to kernel mode stack to call error routine
393 ;-------- Common routine to call Linux Page Fault Handler -----------
/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 …]
/arch/unicore32/kernel/
Dentry.S146 @ routine called with r0 = irq number, r1 = struct pt_regs *
628 ldw pc, [tbl+], scno << #2 @ call sys_* routine
650 ldw pc, [tbl+], scno << #2 @ call sys_* routine

12