Home
last modified time | relevance | path

Searched refs:usc (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/arch/h8300/kernel/
H A Dsignal.c73 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 Dsch_hfsc.c898 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 Dsch_hfsc.c897 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 Dia32_signal.c61 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 Dsignal_64.c51 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 Dsignal_32.c78 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 Dsignal.c83 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 Dsignal.c693 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 Dsignal.c677 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 Dcvmx-pci-defs.h620 uint32_t usc:1; member
634 uint32_t usc:1;
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h620 uint32_t usc:1; member
634 uint32_t usc:1;

Completed in 18 milliseconds