Home | History | Annotate | Download | only in coregrind

Lines Matching defs:hsp

764       Word hsp = VG_(threads)[tid_if_known].arch.vex.guest_REDIR_SP;
766 if (hsp >= 1 && hsp < redir_stack_size)
768 .arch.vex.guest_REDIR_STACK[hsp-1];
842 Word hsp = VG_(threads)[tid_if_known]
844 hsp -= 2 * redirs_used;
846 if (hsp >= 1 && hsp < redir_stack_size)
848 .arch.vex.guest_REDIR_STACK[hsp-1];