Thursday, 15 August 2013

CPU register for core migration

CPU register for core migration

I'm studying about core migration in multi-core circumstance. And I have a
question about that, what CPU registers are needed during migration.
For example, there are several cores in test machine. core 0 operates the
specific program writing random value in memory for each cycle. So I
intend to show that this program works normally.
When I try to migrate this process from core 0 to core 1, I'm not sure
that which CPU registers are needed in this period. Of course, There are
lots of CPU register : eax, ebx,... esp, esi (in manual of Intel
reference) and so on. But I try to find absolutely essential value for
migration.

No comments:

Post a Comment