HomeSort by: relevance | last modified time | path
    Searched refs:Call (Results 1 - 25 of 31) sorted by relevancy

1 2

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/tests/rtl/
tsan_test.cc 24 t2.Call(foo);
25 t2.Call(bar);
tsan_mop.cc 212 t2.Call(&foo);
213 t2.Call(&bar);
230 t1.Call(&foobarbaz);
tsan_test_util.h 101 void Call(void(*pc)());
tsan_test_util_posix.cc 198 CALL,
286 case Event::CALL:
412 void ScopedThread::Call(void(*pc)()) {
413 Event event(Event::CALL, (void*)((uintptr_t)pc));
  /src/sys/arch/m68k/060sp/dist/
readme 60 fskeleton.s Sample Call-outs needed by fpsp.sa and pfpsp.sa
62 iskeleton.s Sample Call-outs needed by isp.sa
64 os.s Sample Call-outs needed by fpsp.sa, pfpsp.sa, and isp.sa
test.doc 70 (1) | Call-Out | - 4 bytes per entry (user fills these in)
83 The first section of this module is the "Call-out" section. This section
84 is NOT INCLUDED in {i,f}test.sa (an example "Call-out" section is provided at
90 location are listed in "68060{ISP,FPSP}-TEST call-outs" below). Each field
92 the starting address of the "call-out" section. The "Call-out" section must
94 are individual tests, they each require their own "Call-out" sections.
109 (_060ISP_TEST is the starting address of the "Call-out" section; the "Call-out"
116 68060ISP-TEST Call-outs
    [all...]
fpsp.doc 76 (1) | Call-Out | - 4 bytes per entry (user fills these in)
89 The first section of this module is the "Call-out" section. This section
90 is NOT INCLUDED in fpsp.sa (an example "Call-out" section is provided at
96 listed in "68060FPSP call-outs" below). Each field entry should contain
98 of the "call-out" section. The "Call-out" section must sit adjacent to the
114 (_060FPSP_TOP is the starting address of the "Call-out" section; the "Call-out"
121 68060FPSP call-outs: (details in fskeleton.s)
isp.doc 84 (1) | Call-Out | - 4 bytes per entry (user fills these in)
97 The first section of this module is the "Call-out" section. This section
98 is NOT INCLUDED in isp.sa (an example "Call-out" section is provided at
104 listed in "68060ISP call-outs" below). Each field entry should contain
106 of the "call-out" section. The "Call-out" section must sit adjacent to the
123 (_060ISP_TOP is the starting address of the "Call-out" section; the "Call-out"
130 68060ISP call-outs: (details in iskeleton.s)
190 package calls either the "Call-out" _060_real_cas() or _060_real_cas2()
    [all...]
  /src/lib/libc/arch/sparc64/sys/
__clone.S 68 * Args are now set up for system call as (flags, stack).
76 call %l0 ! Call the clone's entry point.
  /src/libexec/ld.elf_so/arch/i386/
rtld_start.S 43 call 1f
52 call _rtld_relocate_nonplt_self
57 call _rtld # _rtld(sp, relocbase)
78 call _rtld_bind # Call the binder
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_arm.S 32 @ Call the handler with 2 parameters in r0 and r1
63 @ Call the handler with 2 parameters in r0 and r1
95 @ Call the handler with 2 parameters in r0 and r1
  /src/sys/arch/hppa/stand/common/
srt0.S 139 b boot ; Call boot(),
  /src/sys/arch/sun3/sun3/
locore.s 292 * after the trap call.
312 jra _ASM_LABEL(faultstkadj) | call trap and deal with stack cleanup
417 | Call the trap handler for the kernel debugger.
418 | Do not call trap() to handle it, so that we can
426 | data below it modified (by kgdb push call),
  /src/sys/arch/sun3/sun3x/
locore.s 277 * after the trap call.
297 jra _ASM_LABEL(faultstkadj) | call trap and deal with stack cleanup
402 | Call the trap handler for the kernel debugger.
403 | Do not call trap() to handle it, so that we can
411 | data below it modified (by kgdb push call),
  /src/sys/arch/virt68k/virt68k/
locore.s 217 /* call final pmap setup */
316 * after the trap call.
341 jra _ASM_LABEL(faultstkadj) | call trap and deal with stack cleanup
449 | Call the trap handler for the kernel debugger.
450 | Do not call trap() to do it, so that we can
477 | data below it modified (by kgdb push call),
503 jbsr _C_LABEL(intr_dispatch) | call dispatcher
  /src/common/dist/zlib/
deflate.c 73 /* Compression function. Returns the block state after the call. */
314 Call UPDATE_HASH() MIN_MATCH-3 more times
949 int old_flush; /* value of flush param for previous deflate call */
975 * return OK instead of BUF_ERROR at next call of deflate:
1194 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
1197 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call
1200 * empty block here, this will be done at next call. This also
1224 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
1252 /* If avail_out is zero, the application will call deflate again
1881 Call UPDATE_HASH() MIN_MATCH-3 more time
    [all...]
  /src/sys/arch/cesfic/cesfic/
locore.s 331 /* call final pmap setup */
355 /* Final setup for call to main(). */
442 * after the trap call.
467 jra _ASM_LABEL(faultstkadj) | call trap and deal with stack cleanup
577 | Call the trap handler for the kernel debugger.
578 | Do not call trap() to do it, so that we can
586 | data below it modified (by kgdb push call),
631 jbsr _C_LABEL(nmihand) | call handler
  /src/sys/arch/next68k/next68k/
locore.s 351 /* call final pmap setup */
378 /* Final setup for call to main(). */
452 * after the trap call.
477 jra _ASM_LABEL(faultstkadj) | call trap and deal with stack cleanup
584 | Call the trap handler for the kernel debugger.
585 | Do not call trap() to do it, so that we can
616 | data below it modified (by kgdb push call),
650 jbsr _C_LABEL(nmihand) | call handler
  /src/sys/arch/mvme68k/mvme68k/
locore.s 76 * Macro to call into the Bug ROM monitor
182 addql #8,%sp | clean up stack after call
260 /* XXXCDC SHUTUP 147 CALL */
264 /* XXXCDC SHUTUP 147 CALL */
346 addql #8,%sp | clean up stack after call
419 addql #8,%sp | clean up stack after call
610 /* call final pmap setup */
737 * after the trap call.
762 jra _ASM_LABEL(faultstkadj) | call trap and deal with stack cleanup
870 | Call the trap handler for the kernel debugger
    [all...]
  /src/sys/arch/x68k/x68k/
locore.s 242 RELOC(setmemrange,%a0) | call setmemrange()
329 /* call final pmap setup */
446 * after the trap call.
471 jra _ASM_LABEL(faultstkadj) | call trap and deal with stack cleanup
578 | Call the trap handler for the kernel debugger.
579 | Do not call trap() to do it, so that we can
610 | data below it modified (by kgdb push call),
690 jbsr _C_LABEL(nmihand) | call handler
  /src/sys/arch/luna68k/luna68k/
locore.s 272 /* call final pmap setup */
306 * cpu_set_kpc() to arrange for a call to a kernel function
377 * after the trap call.
402 jra _ASM_LABEL(faultstkadj) | call trap and deal with stack cleanup
509 | Call the trap handler for the kernel debugger.
510 | Do not call trap() to do it, so that we can
541 | data below it modified (by kgdb push call),
564 jbsr _C_LABEL(nmihand) | call handler
  /src/sys/arch/news68k/news68k/
locore.s 383 /* call final pmap setup */
475 * after the trap call.
495 jra _ASM_LABEL(faultstkadj) | call trap and deal with stack cleanup
603 | Call the trap handler for the kernel debugger.
604 | Do not call trap() to do it, so that we can
635 | data below it modified (by kgdb push call),
702 jbsr _C_LABEL(nmintr) | call handler: XXX wrapper
723 * so only traps (including system call) and
  /src/sys/arch/hp300/hp300/
locore.s 508 /* call final pmap setup */
536 /* Final setup for call to main(). */
612 * after the trap call.
637 jra _ASM_LABEL(faultstkadj) | call trap and deal with stack cleanup
744 | Call the trap handler for the kernel debugger.
745 | Do not call trap() to do it, so that we can
776 | data below it modified (by kgdb push call),
871 jbsr _C_LABEL(m68k_intr_autovec) | call dispatch routine
885 jbsr _C_LABEL(nmihand) | call handler
  /src/sys/arch/mac68k/mac68k/
locore.s 418 /* call final pmap setup */
443 /* Final setup for call to main(). */
525 * after the trap call.
550 jra _ASM_LABEL(faultstkadj) | call trap and deal with stack cleanup
663 | Call the trap handler for the kernel debugger.
664 | Do not call trap() to do it, so that we can
695 | data below it modified (by kgdb push call),
754 jbsr _C_LABEL(intr_dispatch) | call dispatch routine
764 jbsr _C_LABEL(nmihand) | call handler
787 jbsr _C_LABEL(hardclock) | call generic clock int routin
    [all...]
  /src/sys/arch/mips/mips/
mipsX_subr.S 678 * Find out what mode we came from and call the appropriate handler.
700 * call trap() to process the condition.
825 * Call the trap handler.
924 * call trap() to process the condition.
1043 * Call the trap handler.
1063 * call cpu_intr() to process it.
1122 * Call the interrupt handler.
1358 * Save user context atop the kernel stack, then call trap() to process
1433 * Call the trap handler.
1463 * the remaining state and call ast()
    [all...]

Completed in 28 milliseconds

1 2