Searched refs:extframe_alloc (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() function 132 sp = extframe_alloc(extctx, &extctx->end, 0, CONTEXT_INFO_ALIGN, sp); 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()
|