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

  /external/qemu/target-i386/
cpu.h 45 #define CPUState struct CPUX86State
566 typedef struct CPUX86State {
702 } 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 *s, int cpl
    [all...]
translate.c     [all...]
helper.c 418 static int cpu_x86_register (CPUX86State *env, const char *cpu_model)
465 void cpu_reset(CPUX86State *env)
474 memset(env, 0, offsetof(CPUX86State, breakpoints));
536 void cpu_x86_close(CPUX86State *env)
844 void cpu_x86_set_a20(CPUX86State *env, int a20_state)
862 void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0)
905 void cpu_x86_update_cr3(CPUX86State *env, target_ulong new_cr3)
916 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4)
    [all...]
exec.h 32 register struct CPUX86State *env asm(AREG0);
op_helper.c     [all...]
  /external/qemu/
cpu-exec.c 728 void cpu_x86_load_seg(CPUX86State *s, int seg_reg, int selector)
730 CPUX86State *saved_env;
744 void cpu_x86_fsave(CPUX86State *s, target_ulong ptr, int data32)
746 CPUX86State *saved_env;
756 void cpu_x86_frstor(CPUX86State *s, target_ulong ptr, int data32)
758 CPUX86State *saved_env;
    [all...]
  /external/qemu/hw/
apic.c 307 void cpu_set_apic_tpr(CPUX86State *env, uint8_t val)
316 uint8_t cpu_get_apic_tpr(CPUX86State *env)
pc.c 102 void cpu_set_ferr(CPUX86State *s)
113 uint64_t cpu_get_tsc(CPUX86State *env)
    [all...]

Completed in 29 milliseconds