Searched refs:newcore (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/contrib/octeon-sdk/
H A Dcvmx-debug-remote.c80 static void cvmx_debug_memory_change_core(int oldcore, int newcore) argument
H A Dcvmx-debug-uart.c242 static void cvmx_debug_uart_change_core(int oldcore, int newcore) argument
247 irq_control.u64 = cvmx_read_csr(CVMX_CIU_INTX_EN0(newcore * 2));
249 cvmx_write_csr(CVMX_CIU_INTX_EN0(newcore * 2), irq_control.u64);
H A Dcvmx-debug.c1583 unsigned newcore; local
1584 for (newcore = 0; newcore < CVMX_MAX_CORES; newcore++)
1586 if (state.known_cores & (1u<<newcore))
1588 cvmx_debug_printf("Routing uart interrupts to Core #%u.\n", newcore);
1589 cvmx_debug_set_focus_core(&state, newcore);

Completed in 117 milliseconds