diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-06-21 13:13:13 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-06-21 13:13:13 +0000 |
commit | d8bc1fd0aeb0423074b5063c8dc94dddd7285321 (patch) | |
tree | 8189ddc4d41910ff7e16191183fb4a909ddf41ed /exec-i386.h | |
parent | 7501267e2210788f548edd8adf1704731b235d3f (diff) |
ring 0 ops
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@254 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'exec-i386.h')
-rw-r--r-- | exec-i386.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/exec-i386.h b/exec-i386.h index a490f266e6..20bc8a25c0 100644 --- a/exec-i386.h +++ b/exec-i386.h @@ -123,6 +123,11 @@ typedef struct CCTable { extern CCTable cc_table[]; void load_seg(int seg_reg, int selector, unsigned cur_eip); +void jmp_seg(int selector, unsigned int new_eip); +void helper_lldt_T0(void); +void helper_ltr_T0(void); +void helper_movl_crN_T0(int reg); +void helper_movl_drN_T0(int reg); void __hidden cpu_lock(void); void __hidden cpu_unlock(void); void raise_interrupt(int intno, int is_int, int error_code, |