HomeSort by relevance Sort by last modified time
    Searched refs:get_seg (Results 1 - 2 of 2) sorted by null

  /external/qemu/target-i386/
hax-all.c 682 static void get_seg(SegmentCache *lhs, const struct segment_desc_t *rhs) function
729 get_seg(&env->segs[R_CS], &sregs->_cs);
730 get_seg(&env->segs[R_DS], &sregs->_ds);
731 get_seg(&env->segs[R_ES], &sregs->_es);
732 get_seg(&env->segs[R_FS], &sregs->_fs);
733 get_seg(&env->segs[R_GS], &sregs->_gs);
734 get_seg(&env->segs[R_SS], &sregs->_ss);
736 get_seg(&env->tr, &sregs->_tr);
737 get_seg(&env->ldt, &sregs->_ldt);
kvm.c 308 static void get_seg(SegmentCache *lhs, const struct kvm_segment *rhs) function
513 get_seg(&env->segs[R_CS], &sregs.cs);
514 get_seg(&env->segs[R_DS], &sregs.ds);
515 get_seg(&env->segs[R_ES], &sregs.es);
516 get_seg(&env->segs[R_FS], &sregs.fs);
517 get_seg(&env->segs[R_GS], &sregs.gs);
518 get_seg(&env->segs[R_SS], &sregs.ss);
520 get_seg(&env->tr, &sregs.tr);
521 get_seg(&env->ldt, &sregs.ldt);

Completed in 35 milliseconds