X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?p=palacios.git;a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_ctrl_regs.h;h=16332176ed57ec0e96d398cb2538cf494ad6bc91;hp=c6eb1fe232d2568c391214af167eb38e3e4a3759;hb=7cdedeb7a01b51c5242cce94924f2ea246008e7d;hpb=3cd1d3771e3f8e30b09f6c4995851979aaafc5ff diff --git a/palacios/include/palacios/vmm_ctrl_regs.h b/palacios/include/palacios/vmm_ctrl_regs.h index c6eb1fe..1633217 100644 --- a/palacios/include/palacios/vmm_ctrl_regs.h +++ b/palacios/include/palacios/vmm_ctrl_regs.h @@ -200,11 +200,11 @@ 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 v3_handle_cr0_write(struct guest_info * info); +int v3_handle_cr0_read(struct guest_info * info); -int handle_cr3_write(struct guest_info * info); -int handle_cr3_read(struct guest_info * info); +int v3_handle_cr3_write(struct guest_info * info); +int v3_handle_cr3_read(struct guest_info * info); #endif // ! __V3VEE__