OLD | NEW |
1 # Copyright (c) 2011 The Native Client Authors. All rights reserved. | 1 # Copyright (c) 2011 The Native Client Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 ################################################################################ | 4 ################################################################################ |
5 # This file describes instructions from AMD64 Architecture Programmer’s Manual | 5 # This file describes instructions from AMD64 Architecture Programmer’s Manual |
6 # Volume 3: General-Purpose and System Instruction | 6 # Volume 3: General-Purpose and System Instruction |
7 # Chapter 4: System Instruction Reference | 7 # Chapter 4: System Instruction Reference |
8 ################################################################################ | 8 ################################################################################ |
9 # File format: see general-purpose-instructions.def | 9 # File format: see general-purpose-instructions.def |
10 ######## CLGI ################################################################## | 10 ######## CLGI ################################################################## |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 vmmcall, 0x0f 0x01 0xd9, nacl-forbidden Fn8000_0001_ECX_SVM | 112 vmmcall, 0x0f 0x01 0xd9, nacl-forbidden Fn8000_0001_ECX_SVM |
113 ######## VMRUN ################################################################# | 113 ######## VMRUN ################################################################# |
114 vmrun, 0x0f 0x01 0xd8, nacl-forbidden Fn8000_0001_ECX_SVM | 114 vmrun, 0x0f 0x01 0xd8, nacl-forbidden Fn8000_0001_ECX_SVM |
115 ######## VMSAVE ################################################################ | 115 ######## VMSAVE ################################################################ |
116 vmsave, 0x0f 0x01 0xdb, nacl-forbidden Fn8000_0001_ECX_SVM | 116 vmsave, 0x0f 0x01 0xdb, nacl-forbidden Fn8000_0001_ECX_SVM |
117 ######## WBINVD ################################################################ | 117 ######## WBINVD ################################################################ |
118 wbinvd, 0x0f 0x09, nacl-forbidden | 118 wbinvd, 0x0f 0x09, nacl-forbidden |
119 ######## WRMSR ################################################################# | 119 ######## WRMSR ################################################################# |
120 wrmsr, 0x0f 0x30, nacl-forbidden | 120 wrmsr, 0x0f 0x30, nacl-forbidden |
121 ################################################################################ | 121 ################################################################################ |
OLD | NEW |