Searched refs:fpsimd_state (Results 1 – 4 of 4) sorted by relevance
555 struct user_fpsimd_state fpsimd_state; in ptrace_set_sve_get_fpsimd_data() local595 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()
162 struct user_fpsimd_state fpsimd_state; member275 sizeof_field(struct thread_struct, uw.fpsimd_state)); in arch_thread_struct_whitelist()
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()986 memset(&target->thread.uw.fpsimd_state, 0, in sve_set_common()987 sizeof(target->thread.uw.fpsimd_state)); in sve_set_common()1032 &target->thread.uw.fpsimd_state.fpsr, in sve_set_common()1902 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_get()1929 uregs = &target->thread.uw.fpsimd_state; in compat_vfp_set()
281 ¤t->thread.uw.fpsimd_state; in preserve_fpsimd_context()