Searched defs:lisn (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/intc/ |
H A D | spapr_xive.c | 590 static int spapr_xive_claim_irq(SpaprInterruptController *intc, int lisn, in spapr_xive_claim_irq() 620 static void spapr_xive_free_irq(SpaprInterruptController *intc, int lisn) in spapr_xive_free_irq() 941 target_ulong lisn = args[1]; in h_int_get_source_info() local 1053 target_ulong lisn = args[1]; in h_int_set_source_config() local 1161 target_ulong lisn = args[1]; in h_int_get_source_config() local 1686 target_ulong lisn = args[1]; in h_int_esb() local 1762 target_ulong lisn = args[1]; in h_int_sync() local
|
H A D | spapr_xive_kvm.c | 190 int kvmppc_xive_set_source_config(SpaprXive *xive, uint32_t lisn, XiveEAS *eas, in kvmppc_xive_set_source_config() 223 void kvmppc_xive_sync_source(SpaprXive *xive, uint32_t lisn, Error **errp) in kvmppc_xive_sync_source()
|
H A D | xive2.c | 185 void xive2_eas_pic_print_info(Xive2Eas *eas, uint32_t lisn, GString *buf) in xive2_eas_pic_print_info() 1880 uint32_t lisn; /* Logical Interrupt Source Number */ in xive2_router_end_notify() local 1900 void xive2_notify(Xive2Router *xrtr , uint32_t lisn, bool pq_checked) in xive2_notify() 1963 void xive2_router_notify(XiveNotifier *xn, uint32_t lisn, bool pq_checked) in xive2_router_notify()
|
H A D | xive.c | 2193 void xive_router_notify(XiveNotifier *xn, uint32_t lisn, bool pq_checked) in xive_router_notify() 2279 void xive_eas_pic_print_info(XiveEAS *eas, uint32_t lisn, GString *buf) in xive_eas_pic_print_info()
|