Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dsocfpga_cyclone5.dtsi7 /* First 4KB has trampoline code for secondary cores. */
H A Dsocfpga_arria5.dtsi7 /* First 4KB has trampoline code for secondary cores. */
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-app-init.c393 …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 Dcvmx-debug.c238 …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 Dmachdep.c2521 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()