Home
last modified time | relevance | path

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

/linux/arch/arm64/kvm/hyp/nvhe/
H A Dswitch.c208 synchronize_vcpu_pstate(vcpu, exit_code); in fixup_guest_exit()
/linux/arch/arm64/kvm/hyp/vhe/
H A Dswitch.c532 synchronize_vcpu_pstate(vcpu, exit_code); in fixup_guest_exit()
/linux/arch/arm64/kvm/hyp/include/hyp/
H A Dswitch.h976 static inline void synchronize_vcpu_pstate(struct kvm_vcpu *vcpu, u64 *exit_code) in synchronize_vcpu_pstate() function