Home | History | Annotate | Download | only in target-i386

Lines Matching refs:target_ulong

509     target_ulong base;
568 target_ulong regs[CPU_NB_REGS];
569 target_ulong eip;
570 target_ulong eflags; /* eflags register. During CPU emulation, CC
575 target_ulong cc_src;
576 target_ulong cc_dst;
590 target_ulong cr[5]; /* NOTE: cr1 is unused */
617 target_ulong cc_tmp; /* temporary for rcr/rcl */
621 target_ulong sysenter_esp;
622 target_ulong sysenter_eip;
638 target_ulong lstar;
639 target_ulong cstar;
640 target_ulong fmask;
641 target_ulong kernelgsbase;
651 target_ulong exception_next_eip;
652 target_ulong dr[8]; /* debug registers */
717 target_ulong base,
791 void cpu_x86_fsave(CPUX86State *s, target_ulong ptr, int data32);
792 void cpu_x86_frstor(CPUX86State *s, target_ulong ptr, int data32);
801 int cpu_x86_handle_mmu_fault(CPUX86State *env, target_ulong addr,
830 void cpu_x86_update_cr3(CPUX86State *env, target_ulong new_cr3);
892 static inline void cpu_clone_regs(CPUState *env, target_ulong newsp)
910 static inline void cpu_get_tb_cpu_state(CPUState *env, target_ulong *pc,
911 target_ulong *cs_base, int *flags)