kernel/eka/include/kernel/cache.h
changeset 47 46fffbe7b5a7
parent 43 96e5fb8b040d
child 148 31ea0f8e3c99
equal deleted inserted replaced
46:0bf4040442f9 47:46fffbe7b5a7
   215 						  - Formed by ORing together values from the TMappingAttributes enumeration as
   215 						  - Formed by ORing together values from the TMappingAttributes enumeration as
   216 						    returned by Kern::ChunkCreate interface, or
   216 						    returned by Kern::ChunkCreate interface, or
   217 						  - TMappingAttributes2 object.
   217 						  - TMappingAttributes2 object.
   218 						For user memory (always fully cached), EMapAttrCachedMax enum value can be passed.
   218 						For user memory (always fully cached), EMapAttrCachedMax enum value can be passed.
   219 
   219 
   220 	@return 			KErrNotSupported on memory models other then flexible.
   220 	@return 			KErrNotSupported on memory models other than flexible.
   221 						KErrNone, on flexible memory model.
   221 						KErrNone, on flexible memory model.
   222 
   222 
   223 	@pre Interrupts must be enabled.
   223 	@pre Interrupts must be enabled.
   224 	@pre Kernel must be unlocked.
   224 	@pre Kernel must be unlocked.
   225 	@pre No fast mutex can be held.
   225 	@pre No fast mutex can be held.