Home
last modified time | relevance | path

Searched refs:extctx_layout (Results 1 – 1 of 1) 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()