Searched refs:live_sz (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/arm64/signal/ ! |
| H A D | test_signals_utils.h | 111 td->live_sz = dest_sz; in get_current_context() 118 for (i = 0; i < td->live_sz; i++) { in get_current_context()
|
| H A D | test_signals_utils.c | 196 head = get_header(head, EXTRA_MAGIC, td->live_sz, &offset); in handle_signal_copyctx() 216 if (to_copy > td->live_sz) { in handle_signal_copyctx() 219 td->live_sz, to_copy); in handle_signal_copyctx()
|
| H A D | test_signals.h | 89 size_t live_sz; member
|
| /linux/tools/testing/selftests/arm64/signal/testcases/ ! |
| H A D | fpmr_siginfo.c | 56 get_header(head, FPMR_MAGIC, td->live_sz, &offset); in fpmr_present()
|
| H A D | poe_siginfo.c | 56 get_header(head, POE_MAGIC, td->live_sz, &offset); in poe_present()
|
| H A D | tpidr2_siginfo.c | 56 get_header(head, TPIDR2_MAGIC, td->live_sz, &offset); in tpidr2_present()
|
| /linux/arch/loongarch/kernel/ ! |
| H A D | ptrace.c | 260 struct membuf *to, unsigned int live_sz) in copy_pad_fprs() argument 266 cp_sz = min(regset->size, live_sz); in copy_pad_fprs()
|
| /linux/arch/mips/kernel/ ! |
| H A D | ptrace.c | 605 unsigned int live_sz) in copy_pad_fprs() argument 611 cp_sz = min(regset->size, live_sz); in copy_pad_fprs()
|