Searched refs:live_sz (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/signal/ |
H A D | test_signals_utils.h | 65 td->live_sz = sizeof(*dest_uc); in get_current_context() 66 memset(dest_uc, 0x00, td->live_sz); in get_current_context()
|
H A D | test_signals.h | 78 size_t live_sz; member
|
H A D | test_signals_utils.c | 168 memcpy(td->live_uc, uc, td->live_sz); in handle_signal_copyctx()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/ |
H A D | test_signals_utils.h | 72 td->live_sz = dest_sz; in get_current_context() 79 for (i = 0; i < td->live_sz; i++) { in get_current_context()
|
H A D | test_signals_utils.c | 186 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 D | test_signals.h | 83 size_t live_sz; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/signal/testcases/ |
H A D | tpidr2_siginfo.c | 56 get_header(head, TPIDR2_MAGIC, td->live_sz, &offset); in tpidr2_present()
|
/kernel/linux/linux-5.10/arch/loongarch/kernel/ |
H A D | ptrace.c | 284 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 D | ptrace.c | 598 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 D | ptrace.c | 605 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 D | ptrace.c | 260 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