Searched refs:xive_saved_state (Results 1 – 5 of 5) sorted by relevance
184 vcpu->arch.xive_saved_state.w01 = cpu_to_be64(0xff000000); in kvmppc_xive_native_connect_vcpu()1142 val->xive_timaval[0] = vcpu->arch.xive_saved_state.w01; in kvmppc_xive_native_get_vp()1157 vcpu->arch.xive_saved_state.nsr, in kvmppc_xive_native_get_vp()1158 vcpu->arch.xive_saved_state.cppr, in kvmppc_xive_native_get_vp()1159 vcpu->arch.xive_saved_state.ipb, in kvmppc_xive_native_get_vp()1160 vcpu->arch.xive_saved_state.pipr, in kvmppc_xive_native_get_vp()1161 vcpu->arch.xive_saved_state.w01, in kvmppc_xive_native_get_vp()1189 vcpu->arch.xive_saved_state.w01 = val->xive_timaval[0]; in kvmppc_xive_native_set_vp()1224 vcpu->arch.xive_saved_state.nsr, in xive_native_debug_show()1225 vcpu->arch.xive_saved_state.cppr, in xive_native_debug_show()[all …]
79 __raw_writeq(vcpu->arch.xive_saved_state.w01, tima + TM_QW1_OS); in kvmppc_xive_push_vcpu()865 vcpu->arch.xive_saved_state.cppr = cppr; in kvmppc_xive_set_icp()1295 vcpu->arch.xive_saved_state.w01 = cpu_to_be64(0xff000000); in kvmppc_xive_connect_vcpu()
3804 return vcpu->arch.irq_pending || vcpu->arch.xive_saved_state.pipr < in xive_interrupt_pending()3805 vcpu->arch.xive_saved_state.cppr; in xive_interrupt_pending()
787 union xive_tma_w01 xive_saved_state; /* W0..1 of XIVE thread state */ member
784 arch.xive_saved_state)); in main()