fixed typo in tlb invalidation callback
This commit is contained in:
parent
72b4a1fe46
commit
df5348695d
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user