On 2023-10-14 19:37, Huacai Chen wrote:
Hi, Tiezhu,
We can think the jirl with link register is a call instruction.
loongarch_suspend_enter:
jirl a0, t0, 0 /* Call BIOS's STR sleep routine */
Its link register is a0, (not ra), we also think it is a call
instruction. The func is also stack banlaced. So the func can be a
regular function.