Searched refs:kvmppc_xive_find_source (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/arch/powerpc/kvm/ ! |
D | book3s_xive.c | 423 sb = kvmppc_xive_find_source(xive, irq, &src); in xive_vm_scan_for_rerouted_irqs() 550 sb = kvmppc_xive_find_source(xive, irq, &src); in xive_vm_h_eoi() 1296 sb = kvmppc_xive_find_source(xive, irq, &idx); in kvmppc_xive_set_xive() 1380 sb = kvmppc_xive_find_source(xive, irq, &idx); in kvmppc_xive_get_xive() 1402 sb = kvmppc_xive_find_source(xive, irq, &idx); in kvmppc_xive_int_on() 1441 sb = kvmppc_xive_find_source(xive, irq, &idx); in kvmppc_xive_int_off() 1463 sb = kvmppc_xive_find_source(xive, irq, &idx); in xive_restore_pending_irq() 1570 sb = kvmppc_xive_find_source(xive, guest_irq, &idx); in kvmppc_xive_set_mapped() 1664 sb = kvmppc_xive_find_source(xive, guest_irq, &idx); in kvmppc_xive_clr_mapped() 2043 sb = kvmppc_xive_find_source(xive, irq, &idx); in xive_pre_save_set_queued() [all …]
|
D | book3s_xive_native.c | 249 sb = kvmppc_xive_find_source(xive, irq, &src); in xive_native_esb_fault() 354 sb = kvmppc_xive_find_source(xive, irq, &idx); in kvmppc_xive_native_set_source() 476 sb = kvmppc_xive_find_source(xive, irq, &src); in kvmppc_xive_native_set_source_config() 521 sb = kvmppc_xive_find_source(xive, irq, &src); in kvmppc_xive_native_sync_source()
|
D | book3s_xive.h | 211 static inline struct kvmppc_xive_src_block *kvmppc_xive_find_source(struct kvmppc_xive *xive, in kvmppc_xive_find_source() function
|