Home | History | Annotate | Download | only in priv

Lines Matching refs:minoff

2722 /* Figure out if any part of the guest state contained in minoff
2730 Bool guest_x86_state_requires_precise_mem_exns ( Int minoff,
2740 if (maxoff < ebp_min || minoff > ebp_max) {
2746 if (maxoff < esp_min || minoff > esp_max) {
2752 if (maxoff < eip_min || minoff > eip_max) {