Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm64/kvm/hyp/vhe/
Dswitch.c57 if (update_fp_enabled(vcpu)) { in __activate_traps()
/Linux-v5.10/arch/arm64/kvm/hyp/nvhe/
Dswitch.c44 if (!update_fp_enabled(vcpu)) { in __activate_traps()
/Linux-v5.10/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h37 static inline bool update_fp_enabled(struct kvm_vcpu *vcpu) in update_fp_enabled() function