diff -r c734af59ce98 -r 5b5d147c7838 kernel/eka/memmodel/epoc/flexible/mmu/mmapping.h --- a/kernel/eka/memmodel/epoc/flexible/mmu/mmapping.h Tue May 11 17:28:22 2010 +0300 +++ b/kernel/eka/memmodel/epoc/flexible/mmu/mmapping.h Tue May 25 14:09:55 2010 +0300 @@ -237,7 +237,7 @@ */ FORCE_INLINE TBool IsPinned() { return Flags()&EPinned; } - + /** Return true if this mapping physically pins the memory it maps. */ @@ -245,6 +245,12 @@ { return Flags()&EPhysicalPinningMapping; } /** + Return true if this mapping has beed successfully attached to a memory object, pinning its pages. + */ + FORCE_INLINE TBool PagesPinned() + { return Flags()&EPagesPinned; } + + /** Return the access permissions which this mapping uses to maps memory. */ FORCE_INLINE TMappingPermissions Permissions()