Home
last modified time | relevance | path

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

/arch/arm64/kernel/
A Dfpsimd.c417 &current->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load()
421 fpsimd_load_state(&current->thread.uw.fpsimd_state); in task_fpsimd_load()
659 struct user_fpsimd_state const *fst = &task->thread.uw.fpsimd_state; in fpsimd_to_sve()
683 struct user_fpsimd_state *fst = &task->thread.uw.fpsimd_state; in sve_to_fpsimd()
711 __fpsimd_zero_vregs(&task->thread.uw.fpsimd_state); in task_smstop_sm()
712 task->thread.uw.fpsimd_state.fpsr = 0x0800009f; in task_smstop_sm()
1558 &next->thread.uw.fpsimd_state; in fpsimd_thread_switch()
1612 memset(&current->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread()
1613 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread()
1670 last->st = &current->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu()
[all …]
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()
962 memset(&current->thread.uw.fpsimd_state, 0, in sve_set_common()
963 sizeof(current->thread.uw.fpsimd_state)); in sve_set_common()
1008 &target->thread.uw.fpsimd_state.fpsr, in sve_set_common()
1875 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()
1902 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
A Dsignal32.c95 &current->thread.uw.fpsimd_state; in compat_preserve_vfp_context()
180 current->thread.uw.fpsimd_state = fpsimd; in compat_restore_vfp_context()
A Dsignal.c253 &current->thread.uw.fpsimd_state; in preserve_fpsimd_context()
/arch/arm64/include/asm/
A Dprocessor.h162 struct user_fpsimd_state fpsimd_state; member
270 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()

Completed in 20 milliseconds