Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c60 if (update_fp_enabled(vcpu)) { in __activate_traps()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c47 if (!update_fp_enabled(vcpu)) { in __activate_traps()
/OK3568_Linux_fs/kernel/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h39 static inline bool update_fp_enabled(struct kvm_vcpu *vcpu) in update_fp_enabled() function