summaryrefslogtreecommitdiffstats
path: root/arch/xtensa/kernel/mcount.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* xtensa: abstract 'entry' and 'retw' in assembly codeMax Filippov2019-07-081-5/+6
| | | | | | | | | | | Provide abi_entry, abi_entry_default, abi_ret and abi_ret_default macros that allocate aligned stack frame in windowed and call0 ABIs. Provide XTENSA_SPILL_STACK_RESERVE macro that specifies required stack frame size when register spilling is involved. Replace all uses of 'entry' and 'retw' with the above macros. This makes most of the xtensa assembly code ready for XEA3 and call0 ABI. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
* xtensa: add static function tracer supportMax Filippov2013-07-081-0/+50
Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>