Searched refs:rsp_min (Results 1 - 1 of 1) sorted by last modified time

/external/valgrind/main/VEX/priv/
H A Dguest_amd64_helpers.c3848 Int rsp_min = offsetof(VexGuestAMD64State, guest_RSP); local
3849 Int rsp_max = rsp_min + 8 - 1;
3853 if (maxoff < rsp_min || minoff > rsp_max) {

Completed in 1062 milliseconds