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.c722 Int lr_min = offsetof(VexGuestPPC32State, guest_LR); in guest_ppc32_state_requires_precise_mem_exns() local
723 Int lr_max = lr_min + 4 - 1; in guest_ppc32_state_requires_precise_mem_exns()
737 if (maxoff < lr_min || minoff > lr_max) { in guest_ppc32_state_requires_precise_mem_exns()
760 Int lr_min = offsetof(VexGuestPPC64State, guest_LR); in guest_ppc64_state_requires_precise_mem_exns() local
761 Int lr_max = lr_min + 8 - 1; in guest_ppc64_state_requires_precise_mem_exns()
777 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()