Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenmmuobject.h
Go to the documentation of this file.
00001 #pragma once 00002 00003 void initme(void); 00004 void mmusetramsize(paddr_t size); 00005 int mmuaddpage(ppc_map_info_t *info, int count); 00006 void mmudelpage(ppc_map_info_t *info, int count); 00007 void mmugetpage(ppc_map_info_t *info, int count); 00008 void mmusetvsid(int start, int end, int vsid); 00009 void *allocvsid(int); 00010 void mmuallocvsid(int vsid, int mask); 00011 void freevsid(int); 00012 void mmufreevsid(int vsid, int mask); 00013 int mmunitest(void); 00014 void callkernel(void *fun_ptr, void *arg); Generated on Sun May 27 2012 04:36:15 for ReactOS by
1.7.6.1
|