Searched refs:CPUX86State (Results 1 - 8 of 8) sorted by relevance

/external/qemu/target-i386/
H A Dcpu.h45 #define CPUState struct CPUX86State
566 typedef struct CPUX86State { struct
702 } CPUX86State; typedef in typeref:struct:CPUX86State
704 CPUX86State *cpu_x86_init(const char *cpu_model);
705 int cpu_x86_exec(CPUX86State *s);
706 void cpu_x86_close(CPUX86State *s);
709 int cpu_get_pic_interrupt(CPUX86State *s);
711 void cpu_set_ferr(CPUX86State *s);
715 static inline void cpu_x86_load_seg_cache(CPUX86State *env,
773 static inline void cpu_x86_set_cpl(CPUX86State *
[all...]
H A Dtranslate.c2373 offsetof(CPUX86State,segs[seg_reg].selector));
2380 offsetof(CPUX86State,segs[seg_reg].selector));
2383 offsetof(CPUX86State,segs[seg_reg].base));
3159 gen_stq_env_A0(s->mem_index, offsetof(CPUX86State,fpregs[reg].mmx));
3168 gen_sto_env_A0(s->mem_index, offsetof(CPUX86State,xmm_regs[reg]));
3174 tcg_gen_st_tl(cpu_T[0], cpu_env, offsetof(CPUX86State,fpregs[reg].mmx));
3180 offsetof(CPUX86State,fpregs[reg].mmx));
3190 offsetof(CPUX86State,xmm_regs[reg]));
3197 offsetof(CPUX86State,xmm_regs[reg]));
3205 gen_ldq_env_A0(s->mem_index, offsetof(CPUX86State,fpreg
[all...]
H A Dhelper.c419 static int cpu_x86_register (CPUX86State *env, const char *cpu_model)
466 void cpu_reset(CPUX86State *env)
475 memset(env, 0, offsetof(CPUX86State, breakpoints));
537 void cpu_x86_close(CPUX86State *env)
850 void cpu_x86_set_a20(CPUX86State *env, int a20_state)
868 void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0)
911 void cpu_x86_update_cr3(CPUX86State *env, target_ulong new_cr3)
922 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4)
944 int cpu_x86_handle_mmu_fault(CPUX86State *env, target_ulong addr,
981 int cpu_x86_handle_mmu_fault(CPUX86State *en
[all...]
H A Dexec.h32 GLOBAL_REGISTER_VARIABLE_DECL struct CPUX86State *env asm(AREG0);
H A Dop_helper.c4835 CPUX86State *saved_env;
/external/qemu/
H A Dcpu-exec.c755 void cpu_x86_load_seg(CPUX86State *s, int seg_reg, int selector)
757 CPUX86State *saved_env;
771 void cpu_x86_fsave(CPUX86State *s, target_ulong ptr, int data32)
773 CPUX86State *saved_env;
783 void cpu_x86_frstor(CPUX86State *s, target_ulong ptr, int data32)
785 CPUX86State *saved_env;
/external/qemu/hw/
H A Dapic.c307 void cpu_set_apic_tpr(CPUX86State *env, uint8_t val)
316 uint8_t cpu_get_apic_tpr(CPUX86State *env)
H A Dpc.c102 void cpu_set_ferr(CPUX86State *s)
113 uint64_t cpu_get_tsc(CPUX86State *env)

Completed in 168 milliseconds