Home
last modified time | relevance | path

Searched refs:IMR_VALID (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/sys/
H A Dupa64s.h58 #define IMR_VALID (1u << 31) macro
62 #define UPA64S_GET_MAP_REG(mondo, imr) ((mondo) | (imr) | IMR_VALID)
H A Dsysiosbus.h94 #define IMR_VALID 0x80000000ull /* Valid bit */ macro
/illumos-gate/usr/src/uts/sun4u/sunfire/io/
H A Dfhc.c1300 tmp_mondo_vec |= IMR_VALID; in fhc_add_intr_impl()
1374 *mondo_vec_reg &= ~IMR_VALID; in fhc_remove_intr_impl()
1400 *mondo_vec_reg &= ~IMR_VALID; in fhc_remove_intr_impl()
2570 if ((*mondo_vec_reg & IMR_VALID) == 0) in fhc_intrdist()
2585 *mondo_vec_reg &= ~IMR_VALID; in fhc_intrdist()
2599 mondo_vec = (cpu_id << INR_PID_SHIFT) | IMR_VALID; in fhc_intrdist()
/illumos-gate/usr/src/uts/sun4u/io/
H A Dmach_rootnex.c141 mondo_vector |= (IMR_VALID | (uint64_t)hdlp->ih_vector); in rootnex_add_intr_impl()
/illumos-gate/usr/src/uts/sun4u/sunfire/sys/
H A Dfhc.h194 #define IMR_VALID ((uint_t)1 << INR_EN_SHIFT) /* Mondo valid bit */ macro