Searched refs:live_sz (Results 1 – 6 of 6) sorted by relevance
| /tools/testing/selftests/arm64/signal/ |
| 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()
|
| A D | test_signals.h | 89 size_t live_sz; member
|
| 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()
|
| /tools/testing/selftests/arm64/signal/testcases/ |
| A D | fpmr_siginfo.c | 56 get_header(head, FPMR_MAGIC, td->live_sz, &offset); in fpmr_present()
|
| A D | poe_siginfo.c | 56 get_header(head, POE_MAGIC, td->live_sz, &offset); in poe_present()
|
| A D | tpidr2_siginfo.c | 56 get_header(head, TPIDR2_MAGIC, td->live_sz, &offset); in tpidr2_present()
|
Completed in 8 milliseconds