Searched refs:loaddebug (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/x86_64/kernel/ |
D | suspend.c | 140 #define loaddebug(thread,register) \ macro 161 loaddebug(¤t->thread, 0); in fix_processor_context() 162 loaddebug(¤t->thread, 1); in fix_processor_context() 163 loaddebug(¤t->thread, 2); in fix_processor_context() 164 loaddebug(¤t->thread, 3); in fix_processor_context() 166 loaddebug(¤t->thread, 6); in fix_processor_context() 167 loaddebug(¤t->thread, 7); in fix_processor_context()
|
D | process.c | 551 #define loaddebug(thread,register) \ macro 637 loaddebug(next, 0); in __switch_to() 638 loaddebug(next, 1); in __switch_to() 639 loaddebug(next, 2); in __switch_to() 640 loaddebug(next, 3); in __switch_to() 642 loaddebug(next, 6); in __switch_to() 643 loaddebug(next, 7); in __switch_to()
|
/linux-2.4.37.9/include/asm-i386/ |
D | save_state.h | 34 #define loaddebug(thread,register) \ macro 124 loaddebug(¤t->thread, 0); in fix_processor_context() 125 loaddebug(¤t->thread, 1); in fix_processor_context() 126 loaddebug(¤t->thread, 2); in fix_processor_context() 127 loaddebug(¤t->thread, 3); in fix_processor_context() 129 loaddebug(¤t->thread, 6); in fix_processor_context() 130 loaddebug(¤t->thread, 7); in fix_processor_context()
|
/linux-2.4.37.9/arch/i386/kernel/ |
D | process.c | 619 #define loaddebug(thread,register) \ macro 677 loaddebug(next, 0); in __switch_to() 678 loaddebug(next, 1); in __switch_to() 679 loaddebug(next, 2); in __switch_to() 680 loaddebug(next, 3); in __switch_to() 682 loaddebug(next, 6); in __switch_to() 683 loaddebug(next, 7); in __switch_to()
|