Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h190 if (!vserror_state_is_nested(ctxt_to_vcpu(ctxt))) in __sysreg_save_el2_return_state()
333 if (!vserror_state_is_nested(ctxt_to_vcpu(ctxt))) in __sysreg_restore_el2_return_state()
H A Dswitch.h497 if (!vserror_state_is_nested(vcpu)) in ___activate_traps()
512 if (vserror_state_is_nested(vcpu)) in ___deactivate_traps()
/linux/arch/arm64/include/asm/
H A Dkvm_emulate.h260 static inline bool vserror_state_is_nested(struct kvm_vcpu *vcpu) in vserror_state_is_nested() function