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

/vbox/src/recompiler/target-i386/
H A Dcpu.h538 typedef struct SegmentCache { struct
548 } SegmentCache; typedef in typeref:struct:SegmentCache
637 SegmentCache segs[6]; /* selector values */
638 SegmentCache ldt;
639 SegmentCache tr;
640 SegmentCache gdt; /* only base and limit are used */
641 SegmentCache idt; /* only base and limit are used */
952 SegmentCache *sc;

Completed in 51 milliseconds