Searched refs:IMR_VALID (Results 1 – 5 of 5) sorted by relevance
58 #define IMR_VALID (1u << 31) macro62 #define UPA64S_GET_MAP_REG(mondo, imr) ((mondo) | (imr) | IMR_VALID)
94 #define IMR_VALID 0x80000000ull /* Valid bit */ macro
1300 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()
141 mondo_vector |= (IMR_VALID | (uint64_t)hdlp->ih_vector); in rootnex_add_intr_impl()
194 #define IMR_VALID ((uint_t)1 << INR_EN_SHIFT) /* Mondo valid bit */ macro