/[rtmk]/rtmk/i386/tm-i386.h
ViewVC logotype

Diff of /rtmk/i386/tm-i386.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.10 by jrydberg, Sun Feb 17 17:49:39 2002 UTC revision 1.11 by jrydberg, Wed Feb 20 19:07:30 2002 UTC
# Line 277  extern void pmap_bootstrap (vm_offset_t Line 277  extern void pmap_bootstrap (vm_offset_t
277     page should be wired (swapable).  */     page should be wired (swapable).  */
278    
279  extern void pmap_enter (struct pmap *pmap, vm_offset_t va, vm_offset_t pa,  extern void pmap_enter (struct pmap *pmap, vm_offset_t va, vm_offset_t pa,
280                          vm_prot_t protection);                          vm_prot_t protection, int wired_p);
281  #define PMAP_ENTER(PMAP, VA, PA, PROT, WIRED_P) pmap_enter (PMAP, VA, PA, PROT)  #define PMAP_ENTER(PMAP, VA, PA, PROT, WIRED_P) \
282      pmap_enter (PMAP, VA, PA, PROT, WIRED_P)
283    
284  /* Enter a range of pages into PMAP.  Range starts at START and ends at  /* Enter a range of pages into PMAP.  Range starts at START and ends at
285     END.  PA is the address of the physical page.  WIRED_P is true if the     END.  PA is the address of the physical page.  WIRED_P is true if the
# Line 286  extern void pmap_enter (struct pmap *pma Line 287  extern void pmap_enter (struct pmap *pma
287    
288  extern void pmap_enter_range (struct pmap *pmap, vm_offset_t start,  extern void pmap_enter_range (struct pmap *pmap, vm_offset_t start,
289                                vm_offset_t end, vm_offset_t pa,                                vm_offset_t end, vm_offset_t pa,
290                                vm_prot_t protection);                                vm_prot_t protection, int wired_p);
291  #define PMAP_ENTER_RANGE(PMAP, START, END, PA, PROT, WIRED_P) \  #define PMAP_ENTER_RANGE(PMAP, START, END, PA, PROT, WIRED_P) \
292                  pmap_enter_range (PMAP, START, END, PA, PROT)                  pmap_enter_range (PMAP, START, END, PA, PROT, WIRED_P)
293    
294  /* Function for stealing physical memory before the VM system is up  /* Function for stealing physical memory before the VM system is up
295     and running.  SIZE is rounded to whole pages.  */     and running.  SIZE is rounded to whole pages.  */

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26