Home
last modified time | relevance | path

Searched refs:xive_priority_to_ipb (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/intc/
H A Dxive.c82 regs[TM_IPB] &= ~xive_priority_to_ipb(cppr); in xive_tctx_accept()
352 xive_tctx_ipb_update(tctx, TM_QW1_OS, xive_priority_to_ipb(value & 0xff)); in xive_tm_set_os_pending()
1642 xive_priority_to_ipb(priority)); in xive_presenter_notify()
1793 xive_priority_to_ipb(priority); in xive_router_end_notify()
H A Dxive2.c685 xive_priority_to_ipb(priority); in xive2_router_end_notify()
/qemu/include/hw/ppc/
H A Dxive.h507 static inline uint8_t xive_priority_to_ipb(uint8_t priority) in xive_priority_to_ipb() function