Searched refs:guest_owns_fp_regs (Results 1 – 6 of 6) sorted by relevance
129 if (guest_owns_fp_regs()) { in kvm_arch_vcpu_ctxsync_fp()180 if (guest_owns_fp_regs()) { in kvm_arch_vcpu_put_fp()
82 if (guest_owns_fp_regs()) { in __activate_cptr_traps()393 if (guest_owns_fp_regs()) in kvm_hyp_handle_zcr_el2()500 if (guest_owns_fp_regs()) in __kvm_vcpu_run_vhe()
56 if (!guest_owns_fp_regs()) { in __activate_traps()362 if (guest_owns_fp_regs()) in __kvm_vcpu_run()
68 if (!guest_owns_fp_regs()) in fpsimd_sve_sync()
628 if (!vcpu_has_sve(vcpu) || !guest_owns_fp_regs()) in kvm_get_reset_cptr_el2()635 if (vcpu_has_sve(vcpu) && guest_owns_fp_regs()) in kvm_get_reset_cptr_el2()
1294 static inline bool guest_owns_fp_regs(void) in guest_owns_fp_regs() function