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

  /external/qemu/target-i386/
op_helper.c 182 cpu_x86_load_seg_cache(env, seg, selector,
261 cpu_x86_load_seg_cache(env, seg_reg, selector,
465 cpu_x86_load_seg_cache(env, i, new_segs[i], 0, 0, 0);
824 cpu_x86_load_seg_cache(env, R_ES, 0, 0, 0, 0);
825 cpu_x86_load_seg_cache(env, R_DS, 0, 0, 0, 0);
826 cpu_x86_load_seg_cache(env, R_FS, 0, 0, 0, 0);
827 cpu_x86_load_seg_cache(env, R_GS, 0, 0, 0, 0);
830 cpu_x86_load_seg_cache(env, R_SS, ss,
836 cpu_x86_load_seg_cache(env, R_CS, selector,
979 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 715 static inline void cpu_x86_load_seg_cache(CPUX86State *env, function
  /external/qemu/
kqemu.c 526 cpu_x86_load_seg_cache(env, R_CS, selector & 0xfffc,
531 cpu_x86_load_seg_cache(env, R_SS, (selector + 8) & 0xfffc,
547 cpu_x86_load_seg_cache(env, R_CS, selector & 0xfffc,
552 cpu_x86_load_seg_cache(env, R_SS, (selector + 8) & 0xfffc,
cpu-exec.c 763 cpu_x86_load_seg_cache(env, seg_reg, selector,
    [all...]
  /external/qemu/hw/
apic.c 503 cpu_x86_load_seg_cache(env, R_CS, s->sipi_vector << 8, s->sipi_vector << 12,

Completed in 44 milliseconds