Home
last modified time | relevance | path

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

/external/valgrind/VEX/priv/
Dguest_ppc_helpers.c718 Int lr_min = offsetof(VexGuestPPC32State, guest_LR); in guest_ppc32_state_requires_precise_mem_exns() local
719 Int lr_max = lr_min + 4 - 1; in guest_ppc32_state_requires_precise_mem_exns()
733 if (maxoff < lr_min || minoff > lr_max) { in guest_ppc32_state_requires_precise_mem_exns()
756 Int lr_min = offsetof(VexGuestPPC64State, guest_LR); in guest_ppc64_state_requires_precise_mem_exns() local
757 Int lr_max = lr_min + 8 - 1; in guest_ppc64_state_requires_precise_mem_exns()
773 if (maxoff < lr_min || minoff > lr_max) { in guest_ppc64_state_requires_precise_mem_exns()
Dguest_s390_helpers.c159 Int lr_min = S390X_GUEST_OFFSET(guest_LR); in guest_s390x_state_requires_precise_mem_exns() local
160 Int lr_max = lr_min + 8 - 1; in guest_s390x_state_requires_precise_mem_exns()
176 if (maxoff < lr_min || minoff > lr_max) { in guest_s390x_state_requires_precise_mem_exns()