Home
last modified time | relevance | path

Searched refs:pending_ipi (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/parisc/kernel/
H A Dsmp.c130 ops = p->pending_ipi; in ipi_interrupt()
131 p->pending_ipi = 0; in ipi_interrupt()
204 p->pending_ipi |= 1 << op; in ipi_send()
/openbmc/linux/arch/parisc/include/asm/
H A Dprocessor.h88 unsigned long pending_ipi; /* bitmap of type ipi_message_type */ member