Home
last modified time | relevance | path

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

/Linux-v6.6/arch/arm64/kvm/hyp/vhe/
Dswitch.c78 if (guest_owns_fp_regs(vcpu)) { in __activate_traps()
/Linux-v6.6/arch/arm64/kvm/hyp/nvhe/
Dswitch.c56 if (!guest_owns_fp_regs(vcpu)) { in __activate_traps()
/Linux-v6.6/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h42 static inline bool guest_owns_fp_regs(struct kvm_vcpu *vcpu) in guest_owns_fp_regs() function