Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm64/kernel/
A Dfpsimd.c442 &current->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load()
446 fpsimd_load_state(&current->thread.uw.fpsimd_state); in task_fpsimd_load()
680 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve()
704 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd()
836 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in sve_sync_from_fpsimd_zeropad()
1575 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch()
1630 memset(&current->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread()
1631 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread()
1722 last->st = &current->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu()
1807 current->thread.uw.fpsimd_state = *state; in fpsimd_update_current_state()
A Dptrace.c598 uregs = &target->thread.uw.fpsimd_state; in __fpr_get()
630 newstate = target->thread.uw.fpsimd_state; in __fpr_set()
637 target->thread.uw.fpsimd_state = newstate; in __fpr_set()
821 membuf_write(&to, &target->thread.uw.fpsimd_state.fpsr, in sve_get_common()
962 &target->thread.uw.fpsimd_state.fpsr, in sve_set_common()
1683 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
1710 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
A Dsignal.c189 &current->thread.uw.fpsimd_state; in preserve_fpsimd_context()
1109 memset(&current->thread.uw.fpsimd_state, 0, in setup_return()
1110 sizeof(current->thread.uw.fpsimd_state)); in setup_return()
A Dsignal32.c95 &current->thread.uw.fpsimd_state; in compat_preserve_vfp_context()
/linux-6.3-rc2/arch/arm64/kvm/
A Dfpsimd.c25 fpsimd = &p->thread.uw.fpsimd_state; in kvm_vcpu_unshare_task_fp()
43 struct user_fpsimd_state *fpsimd = &current->thread.uw.fpsimd_state; in kvm_arch_vcpu_run_map_fp()
/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A Dsve-ptrace.c431 struct user_fpsimd_state fpsimd_state; in ptrace_set_sve_get_fpsimd_data() local
471 if (get_fpsimd(child, &fpsimd_state)) { in ptrace_set_sve_get_fpsimd_data()
487 if (tmp != fpsimd_state.vregs[i]) { in ptrace_set_sve_get_fpsimd_data()
495 &fpsimd_state.fpsr, &errors); in ptrace_set_sve_get_fpsimd_data()
497 &fpsimd_state.fpcr, &errors); in ptrace_set_sve_get_fpsimd_data()
/linux-6.3-rc2/arch/arm64/include/asm/
A Dprocessor.h158 struct user_fpsimd_state fpsimd_state; member
253 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()

Completed in 17 milliseconds