Searched defs:xive (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.4/arch/powerpc/kvm/ |
D | book3s_xive.c | 248 struct kvmppc_xive *xive = xc->xive; in xive_provision_queue() local 283 struct kvmppc_xive *xive = kvm->arch.xive; in xive_check_provisioning() local 391 static u8 xive_lock_and_mask(struct kvmppc_xive *xive, in xive_lock_and_mask() 471 static void xive_finish_unmask(struct kvmppc_xive *xive, in xive_finish_unmask() 532 struct kvmppc_xive *xive = kvm->arch.xive; in xive_target_interrupt() local 616 struct kvmppc_xive *xive = kvm->arch.xive; in kvmppc_xive_set_xive() local 717 struct kvmppc_xive *xive = kvm->arch.xive; in kvmppc_xive_get_xive() local 739 struct kvmppc_xive *xive = kvm->arch.xive; in kvmppc_xive_int_on() local 778 struct kvmppc_xive *xive = kvm->arch.xive; in kvmppc_xive_int_off() local 802 static bool xive_restore_pending_irq(struct kvmppc_xive *xive, u32 irq) in xive_restore_pending_irq() [all …]
|
D | book3s_xive_native.c | 106 struct kvmppc_xive *xive = dev->private; in kvmppc_xive_native_connect_vcpu() local 184 struct kvmppc_xive *xive = kvm->arch.xive; in kvmppc_xive_native_reset_mapped() local 213 struct kvmppc_xive *xive = dev->private; in xive_native_esb_fault() local 286 struct kvmppc_xive *xive = dev->private; in kvmppc_xive_native_mmap() local 313 static int kvmppc_xive_native_set_source(struct kvmppc_xive *xive, long irq, in kvmppc_xive_native_set_source() 390 static int kvmppc_xive_native_update_source_config(struct kvmppc_xive *xive, in kvmppc_xive_native_update_source_config() 437 static int kvmppc_xive_native_set_source_config(struct kvmppc_xive *xive, in kvmppc_xive_native_set_source_config() 483 static int kvmppc_xive_native_sync_source(struct kvmppc_xive *xive, in kvmppc_xive_native_sync_source() 533 static int kvmppc_xive_native_set_queue_config(struct kvmppc_xive *xive, in kvmppc_xive_native_set_queue_config() 685 static int kvmppc_xive_native_get_queue_config(struct kvmppc_xive *xive, in kvmppc_xive_native_get_queue_config() [all …]
|
D | book3s_xive_template.c | 442 struct kvmppc_xive *xive = vcpu->kvm->arch.xive; in GLUE() local 500 struct kvmppc_xive *xive = vcpu->kvm->arch.xive; in GLUE() local
|
D | book3s_xive.h | 147 struct kvmppc_xive *xive; member 205 static inline struct kvmppc_xive_src_block *kvmppc_xive_find_source(struct kvmppc_xive *xive, in kvmppc_xive_find_source() 218 static inline u32 kvmppc_xive_vp(struct kvmppc_xive *xive, u32 server) in kvmppc_xive_vp()
|
/Linux-v5.4/arch/powerpc/kernel/ |
D | prom_init.c | 183 bool xive; member
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | kvm_host.h | 324 struct kvmppc_xive *xive; /* Current XIVE device in use */ member
|