Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/include/asm/
H A Dhvcall.h621 #define HV_GUEST_STATE_VERSION 2 macro
/openbmc/qemu/include/hw/ppc/
H A Dspapr_nested.h393 #define HV_GUEST_STATE_VERSION 2 macro
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c324 if (l2_hv.version > HV_GUEST_STATE_VERSION) in kvmhv_enter_nested_guest()
H A Dbook3s_hv.c4083 hvregs.version = HV_GUEST_STATE_VERSION; in kvmhv_vcpu_entry_p9_nested()
/openbmc/qemu/hw/ppc/
H A Dspapr_nested.c363 if (hv_state.version > HV_GUEST_STATE_VERSION) { in h_enter_nested()