Searched refs:xive_saved_state (Results 1 – 5 of 5) sorted by relevance
185 vcpu->arch.xive_saved_state.w01 = cpu_to_be64(0xff000000); in kvmppc_xive_native_connect_vcpu()1148 val->xive_timaval[0] = vcpu->arch.xive_saved_state.w01; in kvmppc_xive_native_get_vp()1163 vcpu->arch.xive_saved_state.nsr, in kvmppc_xive_native_get_vp()1164 vcpu->arch.xive_saved_state.cppr, in kvmppc_xive_native_get_vp()1165 vcpu->arch.xive_saved_state.ipb, in kvmppc_xive_native_get_vp()1166 vcpu->arch.xive_saved_state.pipr, in kvmppc_xive_native_get_vp()1167 vcpu->arch.xive_saved_state.w01, in kvmppc_xive_native_get_vp()1195 vcpu->arch.xive_saved_state.w01 = val->xive_timaval[0]; in kvmppc_xive_native_set_vp()1230 vcpu->arch.xive_saved_state.nsr, in xive_native_debug_show()1231 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()1266 vcpu->arch.xive_saved_state.w01 = cpu_to_be64(0xff000000); in kvmppc_xive_connect_vcpu()
3771 return vcpu->arch.irq_pending || vcpu->arch.xive_saved_state.pipr < in xive_interrupt_pending()3772 vcpu->arch.xive_saved_state.cppr; in xive_interrupt_pending()
779 union xive_tma_w01 xive_saved_state; /* W0..1 of XIVE thread state */ member
758 arch.xive_saved_state)); in main()