fixed typo in tlb invalidation callback

This commit is contained in:
Stanislav Shwartsman 2011-04-22 15:12:43 +00:00
parent 72b4a1fe46
commit df5348695d
5 changed files with 10 additions and 10 deletions

View File

@ -27,8 +27,8 @@
#define BX_INSTR_TASK_SWITCH 13
#define BX_INSTR_CONTEXT_SWITCH 14
#define BX_INSTR_INVLPG 15
#define BX_INSTR_INVEPT 15
#define BX_INSTR_INVVPID 16
#define BX_INSTR_INVEPT 16
#define BX_INSTR_INVVPID 17
// possible types passed to BX_INSTR_CACHE_CNTRL()
#define BX_INSTR_INVD 20

View File

@ -27,8 +27,8 @@
#define BX_INSTR_TASK_SWITCH 13
#define BX_INSTR_CONTEXT_SWITCH 14
#define BX_INSTR_INVLPG 15
#define BX_INSTR_INVEPT 15
#define BX_INSTR_INVVPID 16
#define BX_INSTR_INVEPT 16
#define BX_INSTR_INVVPID 17
// possible types passed to BX_INSTR_CACHE_CNTRL()
#define BX_INSTR_INVD 20

View File

@ -27,8 +27,8 @@
#define BX_INSTR_TASK_SWITCH 13
#define BX_INSTR_CONTEXT_SWITCH 14
#define BX_INSTR_INVLPG 15
#define BX_INSTR_INVEPT 15
#define BX_INSTR_INVVPID 16
#define BX_INSTR_INVEPT 16
#define BX_INSTR_INVVPID 17
// possible types passed to BX_INSTR_CACHE_CNTRL()
#define BX_INSTR_INVD 20

View File

@ -142,8 +142,8 @@ Possible instruction types, passed through bx_instr_tlb_cntrl:
#define BX_INSTR_TASK_SWITCH 13
#define BX_INSTR_CONTEXT_SWITCH 14 /* VMM and SMM enter/exit */
#define BX_INSTR_INVLPG 15
#define BX_INSTR_INVEPT 15
#define BX_INSTR_INVVPID 16
#define BX_INSTR_INVEPT 16
#define BX_INSTR_INVVPID 17
The new_cr_value is provided for first for instruction types only and will be
undefined for all others.

View File

@ -27,8 +27,8 @@
#define BX_INSTR_TASK_SWITCH 13
#define BX_INSTR_CONTEXT_SWITCH 14
#define BX_INSTR_INVLPG 15
#define BX_INSTR_INVEPT 15
#define BX_INSTR_INVVPID 16
#define BX_INSTR_INVEPT 16
#define BX_INSTR_INVVPID 17
// possible types passed to BX_INSTR_CACHE_CNTRL()
#define BX_INSTR_INVD 20