/kernel/linux/linux-5.10/arch/h8300/kernel/ |
H A D | signal.c | 73 restore_sigcontext(struct sigcontext *usc, int *pd0) in restore_sigcontext() argument 85 #define COPY(r) do { err |= get_user(regs->r, &usc->sc_##r); } while (0) in restore_sigcontext() 97 err |= __get_user(usp, &usc->sc_usp); in restore_sigcontext() 100 err |= __get_user(er0, &usc->sc_er0); in restore_sigcontext()
|
/kernel/linux/linux-5.10/net/sched/ |
H A D | sch_hfsc.c | 898 hfsc_change_usc(struct hfsc_class *cl, struct tc_service_curve *usc, in hfsc_change_usc() argument 901 sc2isc(usc, &cl->cl_usc); in hfsc_change_usc() 930 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; in hfsc_change_class() local 955 usc = nla_data(tb[TCA_HFSC_USC]); in hfsc_change_class() 956 if (usc->m1 == 0 && usc->m2 == 0) in hfsc_change_class() 957 usc = NULL; in hfsc_change_class() 989 if (usc != NULL) in hfsc_change_class() 990 hfsc_change_usc(cl, usc, cur_time); in hfsc_change_class() 1058 if (usc ! in hfsc_change_class() [all...] |
/kernel/linux/linux-6.6/net/sched/ |
H A D | sch_hfsc.c | 897 hfsc_change_usc(struct hfsc_class *cl, struct tc_service_curve *usc, in hfsc_change_usc() argument 900 sc2isc(usc, &cl->cl_usc); in hfsc_change_usc() 929 struct tc_service_curve *rsc = NULL, *fsc = NULL, *usc = NULL; in hfsc_change_class() local 954 usc = nla_data(tb[TCA_HFSC_USC]); in hfsc_change_class() 955 if (usc->m1 == 0 && usc->m2 == 0) in hfsc_change_class() 956 usc = NULL; in hfsc_change_class() 988 if (usc != NULL) in hfsc_change_class() 989 hfsc_change_usc(cl, usc, cur_time); in hfsc_change_class() 1055 if (usc ! in hfsc_change_class() [all...] |
/kernel/linux/linux-5.10/arch/x86/ia32/ |
H A D | ia32_signal.c | 61 struct sigcontext_32 __user *usc) in ia32_restore_sigcontext() 68 if (unlikely(copy_from_user(&sc, usc, sizeof(sc)))) in ia32_restore_sigcontext() 60 ia32_restore_sigcontext(struct pt_regs *regs, struct sigcontext_32 __user *usc) ia32_restore_sigcontext() argument
|
/kernel/linux/linux-6.6/arch/x86/kernel/ |
H A D | signal_64.c | 51 struct sigcontext __user *usc, in restore_sigcontext() 59 if (copy_from_user(&sc, usc, offsetof(struct sigcontext, reserved1))) in restore_sigcontext() 50 restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *usc, unsigned long uc_flags) restore_sigcontext() argument
|
H A D | signal_32.c | 78 struct sigcontext_32 __user *usc) in ia32_restore_sigcontext() 85 if (unlikely(copy_from_user(&sc, usc, sizeof(sc)))) in ia32_restore_sigcontext() 77 ia32_restore_sigcontext(struct pt_regs *regs, struct sigcontext_32 __user *usc) ia32_restore_sigcontext() argument
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
H A D | signal.c | 83 struct sigcontext __user *usc, in restore_sigcontext() 91 if (copy_from_user(&sc, usc, CONTEXT_COPY_SIZE)) in restore_sigcontext() 82 restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *usc, unsigned long uc_flags) restore_sigcontext() argument
|
/kernel/linux/linux-5.10/arch/m68k/kernel/ |
H A D | signal.c | 693 restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *usc, void __user *fp) in restore_sigcontext() argument 705 if (copy_from_user(&context, usc, sizeof(context))) in restore_sigcontext()
|
/kernel/linux/linux-6.6/arch/m68k/kernel/ |
H A D | signal.c | 677 restore_sigcontext(struct pt_regs *regs, struct sigcontext __user *usc, void __user *fp) in restore_sigcontext() argument 688 if (copy_from_user(&context, usc, sizeof(context))) in restore_sigcontext()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/ |
H A D | cvmx-pci-defs.h | 620 uint32_t usc:1; member 634 uint32_t usc:1;
|
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/ |
H A D | cvmx-pci-defs.h | 620 uint32_t usc:1; member 634 uint32_t usc:1;
|