Home
last modified time | relevance | path

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

/linux/arch/arm64/include/asm/
H A Dprocessor.h160 struct user_fpsimd_state fpsimd_state; member
268 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
/linux/arch/arm64/kernel/
H A Dptrace.c599 uregs = &target->thread.uw.fpsimd_state; in __fpr_get()
631 newstate = target->thread.uw.fpsimd_state; in __fpr_set()
638 target->thread.uw.fpsimd_state = newstate; in __fpr_set()
854 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr, in sve_get_common()
1009 &target->thread.uw.fpsimd_state.fpsr, in sve_set_common()
1878 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
1905 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
H A Dsignal.c250 &current->thread.uw.fpsimd_state; in preserve_fpsimd_context()
1517 memset(&current->thread.uw.fpsimd_state, 0, in setup_return()
1518 sizeof(current->thread.uw.fpsimd_state)); in setup_return()
H A Dsignal32.c95 &current->thread.uw.fpsimd_state; in compat_preserve_vfp_context()