Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c555 struct user_fpsimd_state fpsimd_state; in ptrace_set_sve_get_fpsimd_data() local
595 if (get_fpsimd(child, &fpsimd_state)) { in ptrace_set_sve_get_fpsimd_data()
611 if (tmp != fpsimd_state.vregs[i]) { in ptrace_set_sve_get_fpsimd_data()
619 &fpsimd_state.fpsr, &errors); in ptrace_set_sve_get_fpsimd_data()
621 &fpsimd_state.fpcr, &errors); in ptrace_set_sve_get_fpsimd_data()
/linux/arch/arm64/include/asm/
H A Dprocessor.h162 struct user_fpsimd_state fpsimd_state; member
275 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()
861 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr, in sve_get_common()
986 memset(&target->thread.uw.fpsimd_state, 0, in sve_set_common()
987 sizeof(target->thread.uw.fpsimd_state)); in sve_set_common()
1032 &target->thread.uw.fpsimd_state.fpsr, in sve_set_common()
1902 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
1929 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
H A Dsignal.c281 &current->thread.uw.fpsimd_state; in preserve_fpsimd_context()