Lines Matching refs:sysino

1588  *	sysino		System interrupt number.  A 64-bit unsigned interger
1593 * sysino. The state values are defined below.
1596 * sysino. The enable values are defined below.
1603 #define HV_INTR_DISABLED 0 /* sysino not enabled */
1604 #define HV_INTR_ENABLED 1 /* sysino enabled */
1612 * RET1: sysino
1616 * devhandle/devino into a system specific ino (sysino).
1628 * ARG0: sysino
1631 * ERRORS: EINVAL Invalid sysino
1634 * by the given sysino.
1639 unsigned long sun4v_intr_getenabled(unsigned long sysino);
1645 * ARG0: sysino
1648 * ERRORS: EINVAL Invalid sysino or intr_enabled value
1650 * Set the 'enabled' state of the interrupt sysino.
1655 unsigned long sun4v_intr_setenabled(unsigned long sysino,
1662 * ARG0: sysino
1665 * ERRORS: EINVAL Invalid sysino
1667 * Returns current state of the interrupt defined by the given sysino.
1672 unsigned long sun4v_intr_getstate(unsigned long sysino);
1678 * ARG0: sysino
1681 * ERRORS: EINVAL Invalid sysino or intr_state value
1683 * Sets the current state of the interrupt described by the given sysino
1687 * interrupt for sysino.
1692 unsigned long sun4v_intr_setstate(unsigned long sysino, unsigned long intr_state);
1698 * ARG0: sysino
1701 * ERRORS: EINVAL Invalid sysino
1704 * the given sysino. The CPU value returned is undefined if the target
1710 unsigned long sun4v_intr_gettarget(unsigned long sysino);
1716 * ARG0: sysino
1719 * ERRORS: EINVAL Invalid sysino
1722 * Set the target CPU for the interrupt defined by the given sysino.
1727 unsigned long sun4v_intr_settarget(unsigned long sysino, unsigned long cpuid);