Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4u/io/
H A Dsysioerr.c217 volatile uint64_t tmp_mondo_vec, tmpreg; in sysio_init_err() local
229 tmp_mondo_vec = (cpu_id << INTERRUPT_CPU_FIELD) | INTERRUPT_VALID; in sysio_init_err()
230 *mondo_vec_reg = tmp_mondo_vec; in sysio_init_err()
235 *mondo_vec_reg = tmp_mondo_vec; in sysio_init_err()
242 *mondo_vec_reg = tmp_mondo_vec; in sysio_init_err()
247 tmp_mondo_vec = (cpu_id << INTERRUPT_CPU_FIELD) | in sysio_init_err()
249 *mondo_vec_reg = tmp_mondo_vec; in sysio_init_err()
876 volatile uint64_t tmp_mondo_vec; in sysio_thermal_warn_intr() local
886 tmp_mondo_vec = *mondo_vec_reg; in sysio_thermal_warn_intr()
887 tmp_mondo_vec &= ~INTERRUPT_VALID; in sysio_thermal_warn_intr()
[all …]
H A Dsysiosbus.c1643 volatile uint64_t tmp_mondo_vec; in sbus_add_intr_impl() local
1714 tmp_mondo_vec = *mondo_vec_reg; in sbus_add_intr_impl()
1715 tmp_mondo_vec &= ~INTERRUPT_VALID; in sbus_add_intr_impl()
1716 *mondo_vec_reg = tmp_mondo_vec; in sbus_add_intr_impl()
1779 tmp_mondo_vec = in sbus_add_intr_impl()
1782 "mapping reg 0x%lx\n", tmp_mondo_vec)); in sbus_add_intr_impl()
1790 tmp_mondo_vec = *mondo_vec_reg; in sbus_add_intr_impl()
1791 tmp_mondo_vec &= ~INTERRUPT_VALID; in sbus_add_intr_impl()
1792 *mondo_vec_reg = tmp_mondo_vec; in sbus_add_intr_impl()
1814 tmp_mondo_vec |= INTERRUPT_VALID; in sbus_add_intr_impl()
[all …]
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1128 uint_t tmp_mondo_vec; in fhc_add_intr_impl() local
1293 tmp_mondo_vec = cpu_id << INR_PID_SHIFT; in fhc_add_intr_impl()
1300 tmp_mondo_vec |= IMR_VALID; in fhc_add_intr_impl()
1307 *mondo_vec_reg = tmp_mondo_vec; in fhc_add_intr_impl()