Searched refs:fp_type (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/arch/arm64/kernel/ |
H A D | fpsimd.c | 389 switch (current->thread.fp_type) { in task_fpsimd_load() 440 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_SVE); in task_fpsimd_load() 445 WARN_ON_ONCE(current->thread.fp_type != FP_STATE_FPSIMD); in task_fpsimd_load() 520 *last->fp_type = FP_STATE_SVE; in fpsimd_save() 523 *last->fp_type = FP_STATE_FPSIMD; in fpsimd_save() 816 if (task->thread.fp_type == FP_STATE_SVE) in sve_sync_to_fpsimd() 900 task->thread.fp_type = FP_STATE_FPSIMD; in vec_set_vector_length() 1447 current->thread.fp_type = FP_STATE_SVE; in sve_init_regs() 1677 current->thread.fp_type = FP_STATE_FPSIMD; in fpsimd_flush_thread() 1706 if (current->thread.fp_type == FP_STATE_SVE) in fpsimd_signal_preserve_current_state() [all …]
|
H A D | signal.c | 221 current->thread.fp_type = FP_STATE_FPSIMD; in restore_fpsimd_context() 245 } else if (current->thread.fp_type == FP_STATE_SVE) { in preserve_sve_context() 311 current->thread.fp_type = FP_STATE_FPSIMD; in restore_sve_fpsimd_context() 347 current->thread.fp_type = FP_STATE_SVE; in restore_sve_fpsimd_context() 881 if (add_all || current->thread.fp_type == FP_STATE_SVE || in setup_sigframe_layout() 1114 current->thread.fp_type = FP_STATE_FPSIMD; in setup_return()
|
H A D | ptrace.c | 757 if (target->thread.fp_type == FP_STATE_FPSIMD) { in sve_init_header_from_task() 910 target->thread.fp_type = FP_STATE_FPSIMD; in sve_set_common() 933 target->thread.fp_type = FP_STATE_FPSIMD; in sve_set_common() 947 target->thread.fp_type = FP_STATE_SVE; in sve_set_common()
|
H A D | process.c | 335 dst->thread.fp_type = FP_STATE_FPSIMD; in arch_dup_task_struct()
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | fpsimd.h | 68 enum fp_type *fp_type; member 69 enum fp_type to_save;
|
H A D | processor.h | 125 enum fp_type { enum 161 enum fp_type fp_type; /* registers FPSIMD or SVE? */ member
|
H A D | kvm_host.h | 479 enum fp_type fp_type; member
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | fpsimd.c | 156 fp_state.fp_type = &vcpu->arch.fp_type; in kvm_arch_vcpu_ctxsync_fp()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/ |
H A D | 0001-Adapt-to-OpenSSL-1.1.1.patch | 349 @@ -231,7 +272,7 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum fp_type dgst_type, 358 @@ -252,12 +293,21 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum fp_type dgst_type, 380 @@ -273,11 +323,14 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum fp_type dgst_type,
|
H A D | 0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch | 158 @@ -293,7 +293,7 @@ pamsshagentauth_key_fingerprint_raw(const Key *k, enum fp_type dgst_type,
|