Home
last modified time | relevance | path

Searched refs:extctx_layout (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/arch/loongarch/kernel/
H A Dsignal.c64 struct extctx_layout { struct
371 static int protected_save_fpu_context(struct extctx_layout *extctx) in protected_save_fpu_context()
440 static int protected_save_lsx_context(struct extctx_layout *extctx) in protected_save_lsx_context()
597 static int protected_save_lbt_context(struct extctx_layout *extctx) in protected_save_lbt_context()
668 struct extctx_layout *extctx) in setup_sigcontext()
761 struct extctx_layout extctx; in restore_sigcontext()
763 memset(&extctx, 0, sizeof(struct extctx_layout)); in restore_sigcontext()
823 static unsigned long extframe_alloc(struct extctx_layout *extctx, in extframe_alloc()
843 memset(extctx, 0, sizeof(struct extctx_layout)); in setup_extcontext()
876 struct extctx_layout *extctx) in get_sigframe()
[all …]