Searched refs:my_core_id (Results 1 - 25 of 101) sorted by relevance

12345

/barrelfish-2018-10-04/usr/proc_mgmt/
H A Dinternal.h20 extern coreid_t my_core_id;
H A Dmain.c19 coreid_t my_core_id; variable
/barrelfish-2018-10-04/usr/spawnd/
H A Dinternal.h21 extern coreid_t my_core_id;
H A Dmain.c31 coreid_t my_core_id; variable
105 my_core_id = disp_get_core_id();
107 printf("spawnd.%u up.\n", my_core_id);
/barrelfish-2018-10-04/usr/boot_perfmon/
H A Dleader.c34 leader_id = my_core_id;
H A Dspawn.c24 snprintf(id, 128, "%d", my_core_id);
H A Dmain.c22 coreid_t my_core_id; variable
34 if (i == my_core_id) {
99 my_core_id = disp_get_core_id();
/barrelfish-2018-10-04/usr/kaluga/
H A Dkaluga.h13 extern coreid_t my_core_id;
/barrelfish-2018-10-04/usr/bench/scheduling/
H A Dphases.c49 int my_core_id = disp_get_core_id(); local
68 for (int i = my_core_id + 1; i < nthreads + my_core_id; i++) {
80 for (int i = my_core_id + 1; i < nthreads + my_core_id; i++) {
H A Dclockdrift.c94 int my_core_id = disp_get_core_id(); local
113 for (int i = my_core_id + 1; i < nthreads + my_core_id; i++) {
126 for (int i = my_core_id + 1; i < nthreads + my_core_id; i++) {
H A Dphases_scale.c62 int my_core_id = disp_get_core_id(); local
82 for (int i = my_core_id + 1; i < nthreads + my_core_id; i++) {
94 for (int i = my_core_id + 1; i < nthreads + my_core_id; i++) {
/barrelfish-2018-10-04/kernel/
H A Dkcb.c89 my_core_id, get_disp_name(d));
92 disp->curr_core_id = my_core_id;
102 my_core_id, get_disp_name(d));
105 disp->curr_core_id = my_core_id;
112 my_core_id, get_disp_name(cap->u.endpoint.listener));
115 disp->curr_core_id = my_core_id;
H A Dstartup.c30 coreid_t my_core_id; variable
97 err = caps_create_new(cap_type, base_addr, size, size, my_core_id,
153 OBJSIZE_L2CNODE, OBJSIZE_L2CNODE, my_core_id,
175 OBJSIZE_L2CNODE, OBJSIZE_L2CNODE, my_core_id,
183 OBJSIZE_L2CNODE, my_core_id, st->pagecn);
189 OBJSIZE_L2CNODE, OBJSIZE_L2CNODE, my_core_id,
197 OBJSIZE_L2CNODE, OBJSIZE_L2CNODE, my_core_id, st->supercn);
207 OBJSIZE_L2CNODE, my_core_id, st->slot_alloc_cn0);
213 OBJSIZE_L2CNODE, OBJSIZE_L2CNODE, my_core_id,
221 my_core_id, s
[all...]
H A Dlogging.c54 printf("kernel %d PANIC! %.*s\n", my_core_id, (int)sizeof(buf), buf);
79 printf("kernel %d: %.*s", my_core_id, (int)sizeof(buf), buf);
/barrelfish-2018-10-04/kernel/include/
H A Ddistcaps.h26 if (dcap->mdbnode.owner != my_core_id) {
38 return dcap->mdbnode.owner != my_core_id;
/barrelfish-2018-10-04/usr/bench/ump_bench/
H A Dump_bench.h36 extern coreid_t my_core_id;
H A Dmain.c24 coreid_t my_core_id; variable
52 err = b->tx_vtbl.ump_init_msg(b, NOP_CONT, my_core_id);
102 my_core_id = disp_get_core_id();
/barrelfish-2018-10-04/usr/monitor/
H A Diref.c41 *iref = MAX_IREF_PERCORE * my_core_id + i + 1;
65 if ((iref - 1) / MAX_IREF_PERCORE != my_core_id) {
82 if ((iref - 1) / MAX_IREF_PERCORE != my_core_id) {
/barrelfish-2018-10-04/kernel/arch/arm/
H A Dgic_v3.c121 if (my_core_id >= 48) {
122 gic_v3_redist_initialize(&gic_v3_redist_dev, (char *)gic_redist + 0x100000000000 + 0x20000 * (my_core_id - 48));
123 printf("%s: redist:%lx\n", __func__, (char *)gic_redist + 0x100000000000 + 0x20000 * (my_core_id - 48));
125 gic_v3_redist_initialize(&gic_v3_redist_dev, (char *)gic_redist + 0x20000 * my_core_id);
126 printf("%s: redist:%lx\n", __func__, (char *)gic_redist + 0x20000 * my_core_id);
/barrelfish-2018-10-04/usr/skb/testapps/
H A Dthreadalloc.c212 coreid_t my_core_id = disp_get_core_id(); local
214 int curr_core_nr = (my_core_id + 1) % nr_available_cores;
215 while (curr_core_nr != my_core_id) {
216 // while (curr_core_nr != ((my_core_id + 11)%nr_available_cores)) {
245 curr_core_nr = (my_core_id + 1) % nr_available_cores;
260 curr_core_nr = (my_core_id + 1) % nr_available_cores;
265 curr_core_nr = (my_core_id) % nr_available_cores;
290 curr_core_nr = (my_core_id + 1) % nr_available_cores;
291 while (curr_core_nr != my_core_id) {
338 curr_core_nr = (my_core_id
[all...]
/barrelfish-2018-10-04/lib/rcce/
H A Dring_barriers.c32 /* Determine roles as per my_core_id */
33 if (my_core_id == COORDINATOR) {
75 for (coreid_t i = bsp_id + ((my_core_id - bsp_id + 1) % experiment_max_cpus);
76 i != my_core_id;
98 dprintf("%d: msg arrived, (%d, %lu)\n", my_core_id, coreid, size);
138 bulk_message_reply(barray[coreid], NOP_CONT, my_core_id, id);
148 /* printf("%d: msg ack'd %p, %d\n", my_core_id, st, st->waitmsg); */
168 /* printf("%d: msg delivered, %p\n", my_core_id, st); */
205 dprintf("%d: S(%lu,%d,%p,%d)\n", my_core_id, size, dest, st, st->waitmsg);
238 my_core_id, (uint8_
[all...]
H A Dbcast.c26 coreid_t my_core_id; variable
78 NOP_CONT, my_core_id, bsp_id,
144 if(connect_request == NULL && my_core_id != bspid) {
180 snprintf(serv, sizeof(serv), "%s%d", my_name, my_core_id);
235 my_core_id = disp_get_core_id();
248 bsp_id = my_core_id;
258 if(core_present[i] && i != my_core_id) {
282 if (core_present[i] && i != my_core_id && barray[i] == NULL) {
296 if (core_present[i] && i != my_core_id && barray[i] == NULL) {
H A Dinternal.h66 extern coreid_t my_core_id, num_cores, bsp_id;
/barrelfish-2018-10-04/usr/angler/
H A Dangler.c38 coreid_t my_core_id = disp_get_core_id(); local
59 err = spawn_program_with_caps(my_core_id, shell, shell_argv, environ,
/barrelfish-2018-10-04/usr/startd/
H A Dmain.c38 coreid_t my_core_id; variable
107 my_core_id = disp_get_core_id();

Completed in 166 milliseconds

12345