kernel/eka/memmodel/epoc/flexible/mmu/mmanager.h
changeset 102 ef2a444a7410
parent 90 947f0dc9f7a8
child 152 657f875b013e
equal deleted inserted replaced
90:947f0dc9f7a8 102:ef2a444a7410
   151 	@return KErrNone if successful,
   151 	@return KErrNone if successful,
   152 			KErrAlreadyExists if any part of the region was already allocated,
   152 			KErrAlreadyExists if any part of the region was already allocated,
   153 			KErrNotSupported if the manager doesn't support this function,
   153 			KErrNotSupported if the manager doesn't support this function,
   154 			otherwise one of the system wide error codes.
   154 			otherwise one of the system wide error codes.
   155 	*/
   155 	*/
   156 	virtual TInt AddPages(DMemoryObject* aMemory, TUint aIndex, TUint aCount, TPhysAddr* aPages);
   156 	virtual TInt AddPages(DMemoryObject* aMemory, TUint aIndex, TUint aCount, const TPhysAddr* aPages);
   157 
   157 
   158 	/**
   158 	/**
   159 	Add a contiguous range of physical memory pages to a region of a memory object.
   159 	Add a contiguous range of physical memory pages to a region of a memory object.
   160 
   160 
   161 	@param aMemory		A memory object associated with this manager.
   161 	@param aMemory		A memory object associated with this manager.