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

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
kvm.h 88 struct kvm_segment { struct
108 struct kvm_segment cs, ds, es, fs, gs, ss;
109 struct kvm_segment tr, ldt;
  /external/qemu/android/config/linux-x86/asm/
kvm.h 99 struct kvm_segment { struct
119 struct kvm_segment cs, ds, es, fs, gs, ss;
120 struct kvm_segment tr, ldt;
  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 99 struct kvm_segment { struct
119 struct kvm_segment cs, ds, es, fs, gs, ss;
120 struct kvm_segment tr, ldt;
  /external/qemu/target-i386/
kvm.c 273 static void set_v8086_seg(struct kvm_segment *lhs, const SegmentCache *rhs)
289 static void set_seg(struct kvm_segment *lhs, const SegmentCache *rhs)
306 static void get_seg(SegmentCache *lhs, const struct kvm_segment *rhs)

Completed in 29 milliseconds