Home
last modified time | relevance | path

Searched refs:guest_exit (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_host.h844 struct kvmhv_tb_accumulator guest_exit; member
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_p9_entry.c726 accumulate_time(vcpu, &vcpu->arch.guest_exit); in kvmhv_vcpu_entry_p9()
H A Dbook3s_pr.c1156 guest_exit(); in kvmppc_handle_exit_pr()
H A Dbook3s_hv.c2760 {"guest_exit", offsetof(struct kvm_vcpu, arch.guest_exit)},
4124 accumulate_time(vcpu, &vcpu->arch.guest_exit); in kvmhv_vcpu_entry_p9_nested()
/openbmc/linux/include/linux/
H A Dkvm_host.h510 static inline void guest_exit(void) in guest_exit() function