Searched refs:notif_port (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/pci-host/ |
H A D | pnv_phb4.c | 1620 uint64_t notif_port = phb->regs[PHB_INT_NOTIFY_ADDR >> 3]; in pnv_phb4_xive_notify_abt() local 1626 if (notif_port & PHB_INT_NOTIFY_ADDR_64K) { in pnv_phb4_xive_notify_abt() 1633 addr = (notif_port & ~PHB_INT_NOTIFY_ADDR_64K); in pnv_phb4_xive_notify_abt() 1660 uint64_t notif_port = phb->regs[PHB_INT_NOTIFY_ADDR >> 3]; in pnv_phb4_xive_notify_ic() local 1669 trace_pnv_phb4_xive_notify_ic(notif_port, data); in pnv_phb4_xive_notify_ic() 1671 address_space_stq_be(&address_space_memory, notif_port, data, in pnv_phb4_xive_notify_ic() 1674 phb_error(phb, "trigger failed @%"HWADDR_PRIx "\n", notif_port); in pnv_phb4_xive_notify_ic() 1805 uint64_t notif_port = in pnv_phb4_pic_print_info() local 1816 notif_port); in pnv_phb4_pic_print_info()
|
H A D | trace-events | 64 pnv_phb4_xive_notify(uint64_t notif_port, uint64_t data) "notif=@0x%"PRIx64" data=0x%"PRIx64 66 pnv_phb4_xive_notify_abt(uint64_t notif_port, uint64_t data) "notif=@0x%"PRIx64" data=0x%"PRIx64
|
/openbmc/qemu/hw/ppc/ |
H A D | pnv_psi.c | 652 uint64_t notif_port = psi->regs[PSIHB_REG(PSIHB9_ESB_NOTIF_ADDR)]; in pnv_psi_notify() local 653 bool valid = notif_port & PSIHB9_ESB_NOTIF_VALID; in pnv_psi_notify() 654 uint64_t notify_addr = notif_port & ~PSIHB9_ESB_NOTIF_VALID; in pnv_psi_notify() 673 HWADDR_PRIx "\n", __func__, notif_port); in pnv_psi_notify()
|
/openbmc/qemu/hw/intc/ |
H A D | pnv_xive.c | 1412 uint64_t notif_port = end_vsd & VSD_ADDRESS_MASK; in pnv_xive_end_notify() local 1417 address_space_stq_be(&address_space_memory, notif_port, data, in pnv_xive_end_notify() 1421 HWADDR_PRIx, end_blk, end_idx, end_data, notif_port); in pnv_xive_end_notify()
|