Home
last modified time | relevance | path

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

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