Home
last modified time | relevance | path

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

/openbmc/qemu/linux-user/loongarch64/
H A Dsignal.c108 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()
/openbmc/linux/arch/loongarch/kernel/
H A Dsignal.c843 static unsigned long extframe_alloc(struct extctx_layout *extctx, in extframe_alloc() function
875 new_sp = extframe_alloc(extctx, &extctx->lasx, in setup_extcontext()
878 new_sp = extframe_alloc(extctx, &extctx->lsx, in setup_extcontext()
881 new_sp = extframe_alloc(extctx, &extctx->fpu, in setup_extcontext()
887 new_sp = extframe_alloc(extctx, &extctx->lbt, in setup_extcontext()