ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

mmuobject.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 doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.