Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


*** empty log message ***
[palacios.git] / palacios / include / geekos / vmm_mem.h
index dd6ec34..f938b3e 100644 (file)
@@ -26,8 +26,8 @@ typedef struct vmm_mem_map {
 
 void init_mem_map(vmm_mem_map_t * map);
 
-void add_pages(vmm_mem_map_t * map, ullong_t addr, uint_t numPages);
-int remove_pages(vmm_mem_map_t * map, ullong_t addr, uint_t numPages);
+void add_mem_map_pages(vmm_mem_map_t * map, ullong_t addr, uint_t numPages);
+int remove_mem_map_pages(vmm_mem_map_t * map, ullong_t addr, uint_t numPages);