X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_shadow_paging.h;fp=palacios%2Finclude%2Fpalacios%2Fvmm_shadow_paging.h;h=07c15f540a18ae12874f772b978f64f61b6c4b70;hb=7cdedeb7a01b51c5242cce94924f2ea246008e7d;hp=f7424e8dadcd8320a3937630d5a376f8c43fbba1;hpb=3cd1d3771e3f8e30b09f6c4995851979aaafc5ff;p=palacios.git diff --git a/palacios/include/palacios/vmm_shadow_paging.h b/palacios/include/palacios/vmm_shadow_paging.h index f7424e8..07c15f5 100644 --- a/palacios/include/palacios/vmm_shadow_paging.h +++ b/palacios/include/palacios/vmm_shadow_paging.h @@ -57,14 +57,14 @@ struct guest_info; -int cache_page_tables32(struct guest_info * info, addr_t pde); +int v3_cache_page_tables32(struct guest_info * info, addr_t pde); -int init_shadow_page_state(struct guest_info * info); +int v3_init_shadow_page_state(struct guest_info * info); -addr_t create_new_shadow_pt32(); +addr_t v3_create_new_shadow_pt32(); -int handle_shadow_pagefault(struct guest_info * info, addr_t fault_addr, pf_error_t error_code); -int handle_shadow_invlpg(struct guest_info * info); +int v3_handle_shadow_pagefault(struct guest_info * info, addr_t fault_addr, pf_error_t error_code); +int v3_handle_shadow_invlpg(struct guest_info * info);