Searched refs:CPUX86State (Results 1 – 8 of 8) sorted by relevance
/external/qemu/target-i386/ |
D | cpu.h | 45 #define CPUState struct CPUX86State 566 typedef struct CPUX86State { struct 702 } CPUX86State; argument 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, in cpu_x86_load_seg_cache() 773 static inline void cpu_x86_set_cpl(CPUX86State *s, int cpl) in cpu_x86_set_cpl() [all …]
|
D | translate.c | 2373 offsetof(CPUX86State,segs[seg_reg].selector)); in gen_op_movl_T0_seg() 2380 offsetof(CPUX86State,segs[seg_reg].selector)); in gen_op_movl_seg_T0_vm() 2383 offsetof(CPUX86State,segs[seg_reg].base)); in gen_op_movl_seg_T0_vm() 3159 gen_stq_env_A0(s->mem_index, offsetof(CPUX86State,fpregs[reg].mmx)); in gen_sse() 3168 gen_sto_env_A0(s->mem_index, offsetof(CPUX86State,xmm_regs[reg])); in gen_sse() 3174 tcg_gen_st_tl(cpu_T[0], cpu_env, offsetof(CPUX86State,fpregs[reg].mmx)); in gen_sse() 3180 offsetof(CPUX86State,fpregs[reg].mmx)); in gen_sse() 3190 offsetof(CPUX86State,xmm_regs[reg])); in gen_sse() 3197 offsetof(CPUX86State,xmm_regs[reg])); in gen_sse() 3205 gen_ldq_env_A0(s->mem_index, offsetof(CPUX86State,fpregs[reg].mmx)); in gen_sse() [all …]
|
D | helper.c | 419 static int cpu_x86_register (CPUX86State *env, const char *cpu_model) in cpu_x86_register() 466 void cpu_reset(CPUX86State *env) in cpu_reset() 475 memset(env, 0, offsetof(CPUX86State, breakpoints)); in cpu_reset() 537 void cpu_x86_close(CPUX86State *env) in cpu_x86_close() 850 void cpu_x86_set_a20(CPUX86State *env, int a20_state) in cpu_x86_set_a20() 868 void cpu_x86_update_cr0(CPUX86State *env, uint32_t new_cr0) in cpu_x86_update_cr0() 911 void cpu_x86_update_cr3(CPUX86State *env, target_ulong new_cr3) in cpu_x86_update_cr3() 922 void cpu_x86_update_cr4(CPUX86State *env, uint32_t new_cr4) in cpu_x86_update_cr4() 944 int cpu_x86_handle_mmu_fault(CPUX86State *env, target_ulong addr, in cpu_x86_handle_mmu_fault() 981 int cpu_x86_handle_mmu_fault(CPUX86State *env, target_ulong addr, in cpu_x86_handle_mmu_fault() [all …]
|
D | exec.h | 32 register struct CPUX86State *env asm(AREG0);
|
D | op_helper.c | 4835 CPUX86State *saved_env; in tlb_fill()
|
/external/qemu/ |
D | cpu-exec.c | 755 void cpu_x86_load_seg(CPUX86State *s, int seg_reg, int selector) in cpu_x86_load_seg() 757 CPUX86State *saved_env; in cpu_x86_load_seg() 771 void cpu_x86_fsave(CPUX86State *s, target_ulong ptr, int data32) in cpu_x86_fsave() 773 CPUX86State *saved_env; in cpu_x86_fsave() 783 void cpu_x86_frstor(CPUX86State *s, target_ulong ptr, int data32) in cpu_x86_frstor() 785 CPUX86State *saved_env; in cpu_x86_frstor()
|
/external/qemu/hw/ |
D | apic.c | 307 void cpu_set_apic_tpr(CPUX86State *env, uint8_t val) in cpu_set_apic_tpr() 316 uint8_t cpu_get_apic_tpr(CPUX86State *env) in cpu_get_apic_tpr()
|
D | pc.c | 102 void cpu_set_ferr(CPUX86State *s) in cpu_set_ferr() 113 uint64_t cpu_get_tsc(CPUX86State *env) in cpu_get_tsc()
|