Home
last modified time | relevance | path

Searched refs:xive_timaval (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/arch/powerpc/kvm/
Dbook3s_xive_native.c1150 val->xive_timaval[0] = vcpu->arch.xive_saved_state.w01; in kvmppc_xive_native_get_vp()
1161 val->xive_timaval[0] |= cpu_to_be64(opal_state & TM_IPB_MASK); in kvmppc_xive_native_get_vp()
1181 val->xive_timaval[0], val->xive_timaval[1]); in kvmppc_xive_native_set_vp()
1197 vcpu->arch.xive_saved_state.w01 = val->xive_timaval[0]; in kvmppc_xive_native_set_vp()
/linux-6.1.9/arch/powerpc/include/asm/
Dkvm_ppc.h248 u64 xive_timaval[2]; member