kernel/eka/memmodel/epoc/flexible/mmu/mpagearray.h
changeset 149 d9f1e5bfe28c
parent 0 a41df078684a
child 201 43365a9b78a3
equal deleted inserted replaced
135:5e441a173c63 149:d9f1e5bfe28c
   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.