Searched refs:extctx (Results 1 – 1 of 1) sorted by relevance
| /openbmc/qemu/linux-user/loongarch64/ |
| H A D | signal.c | 108 static abi_ptr extframe_alloc(struct extctx_layout *extctx, in extframe_alloc() argument 121 extctx->size += size; in extframe_alloc() 127 struct extctx_layout *extctx, abi_ptr sp) in setup_extcontext() argument 129 memset(extctx, 0, sizeof(struct extctx_layout)); in setup_extcontext() 132 sp = extframe_alloc(extctx, &extctx->end, 0, CONTEXT_INFO_ALIGN, sp); in setup_extcontext() 135 extctx->flags = SC_USED_FP; in setup_extcontext() 138 sp = extframe_alloc(extctx, &extctx->lasx, in setup_extcontext() 141 sp = extframe_alloc(extctx, &extctx->lsx, in setup_extcontext() 144 sp = extframe_alloc(extctx, &extctx->fpu, in setup_extcontext() 153 struct extctx_layout *extctx) in setup_sigframe() argument [all …]
|