kernel/eka/memmodel/epoc/flexible/mmu/mpagearray.h
changeset 102 ef2a444a7410
parent 0 a41df078684a
child 201 43365a9b78a3
equal deleted inserted replaced
90:947f0dc9f7a8 102:ef2a444a7410
   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.