Searched refs:trampoline (Results 1 – 5 of 5) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | socfpga_cyclone5.dtsi | 7 /* First 4KB has trampoline code for secondary cores. */
|
| H A D | socfpga_arria5.dtsi | 7 /* First 4KB has trampoline code for secondary cores. */
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-app-init.c | 393 …int32_t *trampoline = CASTPTR(int32_t, CVMX_ADD_SEG32(CVMX_MIPS32_SPACE_KSEG0, BOOTLOADER_DEBUG_TR… in __cvmx_app_init() local 395 *trampoline = (int32_t)(long)&exit_on_break; in __cvmx_app_init()
|
| H A D | cvmx-debug.c | 238 …int32_t *trampoline = CASTPTR(int32_t, CVMX_ADD_SEG32(CVMX_MIPS32_SPACE_KSEG0, BOOTLOADER_DEBUG_TR… in cvmx_debug_install_handler() local 239 trampoline += core; in cvmx_debug_install_handler() 241 *trampoline = (int32_t)(long)&__cvmx_debug_handler_stage2; in cvmx_debug_install_handler() 243 cvmx_debug_printf("Debug handled installed on core %d at %p\n", core, trampoline); in cvmx_debug_install_handler()
|
| /f-stack/freebsd/i386/i386/ |
| H A D | machdep.c | 2521 char *copyout_buf, *trampoline, *tramp_stack_base; in machdep_init_trampoline() local 2544 trampoline = pmap_trm_alloc(end_exceptions - start_exceptions, in machdep_init_trampoline() 2546 bcopy(start_exceptions, trampoline, end_exceptions - start_exceptions); in machdep_init_trampoline() 2556 setidt_disp = trampoline - start_exceptions; in machdep_init_trampoline()
|