Searched refs:fpsimd_state (Results 1 – 5 of 5) sorted by relevance
417 ¤t->thread.uw.fpsimd_state.fpsr, in task_fpsimd_load()421 fpsimd_load_state(¤t->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(¤t->thread.uw.fpsimd_state, 0, in fpsimd_flush_thread()1613 sizeof(current->thread.uw.fpsimd_state)); in fpsimd_flush_thread()1670 last->st = ¤t->thread.uw.fpsimd_state; in fpsimd_bind_task_to_cpu()[all …]
599 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(¤t->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()
95 ¤t->thread.uw.fpsimd_state; in compat_preserve_vfp_context()180 current->thread.uw.fpsimd_state = fpsimd; in compat_restore_vfp_context()
253 ¤t->thread.uw.fpsimd_state; in preserve_fpsimd_context()
162 struct user_fpsimd_state fpsimd_state; member270 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
Completed in 20 milliseconds