Home
last modified time | relevance | path

Searched refs:cpu_x86_load_seg_cache (Results 1 – 6 of 6) sorted by relevance

/external/qemu/target-i386/
Dop_helper.c182 cpu_x86_load_seg_cache(env, seg, selector, in load_seg_vm()
261 cpu_x86_load_seg_cache(env, seg_reg, selector, in tss_load_seg()
465 cpu_x86_load_seg_cache(env, i, new_segs[i], 0, 0, 0); in switch_tss()
824 cpu_x86_load_seg_cache(env, R_ES, 0, 0, 0, 0); in do_interrupt_protected()
825 cpu_x86_load_seg_cache(env, R_DS, 0, 0, 0, 0); in do_interrupt_protected()
826 cpu_x86_load_seg_cache(env, R_FS, 0, 0, 0, 0); in do_interrupt_protected()
827 cpu_x86_load_seg_cache(env, R_GS, 0, 0, 0, 0); in do_interrupt_protected()
830 cpu_x86_load_seg_cache(env, R_SS, ss, in do_interrupt_protected()
836 cpu_x86_load_seg_cache(env, R_CS, selector, in do_interrupt_protected()
979 cpu_x86_load_seg_cache(env, R_SS, ss, 0, 0, 0); in do_interrupt64()
[all …]
Dhelper.c499 cpu_x86_load_seg_cache(env, R_CS, 0xf000, 0xffff0000, 0xffff, in cpu_reset()
502 cpu_x86_load_seg_cache(env, R_DS, 0, 0, 0xffff, in cpu_reset()
505 cpu_x86_load_seg_cache(env, R_ES, 0, 0, 0xffff, in cpu_reset()
508 cpu_x86_load_seg_cache(env, R_SS, 0, 0, 0xffff, in cpu_reset()
511 cpu_x86_load_seg_cache(env, R_FS, 0, 0, 0xffff, in cpu_reset()
514 cpu_x86_load_seg_cache(env, R_GS, 0, 0, 0xffff, in cpu_reset()
Dcpu.h715 static inline void cpu_x86_load_seg_cache(CPUX86State *env, in cpu_x86_load_seg_cache() function
/external/qemu/
Dkqemu.c526 cpu_x86_load_seg_cache(env, R_CS, selector & 0xfffc, in do_syscall()
531 cpu_x86_load_seg_cache(env, R_SS, (selector + 8) & 0xfffc, in do_syscall()
547 cpu_x86_load_seg_cache(env, R_CS, selector & 0xfffc, in do_syscall()
552 cpu_x86_load_seg_cache(env, R_SS, (selector + 8) & 0xfffc, in do_syscall()
Dcpu-exec.c763 cpu_x86_load_seg_cache(env, seg_reg, selector, in cpu_x86_load_seg()
/external/qemu/hw/
Dapic.c503 cpu_x86_load_seg_cache(env, R_CS, s->sipi_vector << 8, s->sipi_vector << 12, in apic_sipi()