Home
last modified time | relevance | path

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

123

/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.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 …]
/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
/arch/metag/lib/
Ducmpdi2.S3 ! 64-bit unsigned compare routine.
Dcmpdi2.S3 ! 64-bit signed compare routine.
Dlshrdi3.S3 ! 64-bit logical shift right routine.
Dashldi3.S3 ! 64-bit arithmetic shift left routine.
Dashrdi3.S3 ! 64-bit arithmetic shift right routine.
Dmuldi3.S3 ! 64-bit multiply routine.
/arch/arm/include/asm/
Dentry-macro-multi.S11 @ routine called with r0 = irq number, r1 = struct pt_regs *
/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
/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.
/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
/arch/arm/kernel/
Dentry-v7m.S49 @ routine called with r0 = irq number, r1 = struct pt_regs *
Dentry-common.S217 sub r0, fp, #4 @ &lr of instrumented routine (&parent)
220 ldr r1, [sp, #16] @ instrumented routine (func)
224 mcount_adjust_addr r1, lr @ instrumented routine (func)
439 ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine
479 ldrcc pc, [tbl, scno, lsl #2] @ call sys_* routine
/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.
/arch/arm/nwfpe/
Dfpmodule.inl28 for this in this routine. LDF/STF instructions with Rn = PC
/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
/arch/arc/mm/
Dtlbex.S157 ; need to switch to kernel mode stack to call error routine
361 ;-------- Common routine to call Linux Page Fault Handler -----------

123