kernel/eka/memmodel/epoc/flexible/mmu/mpagearray.h
branchRCL_3
changeset 22 2f92ad2dc5db
parent 0 a41df078684a
child 41 0ffb4e86fcc9
equal deleted inserted replaced
21:e7d2d738d3c2 22:2f92ad2dc5db
   541 		Add pages to the array, setting each entry state as ECommitted.
   541 		Add pages to the array, setting each entry state as ECommitted.
   542 
   542 
   543 		@param aCount		The number of pages to add.
   543 		@param aCount		The number of pages to add.
   544 		@param aPages		Pointer to list of \a aCount physical page addresses to add.
   544 		@param aPages		Pointer to list of \a aCount physical page addresses to add.
   545 		*/
   545 		*/
   546 		void Add(TUint aCount, TPhysAddr* aPages);
   546 		void Add(TUint aCount, const TPhysAddr* aPages);
   547 
   547 
   548 		/**
   548 		/**
   549 		Add contiguous pages to the array, setting each entry state as ECommitted.
   549 		Add contiguous pages to the array, setting each entry state as ECommitted.
   550 
   550 
   551 		@param aCount		The number of pages to add.
   551 		@param aCount		The number of pages to add.