OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SegmentCache
(Results
1 - 7
of
7
) sorted by null
/external/qemu/target-i386/
cpu.h
507
typedef struct
SegmentCache
{
512
}
SegmentCache
;
584
SegmentCache
segs[6]; /* selector values */
585
SegmentCache
ldt;
586
SegmentCache
tr;
587
SegmentCache
gdt; /* only base and limit are used */
588
SegmentCache
idt; /* only base and limit are used */
721
SegmentCache
*sc;
machine.c
9
static void cpu_put_seg(QEMUFile *f,
SegmentCache
*dt)
17
static void cpu_get_seg(QEMUFile *f,
SegmentCache
*dt)
hax-all.c
662
static void set_v8086_seg(struct segment_desc_t *lhs, const
SegmentCache
*rhs)
678
static void get_seg(
SegmentCache
*lhs, const struct segment_desc_t *rhs)
694
static void set_seg(struct segment_desc_t *lhs, const
SegmentCache
*rhs)
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)
op_helper.c
140
SegmentCache
*dt;
171
static inline void load_seg_cache_raw_dt(
SegmentCache
*sc, uint32_t e1, uint32_t e2)
285
SegmentCache
*dt;
660
SegmentCache
*dt;
885
SegmentCache
*dt;
[
all
...]
helper.c
603
const char *name, struct
SegmentCache
*sc)
[
all
...]
/external/qemu/
kqemu.c
674
const
SegmentCache
*sc)
682
static inline void kqemu_save_seg(
SegmentCache
*sc,
Completed in 33 milliseconds