Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/riscv/include/asm/
Dswitch_to.h38 static inline void fstate_restore(struct task_struct *task, in fstate_restore() function
62 #define fstate_restore(task, regs) do { } while (0) macro
/kernel/linux/linux-6.6/arch/riscv/include/asm/
Dswitch_to.h41 static inline void fstate_restore(struct task_struct *task, in fstate_restore() function
69 #define fstate_restore(task, regs) do { } while (0) macro