Searched refs:codeptr (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp1377 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(global_tid); local
1378 if (!codeptr)
1379 codeptr = OMPT_GET_RETURN_ADDRESS(0);
1421 codeptr);
1460 codeptr);
1480 ompt_mutex_critical, (ompt_wait_id_t)(uintptr_t)lck, codeptr);
2199 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
2200 if (!codeptr)
2201 codeptr = OMPT_GET_RETURN_ADDRESS(0);
2206 (ompt_wait_id_t)(uintptr_t)user_lock, codeptr);
2223 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
2249 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
2321 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
2398 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
2472 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
2548 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
2603 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
2637 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
2762 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
2848 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
2973 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
3037 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
3078 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
[all...]
H A Dompt-specific.h27 int gtid, ompt_data_t *ompt_pid, void *codeptr);
H A Dompt-specific.cpp256 ompt_data_t *ompt_pid, void *codeptr) {
260 lwt->ompt_team_info.master_return_address = codeptr;
255 __ompt_lw_taskteam_init(ompt_lw_taskteam_t *lwt, kmp_info_t *thr, int gtid, ompt_data_t *ompt_pid, void *codeptr) argument
H A Dkmp_sched.cpp73 void *codeptr
174 &(task_info->task_data), 0, codeptr);
223 &(task_info->task_data), *pstride, codeptr);
253 &(task_info->task_data), *pstride, codeptr);
411 &(task_info->task_data), trip_count, codeptr);
H A Dkmp_barrier.cpp1719 void *codeptr = NULL; local
1724 codeptr = team->t.ompt_team_info.master_return_address;
1730 my_task_data, codeptr);
1735 my_task_data, codeptr);
2005 void *codeptr = NULL; local
2009 codeptr = team->t.ompt_team_info.master_return_address;
2013 codeptr);
2018 codeptr);
H A Dkmp_wait_release.h129 void *codeptr = NULL; local
133 codeptr);
138 codeptr);
H A Dkmp_tasking.cpp2414 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); local
2415 if (!codeptr)
2416 codeptr = OMPT_GET_RETURN_ADDRESS(0);
2424 &(my_task_data), codeptr);
2441 void *codeptr; local
2447 codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid);
2448 if (!codeptr)
2449 codeptr = OMPT_GET_RETURN_ADDRESS(0);
2474 &(my_task_data), codeptr);
2495 &(my_task_data), codeptr);
[all...]
H A Dkmp_runtime.cpp1180 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(global_tid); local
1194 ompt_parallel_invoker_program | ompt_parallel_team, codeptr);
1358 serial_team->t.ompt_team_info.master_return_address = codeptr;
1365 &ompt_parallel_data, codeptr);
2242 int flags, void *codeptr) {
2246 parallel_data, &(task_info->task_data), flags, codeptr);
2339 void *codeptr = team->t.ompt_team_info.master_return_address; local
2427 OMPT_INVOKER(fork_context) | ompt_parallel_team, codeptr);
2543 codeptr);
7287 void *codeptr
2240 __kmp_join_ompt(int gtid, kmp_info_t *thread, kmp_team_t *team, ompt_data_t *parallel_data, int flags, void *codeptr) argument
[all...]
H A Dkmp_dispatch.cpp1842 &(task_info->task_data), 0, codeptr); \
1888 void *codeptr
/freebsd-11-stable/sys/geom/part/
H A Dg_part_pc98.c240 const u_char *codeptr; local
246 codeptr = gpp->gpp_codeptr;
247 bcopy(codeptr, table->boot, SECSIZE);
248 bcopy(codeptr + SECSIZE*2, table->menu, MENUSIZE);
H A Dg_part_bsd.c179 const u_char *codeptr; local
185 codeptr = gpp->gpp_codeptr;
186 bcopy(codeptr, table->bbarea, BOOT1_SIZE);
188 bcopy(codeptr + BOOT2_OFF, table->bbarea + BOOT2_OFF,

Completed in 216 milliseconds