Lines Matching refs:hw_num
234 u32 hw_num; in xive_native_esb_fault() local
261 kvmppc_xive_select_irq(state, &hw_num, &xd); in xive_native_esb_fault()
421 u32 hw_num; in kvmppc_xive_native_update_source_config() local
434 kvmppc_xive_select_irq(state, &hw_num, NULL); in kvmppc_xive_native_update_source_config()
445 rc = xive_native_configure_irq(hw_num, in kvmppc_xive_native_update_source_config()
453 rc = xive_native_configure_irq(hw_num, 0, MASKED, 0); in kvmppc_xive_native_update_source_config()
513 u32 hw_num; in kvmppc_xive_native_sync_source() local
530 kvmppc_xive_select_irq(state, &hw_num, &xd); in kvmppc_xive_native_sync_source()
531 xive_native_sync_source(hw_num); in kvmppc_xive_native_sync_source()
861 u32 hw_num; in kvmppc_xive_native_sync_sources() local
883 kvmppc_xive_select_irq(state, &hw_num, &xd); in kvmppc_xive_native_sync_sources()
884 xive_native_sync_source(hw_num); in kvmppc_xive_native_sync_sources()
885 xive_native_sync_queue(hw_num); in kvmppc_xive_native_sync_sources()