X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fsvm_ctrl_regs.h;h=d8b3e375c7c94a77b77f73808a1edd2295834f1c;hb=959ed075fac59969a8dc299e51824166f50bb2d0;hp=d16e46f0efb469eedcfea9ba0b0220a14f6cd3d1;hpb=8cb3daaded0d8c80be801aa74493006b5a06999f;p=palacios.releases.git diff --git a/palacios/include/geekos/svm_ctrl_regs.h b/palacios/include/geekos/svm_ctrl_regs.h index d16e46f..d8b3e37 100644 --- a/palacios/include/geekos/svm_ctrl_regs.h +++ b/palacios/include/geekos/svm_ctrl_regs.h @@ -10,7 +10,9 @@ static const uchar_t cr_access_byte = 0x0f; // Second opcode byte static const uchar_t lmsw_byte = 0x01; +static const uchar_t lmsw_reg_byte = 0x6; static const uchar_t smsw_byte = 0x01; +static const uchar_t smsw_reg_byte = 0x4; static const uchar_t clts_byte = 0x06; static const uchar_t mov_to_cr_byte = 0x22; static const uchar_t mov_from_cr_byte = 0x20;