Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.h65 td->live_sz = sizeof(*dest_uc); in get_current_context()
66 memset(dest_uc, 0x00, td->live_sz); in get_current_context()
H A Dtest_signals.h78 size_t live_sz; member
H A Dtest_signals_utils.c168 memcpy(td->live_uc, uc, td->live_sz); in handle_signal_copyctx()
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/
H A Dtest_signals_utils.h72 td->live_sz = dest_sz; in get_current_context()
79 for (i = 0; i < td->live_sz; i++) { in get_current_context()
H A Dtest_signals_utils.c186 head = get_header(head, EXTRA_MAGIC, td->live_sz, &offset); in handle_signal_copyctx()
206 if (to_copy > td->live_sz) { in handle_signal_copyctx()
209 td->live_sz, to_copy); in handle_signal_copyctx()
H A Dtest_signals.h83 size_t live_sz; member
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/
H A Dtpidr2_siginfo.c56 get_header(head, TPIDR2_MAGIC, td->live_sz, &offset); in tpidr2_present()
/kernel/linux/linux-5.10/arch/loongarch/kernel/
H A Dptrace.c284 struct membuf *to, unsigned int live_sz) in copy_pad_fprs()
290 cp_sz = min(regset->size, live_sz); in copy_pad_fprs()
282 copy_pad_fprs(struct task_struct *target, const struct user_regset *regset, struct membuf *to, unsigned int live_sz) copy_pad_fprs() argument
/kernel/linux/linux-5.10/arch/mips/kernel/
H A Dptrace.c598 unsigned int live_sz) in copy_pad_fprs()
604 cp_sz = min(regset->size, live_sz); in copy_pad_fprs()
595 copy_pad_fprs(struct task_struct *target, const struct user_regset *regset, struct membuf *to, unsigned int live_sz) copy_pad_fprs() argument
/kernel/linux/linux-6.6/arch/mips/kernel/
H A Dptrace.c605 unsigned int live_sz) in copy_pad_fprs()
611 cp_sz = min(regset->size, live_sz); in copy_pad_fprs()
602 copy_pad_fprs(struct task_struct *target, const struct user_regset *regset, struct membuf *to, unsigned int live_sz) copy_pad_fprs() argument
/kernel/linux/linux-6.6/arch/loongarch/kernel/
H A Dptrace.c260 struct membuf *to, unsigned int live_sz) in copy_pad_fprs()
266 cp_sz = min(regset->size, live_sz); in copy_pad_fprs()
258 copy_pad_fprs(struct task_struct *target, const struct user_regset *regset, struct membuf *to, unsigned int live_sz) copy_pad_fprs() argument

Completed in 10 milliseconds