X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fgeekos%2Fsvm_ctrl_regs.h;h=2ca33d3c62d308df927aa855bf4082d327527256;hb=b85f79b8030114370851ed3422c078debe630570;hp=44f6b7aa3f7b93928e671967696194c5ca56ca44;hpb=89d5928385ff776aaaf9c0957734a611c9f9880c;p=palacios.git diff --git a/palacios/include/geekos/svm_ctrl_regs.h b/palacios/include/geekos/svm_ctrl_regs.h index 44f6b7a..2ca33d3 100644 --- a/palacios/include/geekos/svm_ctrl_regs.h +++ b/palacios/include/geekos/svm_ctrl_regs.h @@ -20,7 +20,10 @@ static const uchar_t mov_from_cr_byte = 0x20; int handle_cr0_write(struct guest_info * info); +int handle_cr0_read(struct guest_info * info); +int handle_cr3_write(struct guest_info * info); +int handle_cr3_read(struct guest_info * info);