Searched refs:trampoline (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/contrib/gcc/config/mips/
H A Dlinux-unwind.h69 u_int32_t trampoline[2]; member in struct:sigframe
79 u_int32_t trampoline[2]; member in struct:rt_sigframe
/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-app-init.c393 int32_t *trampoline = CASTPTR(int32_t, CVMX_ADD_SEG32(CVMX_MIPS32_SPACE_KSEG0, BOOTLOADER_DEBUG_TRAMPOLINE)); local
395 *trampoline = (int32_t)(long)&exit_on_break;
H A Dcvmx-debug.c238 int32_t *trampoline = CASTPTR(int32_t, CVMX_ADD_SEG32(CVMX_MIPS32_SPACE_KSEG0, BOOTLOADER_DEBUG_TRAMPOLINE_CORE)); local
239 trampoline += core;
241 *trampoline = (int32_t)(long)&__cvmx_debug_handler_stage2;
243 cvmx_debug_printf("Debug handled installed on core %d at %p\n", core, trampoline);
/freebsd-10.0-release/sys/boot/i386/btx/btx/
H A Dbtx.S439 * We place a trampoline on the user stack that will return to rret_tramp
448 * -0x0c user %cs -0x10 real mode CS:IP return trampoline
566 movl %ebx,MEM_ESPR-0x0c # mode return trampoline
567 movl $rret_tramp,%ebx # Set return trampoline
/freebsd-10.0-release/sys/boot/pc98/btx/btx/
H A Dbtx.S465 * We place a trampoline on the user stack that will return to rret_tramp
474 * -0x0c user %cs -0x10 real mode CS:IP return trampoline
592 movl %ebx,MEM_ESPR-0x0c # mode return trampoline
593 movl $rret_tramp,%ebx # Set return trampoline

Completed in 135 milliseconds