Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/include/asm/
H A Dkvm_host.h865 struct kvmhv_tb_accumulator guest_exit; member
/linux-6.15/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_hv.c2819 {"guest_exit", offsetof(struct kvm_vcpu, arch.guest_exit)},
4289 accumulate_time(vcpu, &vcpu->arch.guest_exit); in kvmhv_vcpu_entry_nestedv2()
4386 accumulate_time(vcpu, &vcpu->arch.guest_exit); in kvmhv_vcpu_entry_p9_nested()
H A Dbook3s_pr.c1149 guest_exit(); in kvmppc_handle_exit_pr()
/linux-6.15/include/linux/
H A Dkvm_host.h522 static inline void guest_exit(void) in guest_exit() function