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

/haiku/src/system/boot/platform/efi/arch/x86/
H A Darch_smp_32.cpp39 // Arguments passed to the SMP trampoline.
41 uint32 trampoline; // Trampoline address member in struct:trampoline_args
58 TRACE("copying the trampoline code to %p from %p\n", (char*)trampolineCode, (const void*)&smp_trampoline);
59 TRACE("size of trampoline code = %" PRIu64 " bytes\n", (uint64)&smp_trampoline_end - (uint64)&smp_trampoline);
71 args->trampoline = trampolineCode;
/haiku/src/system/boot/platform/efi/arch/x86_64/
H A Darch_smp_64.cpp40 // Arguments passed to the SMP trampoline.
42 uint32 trampoline; // Trampoline address member in struct:long_trampoline_args
60 TRACE("copying the trampoline code to %p from %p\n", (char*)trampolineCode, (const void*)&long_smp_trampoline);
61 TRACE("size of trampoline code = %" PRIu64 " bytes\n", (uint64)&long_smp_trampoline_end - (uint64)&long_smp_trampoline);
73 args->trampoline = trampolineCode;
/haiku/src/kits/debugger/dwarf/
H A DDebugInfoEntry.h148 DECLARE_DEBUG_INFO_ENTRY_ATTR_SETTER(trampoline)
H A DDebugInfoEntry.cpp291 DEFINE_DEBUG_INFO_ENTRY_ATTR_SETTER(trampoline)
H A DAttributeClasses.cpp115 { ENTRY(trampoline), AC_ADDRESS | AC_FLAG | AC_REFERENCE

Completed in 93 milliseconds