Lines Matching refs:hw_num
237 u32 hw_num; in xive_native_esb_fault() local
264 kvmppc_xive_select_irq(state, &hw_num, &xd); in xive_native_esb_fault()
424 u32 hw_num; in kvmppc_xive_native_update_source_config() local
437 kvmppc_xive_select_irq(state, &hw_num, NULL); in kvmppc_xive_native_update_source_config()
448 rc = xive_native_configure_irq(hw_num, in kvmppc_xive_native_update_source_config()
456 rc = xive_native_configure_irq(hw_num, 0, MASKED, 0); in kvmppc_xive_native_update_source_config()
516 u32 hw_num; in kvmppc_xive_native_sync_source() local
533 kvmppc_xive_select_irq(state, &hw_num, &xd); in kvmppc_xive_native_sync_source()
534 xive_native_sync_source(hw_num); in kvmppc_xive_native_sync_source()
864 u32 hw_num; in kvmppc_xive_native_sync_sources() local
886 kvmppc_xive_select_irq(state, &hw_num, &xd); in kvmppc_xive_native_sync_sources()
887 xive_native_sync_source(hw_num); in kvmppc_xive_native_sync_sources()
888 xive_native_sync_queue(hw_num); in kvmppc_xive_native_sync_sources()