Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/vhe/
H A Dsysreg-sr.c71 __sysreg_save_user_state(host_ctxt); in __vcpu_load_switch_sysregs()
116 __sysreg_save_user_state(guest_ctxt); in __vcpu_put_switch_sysregs()
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dsysreg-sr.c25 __sysreg_save_user_state(ctxt); in __sysreg_save_state_nvhe()
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dsysreg-sr.h30 static inline void __sysreg_save_user_state(struct kvm_cpu_context *ctxt) in __sysreg_save_user_state() function