kernel/eka/include/e32btrace.h
changeset 109 b3a1d9898418
parent 90 947f0dc9f7a8
child 189 a5496987b1da
child 247 d8d70de2bd36
equal deleted inserted replaced
102:ef2a444a7410 109:b3a1d9898418
   258 		EMultipartFlagMask		= 3<<0,
   258 		EMultipartFlagMask		= 3<<0,
   259 
   259 
   260 		/**
   260 		/**
   261 		Masks out the bits for the CPU ID for SMP systems (zero if present on non SMP systems)
   261 		Masks out the bits for the CPU ID for SMP systems (zero if present on non SMP systems)
   262 		*/
   262 		*/
   263 		ECpuIdMask			= 0xfff<<20,
   263 		ECpuIdMask			= 0xfffU<<20,
   264 		};
   264 		};
   265 
   265 
   266 	/**
   266 	/**
   267 	Values for multipart trace indicator. These values are stored in Flags2 an
   267 	Values for multipart trace indicator. These values are stored in Flags2 an
   268 	are obtained by ANDing with the value EMultipartFlagMask.
   268 	are obtained by ANDing with the value EMultipartFlagMask.