Home
last modified time | relevance | path

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

/linux/arch/arm64/kernel/
H A Dfpsimd.c423 &current->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load()
427 fpsimd_load_state(&current->thread.uw.fpsimd_state); in task_fpsimd_load()
665 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve()
689 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd()
717 __fpsimd_zero_vregs(&task->thread.uw.fpsimd_state); in task_smstop_sm()
718 task->thread.uw.fpsimd_state.fpsr = 0x0800009f; in task_smstop_sm()
788 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_sync_to_effective_state_zeropad()
1535 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch()
1589 memset(&current->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread()
1590 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread()
[all …]
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(&current->thread.uw.fpsimd_state, 0, in sve_set_common()
987 sizeof(current->thread.uw.fpsimd_state)); in sve_set_common()
1032 &target->thread.uw.fpsimd_state.fpsr, in sve_set_common()
1899 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
1926 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
H A Dsignal.c254 &current->thread.uw.fpsimd_state; in preserve_fpsimd_context()
/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()