| /src/sys/arch/m68k/060sp/ |
| inetbsd.S | 110 bral _ASM_LABEL(_060_real_trace) 151 bral _ASM_LABEL(_060_real_trace) 265 .long _ASM_LABEL(_060_real_chk)-_C_LABEL(I_CALL_TOP) 266 .long _ASM_LABEL(_060_real_divbyzero)-_C_LABEL(I_CALL_TOP) 267 .long _ASM_LABEL(_060_real_trace)-_C_LABEL(I_CALL_TOP) 268 .long _ASM_LABEL(_060_real_access)-_C_LABEL(I_CALL_TOP) 269 .long _ASM_LABEL(_060_isp_done)-_C_LABEL(I_CALL_TOP) 271 .long _ASM_LABEL(_060_real_cas)-_C_LABEL(I_CALL_TOP) 272 .long _ASM_LABEL(_060_real_cas2)-_C_LABEL(I_CALL_TOP) 273 .long _ASM_LABEL(_060_real_lock_page)-_C_LABEL(I_CALL_TOP [all...] |
| fnetbsd.S | 321 .long _ASM_LABEL(_060_real_bsun)-_C_LABEL(FP_CALL_TOP) 322 .long _ASM_LABEL(_060_real_snan)-_C_LABEL(FP_CALL_TOP) 323 .long _ASM_LABEL(_060_real_operr)-_C_LABEL(FP_CALL_TOP) 324 .long _ASM_LABEL(_060_real_ovfl)-_C_LABEL(FP_CALL_TOP) 325 .long _ASM_LABEL(_060_real_unfl)-_C_LABEL(FP_CALL_TOP) 326 .long _ASM_LABEL(_060_real_dz)-_C_LABEL(FP_CALL_TOP) 327 .long _ASM_LABEL(_060_real_inex)-_C_LABEL(FP_CALL_TOP) 328 .long _ASM_LABEL(_060_real_fline)-_C_LABEL(FP_CALL_TOP) 329 .long _ASM_LABEL(_060_real_fpu_disabled)-_C_LABEL(FP_CALL_TOP) 330 .long _ASM_LABEL(_060_real_trap)-_C_LABEL(FP_CALL_TOP [all...] |
| /src/sys/arch/m68k/include/ |
| asm.h | 99 #define _ASM_LABEL(name) name 114 #define ASENTRY(name) _ENTRY(_ASM_LABEL(name)) _PROF_PROLOG 117 #define ASENTRY_NOPROFILE(name) _ENTRY(_ASM_LABEL(name)) 159 .globl _ASM_LABEL(x) ; \ 160 _ASM_LABEL(x): 169 _ASM_LABEL(x): 178 .comm _ASM_LABEL(name),size 230 .long _ASM_LABEL(x)
|
| /src/sys/lib/libkern/arch/m68k/ |
| random.S | 51 LEA_LCL(_ASM_LABEL(randseed),%a0)
|
| /src/sys/arch/m68k/m68k/ |
| m68k_intr_stubs.s | 61 #define INTERRUPT_RETURN jra _ASM_LABEL(rei)
|
| buserr_4060.s | 65 jra _ASM_LABEL(faultstkadj) | and deal with it 86 jeq _ASM_LABEL(faultstkadjnotrap2) 101 jeq _ASM_LABEL(buserr_common) | it is a bus error 103 jra _ASM_LABEL(faultstkadj) | and deal with it 128 jeq _ASM_LABEL(buserr_common) | it is a bus error 130 jra _ASM_LABEL(faultstkadj) | and deal with it
|
| trap_subr.s | 72 jra _ASM_LABEL(rei) | all done 89 jra _ASM_LABEL(rei) | all done 100 jra _ASM_LABEL(rei) | all done 128 jra _ASM_LABEL(faultstkadj) | and deal with it 166 jra _ASM_LABEL(fault) 172 jra _ASM_LABEL(fault) 178 jra _ASM_LABEL(fault) 184 jra _ASM_LABEL(fault) 190 jra _ASM_LABEL(fault) 206 jra _ASM_LABEL(faultstkadj) | call trap and deal with stac [all...] |
| buserr_10.s | 115 jeq _ASM_LABEL(buserr_common) | non-MMU bus error 120 jra _ASM_LABEL(faultstkadj) | and deal with it 123 jra _ASM_LABEL(faultstkadj) | and deal with it
|
| reenter_syscall.s | 58 jra _ASM_LABEL(rei) | rte 69 jra _ASM_LABEL(rei) | rte
|
| buserr_2030.s | 141 jeq _ASM_LABEL(buserr_common) | non-MMU bus error 159 jeq _ASM_LABEL(buserr_common) | no, just a non-MMU bus error 209 jra _ASM_LABEL(faultstkadj) | and deal with it 212 jra _ASM_LABEL(faultstkadj) | and deal with it 218 jra _ASM_LABEL(buserr_common)
|
| /src/sys/arch/or1k/include/ |
| asm.h | 39 #define _ASM_LABEL(x) x 68 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE 69 #define ASENTRY_NP(y) _ENTRY(_ASM_LABEL(y)) 70 #define ASEND(y) _END(_ASM_LABEL(y))
|
| /src/sys/arch/sh3/include/ |
| asm.h | 55 #define _ASM_LABEL(x) x 92 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)) _PROF_PROLOGUE 98 .size _ASM_LABEL(y), . - _ASM_LABEL(y)
|
| /src/sys/arch/virt68k/virt68k/ |
| locore.s | 84 #define ASRELOC(var, ar) _RELOC(_ASM_LABEL(var), ar) 112 lea %pc@(_ASM_LABEL(start)), %a5 114 subl #_ASM_LABEL(start), %d0 | %d0 -= virt address of start 176 lea _ASM_LABEL(tmpstk),%sp | re-load the temporary stack
|
| /src/sys/arch/hb68k/hb68k/ |
| locore.s | 69 #define ASRELOC(var, ar) _RELOC(_ASM_LABEL(var), ar) 99 lea %pc@(_ASM_LABEL(start)), %a5 101 subl #_ASM_LABEL(start), %d0 | %d0 -= virt address of start 258 lea _ASM_LABEL(tmpstk),%sp | re-load the temporary stack
|
| /src/lib/libc/arch/i386/ |
| SYS.h | 96 #define CERROR _ASM_LABEL(cerror) 97 #define CURBRK _ASM_LABEL(curbrk)
|
| /src/lib/libc/arch/sparc/ |
| SYS.h | 53 #define CERROR _ASM_LABEL(cerror) 54 #define CURBRK _ASM_LABEL(curbrk)
|
| /src/sys/arch/arm/include/ |
| asm.h | 90 #define _ASM_LABEL(x) x 182 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE 183 #define ASENTRY_NP(y) _ENTRY(_ASM_LABEL(y)) 184 #define ASEND(y) _END(_ASM_LABEL(y)) 185 #define ARM_ASENTRY(y) _ARM_ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE 186 #define ARM_ASENTRY_NP(y) _ARM_ENTRY(_ASM_LABEL(y)) 187 #define THUMB_ASENTRY(y) _THUMB_ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE 188 #define THUMB_ASENTRY_NP(y) _THUMB_ENTRY(_ASM_LABEL(y))
|
| /src/sys/arch/vax/include/ |
| asm.h | 51 #define _ASM_LABEL(x) x 71 .data; 1:; .long 0; .text; moval 1b,%r0; jsb _ASM_LABEL(__mcount) 78 #define ASENTRY(x, regs) _ENTRY(_ASM_LABEL(x), regs); _PROF_PROLOGUE
|
| /src/sys/arch/atari/atari/ |
| locore.s | 109 jra _ASM_LABEL(rei) 162 jra _ASM_LABEL(rei) 179 movb #1,_ASM_LABEL(plx_nonmi)| no NMI interrupts please! 189 movb #0, _ASM_LABEL(plx_nonmi) 208 tstl _ASM_LABEL(plx_nonmi) | milan_conf_read shortcut 231 jra _ASM_LABEL(rei) | all done 243 jra _ASM_LABEL(rei) | all done 267 jra _ASM_LABEL(rei) 281 jra _ASM_LABEL(rei) | all done 293 jra _ASM_LABEL(rei) | all don [all...] |
| /src/sys/arch/luna68k/stand/boot/ |
| locore.S | 215 movl %a0,_ASM_LABEL(romvbr) 216 movl #_ASM_LABEL(Reset),%a0 | BP vbr to %a0 218 movl %a0@(ILLGINST),_ASM_LABEL(Reset) + ILLGINST 219 movl %a0@(EVTRAPF),_ASM_LABEL(Reset) + EVTRAPF 263 movl _ASM_LABEL(romvbr),%a0 349 jeq _ASM_LABEL(rei) | no, just continue 351 jeq _ASM_LABEL(rei) | no, nothing to do 358 jra _ASM_LABEL(rei) | all done 366 jra _ASM_LABEL(rei) | all done 372 jra _ASM_LABEL(rei) | all don [all...] |
| /src/sys/arch/news68k/news68k/ |
| locore.s | 82 #define ASRELOC(var, ar) _RELOC(_ASM_LABEL(var), ar) 97 moveal _ASM_LABEL(monitor), %a0; \ 134 movl %a0@(188),_ASM_LABEL(monitor)| save trap #15 to return PROM monitor 135 movl %a0@(128),_ASM_LABEL(romcallvec)| save trap #0 to use PROM calls 351 lea _ASM_LABEL(tmpstk),%sp | re-load temporary stack 377 jra _ASM_LABEL(rei) | handle AST 467 lea _ASM_LABEL(tmpstk),%sp | physical SP in case of NMI
|
| /src/sys/arch/amd64/include/ |
| asm.h | 51 #define _ASM_LABEL(x) x 109 #define ASENTRY(y) _ENTRY(_ASM_LABEL(y)); _PROF_PROLOGUE
|
| /src/sys/arch/mvmeppc/stand/libsa/ |
| srt0.S | 98 beq _ASM_LABEL(clrbss) /* No relocation necessary */ 124 LDCONST(%r13,_ASM_LABEL(clrbss))
|
| /src/sys/arch/mac68k/mac68k/ |
| locore.s | 130 lea _ASM_LABEL(tmpstk),%sp | give ourselves a temporary stack 349 lea _ASM_LABEL(Lsetup1stbank),%a0 357 lea _ASM_LABEL(Ldjmemcdone),%a2 404 lea _ASM_LABEL(longscratch),%a0 | disable TTx registers on 68030 415 lea _ASM_LABEL(longscratch),%a2 424 lea _ASM_LABEL(tmpstk),%sp | temporary stack 504 jra _ASM_LABEL(rei) 510 jra _ASM_LABEL(rei) | all done 523 jra _ASM_LABEL(rei) 642 lea _ASM_LABEL(longscratch),%a [all...] |
| /src/sys/arch/hp300/hp300/ |
| locore.s | 140 #define ASRELOC(var, ar) _RELOC(_ASM_LABEL(var), ar) 496 lea _ASM_LABEL(tmpstk),%sp | re-load the temporary stack 562 movl _ASM_LABEL(heartbeat),%d0 | get tick count 566 tstb _ASM_LABEL(beatstatus) | time to slow down? 573 addqb #1,_ASM_LABEL(beatstatus) | incr beat status 574 cmpb #3,_ASM_LABEL(beatstatus) | time to reset? 576 movb #0,_ASM_LABEL(beatstatus) | reset the status indicator 585 movl %d0,_ASM_LABEL(heartbeat) 602 jra _ASM_LABEL(rei) | all done 615 jra _ASM_LABEL(rei) | all don [all...] |