Searched refs:coreid (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/mips/cavium/octe/
H A Dethernet-rx.c165 int coreid; local
172 coreid = cvmx_get_core_num();
178 old_group_mask = cvmx_read_csr(CVMX_POW_PP_GRP_MSKX(coreid));
179 cvmx_write_csr(CVMX_POW_PP_GRP_MSKX(coreid),
345 cvmx_write_csr(CVMX_POW_PP_GRP_MSKX(coreid), old_group_mask);
/freebsd-12-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pow.h303 uint64_t coreid : 4; /**< The core id to get status for */ member in struct:__anon11351::__anon11353
313 uint64_t coreid : 4;
333 uint64_t coreid : 5; /**< The core id to get status for */ member in struct:__anon11351::__anon11354
341 uint64_t coreid : 5;
1365 load_addr.sstatus_cn68xx.coreid = cvmx_get_core_num();
1378 load_addr.sstatus.coreid = cvmx_get_core_num();
1405 load_addr.sstatus_cn68xx.coreid = cvmx_get_core_num();
1417 load_addr.sstatus.coreid = cvmx_get_core_num();
H A Dcvmx-debug.c1550 unsigned coreid = cvmx_get_core_num(); local
1554 cvmx_debug_printf ("Debug _exit reached!, core %d, cvmx_debug_globals = %p\n", coreid, cvmx_debug_globals);
1563 state.known_cores ^= (1u << coreid);
1564 state.core_finished |= (1u <<coreid);
1569 cvmx_debug_putcorepacket("finished.", coreid);
1578 if (state.focus_core == coreid && state.known_cores != 0)
H A Dcvmx-pow.c160 load_addr.sstatus.coreid = core;
240 load_addr.sstatus_cn68xx.coreid = core;

Completed in 128 milliseconds