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

  /external/qemu/target-i386/
smm_helper.c 161 cpu_x86_load_seg_cache(env, R_CS, (env->smbase >> 4) & 0xffff, env->smbase,
163 cpu_x86_load_seg_cache(env, R_DS, 0, 0, 0xffffffff, 0);
164 cpu_x86_load_seg_cache(env, R_ES, 0, 0, 0xffffffff, 0);
165 cpu_x86_load_seg_cache(env, R_SS, 0, 0, 0xffffffff, 0);
166 cpu_x86_load_seg_cache(env, R_FS, 0, 0, 0xffffffff, 0);
167 cpu_x86_load_seg_cache(env, R_GS, 0, 0, 0xffffffff, 0);
188 cpu_x86_load_seg_cache(env, i,
273 cpu_x86_load_seg_cache(env, i,
seg_helper.c 88 cpu_x86_load_seg_cache(env, seg, selector,
168 cpu_x86_load_seg_cache(env, seg_reg, selector,
372 cpu_x86_load_seg_cache(env, i, new_segs[i], 0, 0, 0);
662 cpu_x86_load_seg_cache(env, R_ES, 0, 0, 0, 0);
663 cpu_x86_load_seg_cache(env, R_DS, 0, 0, 0, 0);
664 cpu_x86_load_seg_cache(env, R_FS, 0, 0, 0, 0);
665 cpu_x86_load_seg_cache(env, R_GS, 0, 0, 0, 0);
668 cpu_x86_load_seg_cache(env, R_SS, ss,
674 cpu_x86_load_seg_cache(env, R_CS, selector,
818 cpu_x86_load_seg_cache(env, R_SS, ss, 0, 0, 0)
    [all...]
helper.c 499 cpu_x86_load_seg_cache(env, R_CS, 0xf000, 0xffff0000, 0xffff,
502 cpu_x86_load_seg_cache(env, R_DS, 0, 0, 0xffff,
505 cpu_x86_load_seg_cache(env, R_ES, 0, 0, 0xffff,
508 cpu_x86_load_seg_cache(env, R_SS, 0, 0, 0xffff,
511 cpu_x86_load_seg_cache(env, R_FS, 0, 0, 0xffff,
514 cpu_x86_load_seg_cache(env, R_GS, 0, 0, 0xffff,
    [all...]
cpu.h 873 static inline void cpu_x86_load_seg_cache(CPUX86State *env, function
    [all...]
svm_helper.c 105 cpu_x86_load_seg_cache(env, seg_reg, sc->selector,
  /external/qemu/hw/intc/
apic.c 505 cpu_x86_load_seg_cache(env, R_CS, s->sipi_vector << 8, s->sipi_vector << 12,
  /external/qemu/
cpu-exec.c 682 cpu_x86_load_seg_cache(env, seg_reg, selector,
    [all...]

Completed in 116 milliseconds