Home | History | Annotate | Download | only in qemu

Lines Matching refs:sc

674                                   const SegmentCache *sc)
676 ksc->selector = sc->selector;
677 ksc->flags = sc->flags;
678 ksc->limit = sc->limit;
679 ksc->base = sc->base;
682 static inline void kqemu_save_seg(SegmentCache *sc,
685 sc->selector = ksc->selector;
686 sc->flags = ksc->flags;
687 sc->limit = ksc->limit;
688 sc->base = ksc->base;