Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/loongarch64/
H A Dsignal.c99 struct extctx_layout { struct
108 static abi_ptr extframe_alloc(struct extctx_layout *extctx, in extframe_alloc() argument
127 struct extctx_layout *extctx, abi_ptr sp) in setup_extcontext()
129 memset(extctx, 0, sizeof(struct extctx_layout)); in setup_extcontext()
153 struct extctx_layout *extctx) in setup_sigframe()
225 static bool parse_extcontext(struct extctx_layout *extctx, abi_ptr frame) in parse_extcontext()
280 struct extctx_layout *extctx) in restore_sigframe()
335 struct extctx_layout *extctx) in get_sigframe()
354 struct extctx_layout extctx; in setup_rt_frame()
404 struct extctx_layout extctx; in do_rt_sigreturn()
/openbmc/linux/arch/loongarch/kernel/
H A Dsignal.c84 struct extctx_layout { struct
391 static int protected_save_fpu_context(struct extctx_layout *extctx) in protected_save_fpu_context()
425 static int protected_restore_fpu_context(struct extctx_layout *extctx) in protected_restore_fpu_context()
460 static int protected_save_lsx_context(struct extctx_layout *extctx) in protected_save_lsx_context()
497 static int protected_restore_lsx_context(struct extctx_layout *extctx) in protected_restore_lsx_context()
535 static int protected_save_lasx_context(struct extctx_layout *extctx) in protected_save_lasx_context()
575 static int protected_restore_lasx_context(struct extctx_layout *extctx) in protected_restore_lasx_context()
617 static int protected_save_lbt_context(struct extctx_layout *extctx) in protected_save_lbt_context()
653 static int protected_restore_lbt_context(struct extctx_layout *extctx) in protected_restore_lbt_context()
688 struct extctx_layout *extctx) in setup_sigcontext()
[all …]