Home
last modified time | relevance | path

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

/linux-6.15/arch/arm64/kernel/
H A Dfpsimd.c419 &current->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load()
423 fpsimd_load_state(&current->thread.uw.fpsimd_state); in task_fpsimd_load()
658 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve()
682 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd()
820 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in sve_sync_from_fpsimd_zeropad()
1586 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch()
1640 memset(&current->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread()
1641 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread()
1707 last->st = &current->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu()
1803 current->thread.uw.fpsimd_state = *state; in fpsimd_update_current_state()
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()
/linux-6.15/tools/testing/selftests/arm64/fp/
H A Dsve-ptrace.c433 struct user_fpsimd_state fpsimd_state; in ptrace_set_sve_get_fpsimd_data() local
473 if (get_fpsimd(child, &fpsimd_state)) { in ptrace_set_sve_get_fpsimd_data()
489 if (tmp != fpsimd_state.vregs[i]) { in ptrace_set_sve_get_fpsimd_data()
497 &fpsimd_state.fpsr, &errors); in ptrace_set_sve_get_fpsimd_data()
499 &fpsimd_state.fpcr, &errors); in ptrace_set_sve_get_fpsimd_data()
/linux-6.15/arch/arm64/kvm/
H A Dfpsimd.c28 struct user_fpsimd_state *fpsimd = &current->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
/linux-6.15/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()