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

/freebsd-10.1-release/sys/contrib/ia64/libuwx/src/
H A Duwx_utable.h36 uint64_t *uvec,
H A Duwx_step.c46 int uwx_decode_uvec(struct uwx_env *env, uint64_t *uvec, uint64_t **rstate);
76 uint64_t *uvec; local
94 /* in the uvec. */
110 uvec = uvecout;
118 cbstatus = uwx_lookupip_hook(UWX_LKUP_LOOKUP, ip, env->cb_token, &uvec,
125 for (i = 0; uvec[i] != UWX_KEY_END; i += 2) {
126 switch ((int)uvec[i]) {
128 ip = uvec[i+1];
140 cbstatus = (*env->lookupip)(UWX_LKUP_LOOKUP, ip, env->cb_token, &uvec);
147 for (i = 0; uvec[
320 uint64_t *uvec; local
367 (void) (*env->lookupip)(UWX_LKUP_FREE, 0, env->cb_token, &uvec); local
415 uint64_t *uvec; local
460 (void) (*env->lookupip)(UWX_LKUP_FREE, 0, env->cb_token, &uvec); local
670 uwx_decode_uvec(struct uwx_env *env, uint64_t *uvec, uint64_t **rstate) argument
[all...]
H A Duwx_utable.c65 uint64_t *uvec,
83 while (*uvec != 0) {
84 switch ((int)*uvec++) {
87 env->text_base = text_base = *uvec++;
90 unwind_flags = *uvec++;
94 unwind_start = *uvec++;
98 unwind_end = *uvec++;
101 uwx_set_reg(env, UWX_REG_GP, *uvec++);
62 uwx_search_utable( struct uwx_env *env, uint64_t ip, uint64_t *uvec, struct uwx_utable_entry *uentry) argument

Completed in 125 milliseconds