Home
last modified time | relevance | path

Searched defs:ARCH_DEFINE_STATIC_CALL_TRAMP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dstatic_call.h25 #define ARCH_DEFINE_STATIC_CALL_TRAMP(name, func) __PPC_SCT(name, "b " #func) macro
/openbmc/linux/arch/x86/include/asm/
H A Dstatic_call.h46 #define ARCH_DEFINE_STATIC_CALL_TRAMP(name, func) \ macro