Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c122 while ((get_tb() < stop) && !VCORE_IS_EXITING(vc)) { in kvmppc_rm_h_confer()
H A Dbook3s_hv.c4499 !VCORE_IS_EXITING(vc)) { in kvmppc_run_vcpu()
/openbmc/linux/arch/powerpc/include/asm/
H A Dkvm_host.h343 #define VCORE_IS_EXITING(vc) (VCORE_EXIT_MAP(vc) != 0) macro