X-Git-Url: http://v3vee.org/palacios/gitweb/gitweb.cgi?a=blobdiff_plain;f=palacios%2Finclude%2Fpalacios%2Fvmm_direct_paging.h;h=2d95d2c81b73652588ed9e730553dc70298a42ce;hb=3500a418f4ab8a5ce38c1480f107b5deb5712bee;hp=8b3e0e425eb0d67361c8fa03c2ec979cf3e00e8d;hpb=c163873b7b96544683030cafba0e73a7ed988171;p=palacios.git diff --git a/palacios/include/palacios/vmm_direct_paging.h b/palacios/include/palacios/vmm_direct_paging.h index 8b3e0e4..2d95d2c 100644 --- a/palacios/include/palacios/vmm_direct_paging.h +++ b/palacios/include/palacios/vmm_direct_paging.h @@ -27,6 +27,8 @@ #include int v3_init_passthrough_pts(struct guest_info * guest_info); +int v3_free_passthrough_pts(struct guest_info * core); + int v3_reset_passthrough_pts(struct guest_info * guest_info); int v3_handle_passthrough_pagefault(struct guest_info * info, addr_t fault_addr, pf_error_t error_code); @@ -35,6 +37,7 @@ int v3_handle_nested_pagefault(struct guest_info * info, addr_t fault_addr, pf_e int v3_activate_passthrough_pt(struct guest_info * info); int v3_invalidate_passthrough_addr(struct guest_info * info, addr_t inv_addr); +int v3_invalidate_nested_addr(struct guest_info * info, addr_t inv_addr); #endif // ! __V3VEE__