Searched defs:xive (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/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 | 130 struct kvmppc_xive *xive = dev->private; in kvmppc_xive_native_connect_vcpu() local 201 struct kvmppc_xive *xive = kvm->arch.xive; in kvmppc_xive_native_reset_mapped() local 230 struct kvmppc_xive *xive = dev->private; in xive_native_esb_fault() local 310 struct kvmppc_xive *xive = dev->private; in kvmppc_xive_native_mmap() local 337 static int kvmppc_xive_native_set_source(struct kvmppc_xive *xive, long irq, in kvmppc_xive_native_set_source() 414 static int kvmppc_xive_native_update_source_config(struct kvmppc_xive *xive, in kvmppc_xive_native_update_source_config() 461 static int kvmppc_xive_native_set_source_config(struct kvmppc_xive *xive, in kvmppc_xive_native_set_source_config() 507 static int kvmppc_xive_native_sync_source(struct kvmppc_xive *xive, in kvmppc_xive_native_sync_source() 557 static int kvmppc_xive_native_set_queue_config(struct kvmppc_xive *xive, in kvmppc_xive_native_set_queue_config() 705 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 | 445 struct kvmppc_xive *xive = vcpu->kvm->arch.xive; in GLUE() local 503 struct kvmppc_xive *xive = vcpu->kvm->arch.xive; in GLUE() local
|
D | book3s_xive.h | 150 struct kvmppc_xive *xive; member 208 static inline struct kvmppc_xive_src_block *kvmppc_xive_find_source(struct kvmppc_xive *xive, in kvmppc_xive_find_source() 221 static inline u32 kvmppc_xive_vp(struct kvmppc_xive *xive, u32 server) in kvmppc_xive_vp()
|
/Linux-v5.10/arch/powerpc/kernel/ |
D | prom_init.c | 184 bool xive; member
|
/Linux-v5.10/arch/powerpc/include/asm/ |
D | kvm_host.h | 330 struct kvmppc_xive *xive; /* Current XIVE device in use */ member
|