Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c78 if (guest_owns_fp_regs(vcpu)) { in __activate_traps()
/openbmc/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c56 if (!guest_owns_fp_regs(vcpu)) { in __activate_traps()
/openbmc/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h42 static inline bool guest_owns_fp_regs(struct kvm_vcpu *vcpu) in guest_owns_fp_regs() function