Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/vhe/
Dswitch.c59 if (update_fp_enabled(vcpu)) { in __activate_traps()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/nvhe/
Dswitch.c44 if (!update_fp_enabled(vcpu)) { in __activate_traps()
/kernel/linux/linux-5.10/arch/arm64/kvm/hyp/include/hyp/
Dswitch.h37 static inline bool update_fp_enabled(struct kvm_vcpu *vcpu) in update_fp_enabled() function