Searched defs:get_seg_limit (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/target-i386/
H A Dop_helper.c245 static inline unsigned int get_seg_limit(uint32_t e1, uint32_t e2) function
262 sc->limit = get_seg_limit(e1, e2);
381 get_seg_limit(e1, e2),
443 tss_limit = get_seg_limit(e1, e2);
1091 ssp, get_seg_limit(ss_e1, ss_e2), ss_e2);
1098 get_seg_limit(e1, e2),
1364 get_seg_limit(e1, e2),
2746 get_seg_limit(e1, e2),
2789 limit = get_seg_limit(e1, e2);
2842 limit = get_seg_limit(e
[all...]

Completed in 69 milliseconds