X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_paging.h;h=ca426afd79226f173151155f3778dbbab9e7b0ed;hb=d3fa9d0b82291fafc35ce9bb7e777256d78c0ecd;hp=9b95d1b29c8474567e6f2cc46622be47f405f4cf;hpb=03b23f614f0a00d3e23d5579f9abb87684af9ec8;p=palacios.git diff --git a/palacios/include/palacios/vmm_paging.h b/palacios/include/palacios/vmm_paging.h index 9b95d1b..ca426af 100644 --- a/palacios/include/palacios/vmm_paging.h +++ b/palacios/include/palacios/vmm_paging.h @@ -573,6 +573,7 @@ pdpe32pae_t * create_passthrough_pts_32PAE(struct guest_info * guest_info); pml4e64_t * create_passthrough_pts_64(struct guest_info * info); +// note that these take host virtual addresses void delete_page_tables_32(pde32_t * pde); void delete_page_tables_32pae(pdpe32pae_t * pdpe); void delete_page_tables_64(pml4e64_t * pml4);