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

/opensolaris-onvv-gate/usr/src/uts/sparc/dtrace/
H A Dfbt.c330 uintptr_t fbtt_next; member in struct:fbt_trampoline
390 uint32_t *tinstr = (uint32_t *)tramp->fbtt_next;
393 uintptr_t base = tramp->fbtt_next;
395 if (tramp->fbtt_next + FBT_ENTENT_MAXSIZE > tramp->fbtt_limit) {
500 tramp->fbtt_va += (uintptr_t)tinstr - tramp->fbtt_next;
501 tramp->fbtt_next = (uintptr_t)tinstr;
686 uint32_t *tinstr = (uint32_t *)tramp->fbtt_next;
689 uintptr_t base = tramp->fbtt_next;
692 if (tramp->fbtt_next + FBT_RETENT_MAXSIZE > tramp->fbtt_limit) {
836 tramp->fbtt_va += (uintptr_t)tinstr - tramp->fbtt_next;
[all...]

Completed in 100 milliseconds