Home
last modified time | relevance | path

Searched refs:extended_size (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/fpu/
H A Dsignal.c42 fx_sw->xstate_size > fx_sw->extended_size) in check_xstate_in_sigframe()
109 sw_bytes->extended_size = fpstate->user_size + FP_XSTATE_MAGIC2_SIZE; in save_sw_bytes()
114 sw_bytes->extended_size += sizeof(struct fregs_state); in save_sw_bytes()
/linux/arch/x86/um/
H A Dsignal.c200 &to_fp64->fpstate.sw_reserved.extended_size); in copy_sc_to_user()
203 &to_fp64->fpstate.sw_reserved.extended_size); in copy_sc_to_user()
/linux/arch/x86/include/uapi/asm/
H A Dsigcontext.h54 __u32 extended_size; member
/linux/tools/testing/selftests/net/tcp_ao/
H A Dsetsockopt-closed.c195 socklen_t extended_size = sizeof(tmp_opt); in test_extend() local
205 __setsockopt_checked(sk, cmd, get, &tmp_opt, &extended_size, in test_extend()
210 __setsockopt_checked(sk, cmd, get, NULL, &extended_size, in test_extend()