Searched defs:xive (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/arch/powerpc/kvm/ |
D | book3s_xive.c | 72 struct kvmppc_xive *xive = xc->xive; in kvmppc_xive_check_save_restore() local 334 struct kvmppc_xive *xive = xc->xive; in xive_provision_queue() local 369 struct kvmppc_xive *xive = kvm->arch.xive; in xive_check_provisioning() local 477 static u8 xive_lock_and_mask(struct kvmppc_xive *xive, in xive_lock_and_mask() 536 static void xive_finish_unmask(struct kvmppc_xive *xive, in xive_finish_unmask() 580 struct kvmppc_xive *xive = kvm->arch.xive; in xive_target_interrupt() local 664 struct kvmppc_xive *xive = kvm->arch.xive; in kvmppc_xive_set_xive() local 765 struct kvmppc_xive *xive = kvm->arch.xive; in kvmppc_xive_get_xive() local 787 struct kvmppc_xive *xive = kvm->arch.xive; in kvmppc_xive_int_on() local 826 struct kvmppc_xive *xive = kvm->arch.xive; in kvmppc_xive_int_off() local [all …]
|
D | book3s_xive_native.c | 127 struct kvmppc_xive *xive = dev->private; in kvmppc_xive_native_connect_vcpu() local 204 struct kvmppc_xive *xive = kvm->arch.xive; in kvmppc_xive_native_reset_mapped() local 233 struct kvmppc_xive *xive = dev->private; in xive_native_esb_fault() local 313 struct kvmppc_xive *xive = dev->private; in kvmppc_xive_native_mmap() local 340 static int kvmppc_xive_native_set_source(struct kvmppc_xive *xive, long irq, in kvmppc_xive_native_set_source() 417 static int kvmppc_xive_native_update_source_config(struct kvmppc_xive *xive, in kvmppc_xive_native_update_source_config() 464 static int kvmppc_xive_native_set_source_config(struct kvmppc_xive *xive, in kvmppc_xive_native_set_source_config() 510 static int kvmppc_xive_native_sync_source(struct kvmppc_xive *xive, in kvmppc_xive_native_sync_source() 560 static int kvmppc_xive_native_set_queue_config(struct kvmppc_xive *xive, in kvmppc_xive_native_set_queue_config() 708 static int kvmppc_xive_native_get_queue_config(struct kvmppc_xive *xive, in kvmppc_xive_native_get_queue_config() [all …]
|
D | book3s_xive.h | 153 struct kvmppc_xive *xive; member 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() 315 static inline bool kvmppc_xive_has_single_escalation(struct kvmppc_xive *xive) in kvmppc_xive_has_single_escalation()
|
D | book3s_xive_template.c | 440 struct kvmppc_xive *xive = vcpu->kvm->arch.xive; in GLUE() local 498 struct kvmppc_xive *xive = vcpu->kvm->arch.xive; in GLUE() local
|
/Linux-v5.15/arch/powerpc/sysdev/xics/ |
D | ics-native.c | 104 u32 xive; in ics_native_set_affinity() local 159 u32 xive; in ics_native_get_server() local
|
/Linux-v5.15/arch/powerpc/kernel/ |
D | prom_init.c | 186 bool xive; member
|
/Linux-v5.15/arch/powerpc/include/asm/ |
D | kvm_host.h | 317 struct kvmppc_xive *xive; /* Current XIVE device in use */ member
|