Symbol: sctx_info
arch/loongarch/kernel/signal.c
370
struct sctx_info __user *info = extctx->fpu.addr;
arch/loongarch/kernel/signal.c
404
struct sctx_info __user *info = extctx->fpu.addr;
arch/loongarch/kernel/signal.c
439
struct sctx_info __user *info = extctx->lsx.addr;
arch/loongarch/kernel/signal.c
476
struct sctx_info __user *info = extctx->lsx.addr;
arch/loongarch/kernel/signal.c
514
struct sctx_info __user *info = extctx->lasx.addr;
arch/loongarch/kernel/signal.c
554
struct sctx_info __user *info = extctx->lasx.addr;
arch/loongarch/kernel/signal.c
56
struct sctx_info *addr;
arch/loongarch/kernel/signal.c
596
struct sctx_info __user *info = extctx->lbt.addr;
arch/loongarch/kernel/signal.c
632
struct sctx_info __user *info = extctx->lbt.addr;
arch/loongarch/kernel/signal.c
667
struct sctx_info __user *info;
arch/loongarch/kernel/signal.c
689
info = (struct sctx_info *)extctx->end.addr;
arch/loongarch/kernel/signal.c
70
static void __user *get_ctx_through_ctxinfo(struct sctx_info *info)
arch/loongarch/kernel/signal.c
700
struct sctx_info __user *info = (struct sctx_info __user *)&sc->sc_extcontext;
arch/loongarch/kernel/signal.c
713
if (size < (sizeof(struct sctx_info) +
arch/loongarch/kernel/signal.c
72
return (void __user *)((char *)info + sizeof(struct sctx_info));
arch/loongarch/kernel/signal.c
720
if (size < (sizeof(struct sctx_info) +
arch/loongarch/kernel/signal.c
727
if (size < (sizeof(struct sctx_info) +
arch/loongarch/kernel/signal.c
734
if (size < (sizeof(struct sctx_info) +
arch/loongarch/kernel/signal.c
744
info = (struct sctx_info *)((char *)info + size);
arch/loongarch/kernel/signal.c
826
new_base -= sizeof(struct sctx_info);
arch/loongarch/kernel/signal.c
844
new_sp -= sizeof(struct sctx_info);
arch/loongarch/kernel/signal.c
846
extctx->end.size = (unsigned int)sizeof(struct sctx_info);