Searched refs:single_escalation (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/kvm/ |
H A D | book3s_xive.h | 136 u8 single_escalation; member 298 bool single_escalation);
|
H A D | book3s_xive.c | 176 bool single_escalation) in kvmppc_xive_attach_escalation() 195 if (single_escalation) in kvmppc_xive_attach_escalation() 227 if (single_escalation) { in kvmppc_xive_attach_escalation() 300 if (rc == 0 && !xive->single_escalation) in xive_check_provisioning() 302 xive->single_escalation); in xive_check_provisioning() 1174 if (xc->xive->single_escalation) in kvmppc_xive_cleanup_vcpu() 1315 r = xive_native_enable_vp(xc->vp_id, xive->single_escalation); in kvmppc_xive_connect_vcpu() 1332 if (i == 7 && xive->single_escalation) in kvmppc_xive_connect_vcpu() 1338 if (r == 0 && !xive->single_escalation) in kvmppc_xive_connect_vcpu() 1340 vcpu, i, xive->single_escalation); in kvmppc_xive_connect_vcpu() 175 kvmppc_xive_attach_escalation(struct kvm_vcpu *vcpu, u8 prio, bool single_escalation) kvmppc_xive_attach_escalation() argument [all...] |
H A D | book3s_xive_native.c | 98 if (xc->xive->single_escalation) in kvmppc_xive_native_cleanup_vcpu() 177 rc = xive_native_enable_vp(xc->vp_id, xive->single_escalation); in kvmppc_xive_native_connect_vcpu() 698 xive->single_escalation); in kvmppc_xive_native_set_queue_config() 825 if (prio == 7 && xive->single_escalation) in kvmppc_xive_reset() 1116 xive->single_escalation = xive_native_has_single_escalation(); in kvmppc_xive_native_create()
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | xive.h | 123 int xive_native_enable_vp(u32 vp_id, bool single_escalation);
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | xive.h | 125 int xive_native_enable_vp(u32 vp_id, bool single_escalation);
|
/kernel/linux/linux-6.6/arch/powerpc/kvm/ |
H A D | book3s_xive.h | 300 bool single_escalation);
|
H A D | book3s_xive.c | 867 bool single_escalation) in kvmppc_xive_attach_escalation() 886 if (single_escalation) in kvmppc_xive_attach_escalation() 918 if (single_escalation) { in kvmppc_xive_attach_escalation() 866 kvmppc_xive_attach_escalation(struct kvm_vcpu *vcpu, u8 prio, bool single_escalation) kvmppc_xive_attach_escalation() argument
|
/kernel/linux/linux-5.10/arch/powerpc/sysdev/xive/ |
H A D | native.c | 704 int xive_native_enable_vp(u32 vp_id, bool single_escalation) in xive_native_enable_vp() argument 709 if (single_escalation) in xive_native_enable_vp()
|
/kernel/linux/linux-6.6/arch/powerpc/sysdev/xive/ |
H A D | native.c | 716 int xive_native_enable_vp(u32 vp_id, bool single_escalation) in xive_native_enable_vp() argument 721 if (single_escalation) in xive_native_enable_vp()
|
Completed in 12 milliseconds