kernel/eka/memmodel/epoc/mmubase/mmubase.cpp
changeset 13 46fffbe7b5a7
parent 9 96e5fb8b040d
child 22 2f92ad2dc5db
equal deleted inserted replaced
12:0bf4040442f9 13:46fffbe7b5a7
  5194 void M::DestroyPhysicalPinObject(TPhysicalPinObject*& aPinObject)
  5194 void M::DestroyPhysicalPinObject(TPhysicalPinObject*& aPinObject)
  5195 	{
  5195 	{
  5196 	K::Fault(K::EPhysicalPinObjectBad);
  5196 	K::Fault(K::EPhysicalPinObjectBad);
  5197 	}
  5197 	}
  5198 
  5198 
       
  5199 
       
  5200 //
       
  5201 // Kernel map and pin (Not supported on the moving or multiple memory models).
       
  5202 //
       
  5203 
       
  5204 TInt M::CreateKernelMapObject(TKernelMapObject*&, TUint)
       
  5205 	{
       
  5206 	return KErrNotSupported;
       
  5207 	}
       
  5208 
       
  5209 
       
  5210 TInt M::MapAndPinMemory(TKernelMapObject*, DThread*, TLinAddr, TUint, TUint, TLinAddr&, TPhysAddr*)
       
  5211 	{
       
  5212 	return KErrNotSupported;
       
  5213 	}
       
  5214 
       
  5215 
       
  5216 void M::UnmapAndUnpinMemory(TKernelMapObject*)
       
  5217 	{
       
  5218 	}
       
  5219 
       
  5220 
       
  5221 void M::DestroyKernelMapObject(TKernelMapObject*&)
       
  5222 	{
       
  5223 	}
       
  5224 
       
  5225 
  5199 // Misc DPagingDevice methods
  5226 // Misc DPagingDevice methods
  5200 
  5227 
  5201 EXPORT_C void DPagingDevice::NotifyIdle()
  5228 EXPORT_C void DPagingDevice::NotifyIdle()
  5202 	{
  5229 	{
  5203 	// Not used on this memory model
  5230 	// Not used on this memory model