Searched refs:kvmppc_xive (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/kvm/ |
A D | book3s_xive.h | 94 struct kvmppc_xive; 103 struct kvmppc_xive { struct 153 struct kvmppc_xive *xive; argument 211 static inline struct kvmppc_xive_src_block *kvmppc_xive_find_source(struct kvmppc_xive *xive, in kvmppc_xive_find_source() 235 static inline u32 kvmppc_xive_vp(struct kvmppc_xive *xive, u32 server) in kvmppc_xive_vp() 303 struct kvmppc_xive *xive, int irq); 308 struct kvmppc_xive *kvmppc_xive_get_device(struct kvm *kvm, u32 type); 311 int kvmppc_xive_compute_vp_id(struct kvmppc_xive *xive, u32 cpu, u32 *vp); 312 int kvmppc_xive_set_nr_servers(struct kvmppc_xive *xive, u64 addr); 315 static inline bool kvmppc_xive_has_single_escalation(struct kvmppc_xive *xive) in kvmppc_xive_has_single_escalation()
|
A D | book3s_xive.c | 72 struct kvmppc_xive *xive = xc->xive; in kvmppc_xive_check_save_restore() 334 struct kvmppc_xive *xive = xc->xive; in xive_provision_queue() 369 struct kvmppc_xive *xive = kvm->arch.xive; in xive_check_provisioning() 1301 struct kvmppc_xive *xive = dev->private; in kvmppc_xive_connect_vcpu() 1661 struct kvmppc_xive *xive, int irq) in kvmppc_xive_create_src_block() 1959 struct kvmppc_xive *xive = dev->private; in xive_set_attr() 1976 struct kvmppc_xive *xive = dev->private; in xive_get_attr() 2037 struct kvmppc_xive *xive = dev->private; in kvmppc_xive_release() 2132 struct kvmppc_xive *xive; in kvmppc_xive_create() 2281 struct kvmppc_xive *xive = m->private; in xive_debug_show() [all …]
|
A D | book3s_xive_native.c | 127 struct kvmppc_xive *xive = dev->private; in kvmppc_xive_native_connect_vcpu() 204 struct kvmppc_xive *xive = kvm->arch.xive; in kvmppc_xive_native_reset_mapped() 233 struct kvmppc_xive *xive = dev->private; in xive_native_esb_fault() 313 struct kvmppc_xive *xive = dev->private; in kvmppc_xive_native_mmap() 945 struct kvmppc_xive *xive = dev->private; in kvmppc_xive_native_set_attr() 977 struct kvmppc_xive *xive = dev->private; in kvmppc_xive_native_get_attr() 1017 struct kvmppc_xive *xive = dev->private; in kvmppc_xive_native_release() 1094 struct kvmppc_xive *xive; in kvmppc_xive_native_create() 1178 struct kvmppc_xive *xive = vcpu->kvm->arch.xive; in kvmppc_xive_native_set_vp() 1214 struct kvmppc_xive *xive = m->private; in xive_native_debug_show() [all …]
|
A D | book3s_xive_template.c | 371 static void GLUE(X_PFX,scan_for_rerouted_irqs)(struct kvmppc_xive *xive, in GLUE() 440 struct kvmppc_xive *xive = vcpu->kvm->arch.xive; in GLUE() 498 struct kvmppc_xive *xive = vcpu->kvm->arch.xive; in GLUE()
|
/linux/arch/powerpc/include/asm/ |
A D | kvm_host.h | 202 struct kvmppc_xive; 317 struct kvmppc_xive *xive; /* Current XIVE device in use */ 319 struct kvmppc_xive *native; 320 struct kvmppc_xive *xics_on_xive;
|
Completed in 16 milliseconds