Home
last modified time | relevance | path

Searched refs:guest_owns_fp_regs (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/arch/arm64/kvm/
Dfpsimd.c129 if (guest_owns_fp_regs()) { in kvm_arch_vcpu_ctxsync_fp()
180 if (guest_owns_fp_regs()) { in kvm_arch_vcpu_put_fp()
/linux-6.12.1/arch/arm64/kvm/hyp/vhe/
Dswitch.c82 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()
/linux-6.12.1/arch/arm64/kvm/hyp/nvhe/
Dswitch.c56 if (!guest_owns_fp_regs()) { in __activate_traps()
362 if (guest_owns_fp_regs()) in __kvm_vcpu_run()
Dhyp-main.c68 if (!guest_owns_fp_regs()) in fpsimd_sve_sync()
/linux-6.12.1/arch/arm64/include/asm/
Dkvm_emulate.h628 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()
Dkvm_host.h1294 static inline bool guest_owns_fp_regs(void) in guest_owns_fp_regs() function