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

/vbox/src/recompiler/target-i386/
H A Dop_helper.c3162 static inline void validate_seg(int seg_reg, int cpl) function
3450 validate_seg(R_ES, rpl);
3451 validate_seg(R_DS, rpl);
3452 validate_seg(R_FS, rpl);
3453 validate_seg(R_GS, rpl);

Completed in 63 milliseconds