Lines Matching refs:fbtt_next
330 uintptr_t fbtt_next;
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;
837 tramp->fbtt_next = (uintptr_t)tinstr;
846 uint32_t *tinstr = (uint32_t *)tramp->fbtt_next;
848 uintptr_t base = tramp->fbtt_next;
854 if (tramp->fbtt_next + FBT_RETLENT_MAXSIZE > tramp->fbtt_limit) {
990 tramp->fbtt_va += (uintptr_t)tinstr - tramp->fbtt_next;
991 tramp->fbtt_next = (uintptr_t)tinstr;
1082 tramp.fbtt_next =
1085 tramp.fbtt_limit = tramp.fbtt_next + mp->fbt_size;
1354 tramp.fbtt_next = (uintptr_t)faketramp;
1355 tramp.fbtt_limit = tramp.fbtt_next + sizeof (faketramp);
1358 fbt_size += tramp.fbtt_next - (uintptr_t)faketramp;
1397 tramp.fbtt_next = (uintptr_t)faketramp;
1398 tramp.fbtt_limit = tramp.fbtt_next + sizeof (faketramp);
1401 fbt_size += tramp.fbtt_next - (uintptr_t)faketramp;