Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/kvm/
A Dbook3s_xive.h205 if (vcpu->arch.xive_vcpu && nr == vcpu->arch.xive_vcpu->server_num) in kvmppc_xive_find_server()
246 if (vcpu->arch.xive_vcpu && vp_id == vcpu->arch.xive_vcpu->vp_id) in kvmppc_xive_vp_in_use()
A Dbook3s_xive.c289 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_vm_h_xirr()
338 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_vm_h_ipoll()
351 xc = vcpu->arch.xive_vcpu; in xive_vm_h_ipoll()
458 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in xive_vm_h_cppr()
633 xc = vcpu->arch.xive_vcpu; in xive_vm_h_ipi()
989 if (!vcpu->arch.xive_vcpu) in xive_check_provisioning()
1017 xc = vcpu->arch.xive_vcpu; in xive_inc_q_pending()
1069 if (!vcpu->arch.xive_vcpu) in kvmppc_xive_select_target()
1073 *server = vcpu->arch.xive_vcpu->server_num; in kvmppc_xive_select_target()
1864 vcpu->arch.xive_vcpu = NULL; in kvmppc_xive_cleanup_vcpu()
[all …]
A Dbook3s_xive_native.c46 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_cleanup_queue()
76 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_cleanup_vcpu()
120 vcpu->arch.xive_vcpu = NULL; in kvmppc_xive_native_cleanup_vcpu()
154 vcpu->arch.xive_vcpu = xc; in kvmppc_xive_native_connect_vcpu()
593 xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_set_queue_config()
738 xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_get_queue_config()
816 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_reset()
893 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_vcpu_eq_sync()
1138 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_get_vp()
1176 struct kvmppc_xive_vcpu *xc = vcpu->arch.xive_vcpu; in kvmppc_xive_native_set_vp()
[all …]
A Dbook3s.c638 if (!vcpu->arch.icp && !vcpu->arch.xive_vcpu) { in kvmppc_get_one_reg()
650 if (!vcpu->arch.xive_vcpu) { in kvmppc_get_one_reg()
723 if (!vcpu->arch.icp && !vcpu->arch.xive_vcpu) { in kvmppc_set_one_reg()
735 if (!vcpu->arch.xive_vcpu) { in kvmppc_set_one_reg()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dkvm_host.h789 struct kvmppc_xive_vcpu *xive_vcpu; /* XIVE virtual CPU data */ member

Completed in 33 milliseconds