Lines Matching refs:extctx_layout
85 struct extctx_layout { struct
392 static int protected_save_fpu_context(struct extctx_layout *extctx) in protected_save_fpu_context()
426 static int protected_restore_fpu_context(struct extctx_layout *extctx) in protected_restore_fpu_context()
461 static int protected_save_lsx_context(struct extctx_layout *extctx) in protected_save_lsx_context()
498 static int protected_restore_lsx_context(struct extctx_layout *extctx) in protected_restore_lsx_context()
536 static int protected_save_lasx_context(struct extctx_layout *extctx) in protected_save_lasx_context()
576 static int protected_restore_lasx_context(struct extctx_layout *extctx) in protected_restore_lasx_context()
618 static int protected_save_lbt_context(struct extctx_layout *extctx) in protected_save_lbt_context()
654 static int protected_restore_lbt_context(struct extctx_layout *extctx) in protected_restore_lbt_context()
689 struct extctx_layout *extctx) in setup_sigcontext()
721 static int parse_extcontext(struct sigcontext __user *sc, struct extctx_layout *extctx) in parse_extcontext()
782 struct extctx_layout extctx; in restore_sigcontext()
784 memset(&extctx, 0, sizeof(struct extctx_layout)); in restore_sigcontext()
844 static unsigned long extframe_alloc(struct extctx_layout *extctx, in extframe_alloc()
860 static unsigned long setup_extcontext(struct extctx_layout *extctx, unsigned long sp) in setup_extcontext()
864 memset(extctx, 0, sizeof(struct extctx_layout)); in setup_extcontext()
897 struct extctx_layout *extctx) in get_sigframe()
964 struct extctx_layout extctx; in setup_rt_frame()