Searched refs:newcore (Results 1 – 3 of 3) sorted by relevance
242 static void cvmx_debug_uart_change_core(int oldcore, int newcore) in cvmx_debug_uart_change_core() argument247 irq_control.u64 = cvmx_read_csr(CVMX_CIU_INTX_EN0(newcore * 2)); in cvmx_debug_uart_change_core()249 cvmx_write_csr(CVMX_CIU_INTX_EN0(newcore * 2), irq_control.u64); in cvmx_debug_uart_change_core()
80 static void cvmx_debug_memory_change_core(int oldcore, int newcore) in cvmx_debug_memory_change_core() argument
1583 unsigned newcore; in cvmx_debug_finish() local1584 for (newcore = 0; newcore < CVMX_MAX_CORES; newcore++) in cvmx_debug_finish()1586 if (state.known_cores & (1u<<newcore)) in cvmx_debug_finish()1588 cvmx_debug_printf("Routing uart interrupts to Core #%u.\n", newcore); in cvmx_debug_finish()1589 cvmx_debug_set_focus_core(&state, newcore); in cvmx_debug_finish()