Home
last modified time | relevance | path

Searched refs:notif_port (Results 1 – 4 of 4) sorted by relevance

/qemu/hw/pci-host/
H A Dpnv_phb4.c1621 uint64_t notif_port = phb->regs[PHB_INT_NOTIFY_ADDR >> 3]; in pnv_phb4_xive_notify_abt() local
1627 if (notif_port & PHB_INT_NOTIFY_ADDR_64K) { in pnv_phb4_xive_notify_abt()
1634 addr = (notif_port & ~PHB_INT_NOTIFY_ADDR_64K); in pnv_phb4_xive_notify_abt()
1661 uint64_t notif_port = phb->regs[PHB_INT_NOTIFY_ADDR >> 3]; in pnv_phb4_xive_notify_ic() local
1670 trace_pnv_phb4_xive_notify_ic(notif_port, data); in pnv_phb4_xive_notify_ic()
1672 address_space_stq_be(&address_space_memory, notif_port, data, in pnv_phb4_xive_notify_ic()
1675 phb_error(phb, "trigger failed @%"HWADDR_PRIx "\n", notif_port); in pnv_phb4_xive_notify_ic()
1806 uint64_t notif_port = in pnv_phb4_pic_print_info() local
1815 notif_port); in pnv_phb4_pic_print_info()
H A Dtrace-events53 pnv_phb4_xive_notify(uint64_t notif_port, uint64_t data) "notif=@0x%"PRIx64" data=0x%"PRIx64
55 pnv_phb4_xive_notify_abt(uint64_t notif_port, uint64_t data) "notif=@0x%"PRIx64" data=0x%"PRIx64
/qemu/hw/ppc/
H A Dpnv_psi.c653 uint64_t notif_port = psi->regs[PSIHB_REG(PSIHB9_ESB_NOTIF_ADDR)]; in pnv_psi_notify() local
654 bool valid = notif_port & PSIHB9_ESB_NOTIF_VALID; in pnv_psi_notify()
655 uint64_t notify_addr = notif_port & ~PSIHB9_ESB_NOTIF_VALID; in pnv_psi_notify()
674 HWADDR_PRIx "\n", __func__, notif_port); in pnv_psi_notify()
/qemu/hw/intc/
H A Dpnv_xive.c1413 uint64_t notif_port = end_vsd & VSD_ADDRESS_MASK; in pnv_xive_end_notify() local
1418 address_space_stq_be(&address_space_memory, notif_port, data, in pnv_xive_end_notify()
1422 HWADDR_PRIx, end_blk, end_idx, end_data, notif_port); in pnv_xive_end_notify()