Home
last modified time | relevance | path

Searched refs:loaddebug (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/arch/x86_64/kernel/
Dsuspend.c140 #define loaddebug(thread,register) \ macro
161 loaddebug(&current->thread, 0); in fix_processor_context()
162 loaddebug(&current->thread, 1); in fix_processor_context()
163 loaddebug(&current->thread, 2); in fix_processor_context()
164 loaddebug(&current->thread, 3); in fix_processor_context()
166 loaddebug(&current->thread, 6); in fix_processor_context()
167 loaddebug(&current->thread, 7); in fix_processor_context()
Dprocess.c551 #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/
Dsave_state.h34 #define loaddebug(thread,register) \ macro
124 loaddebug(&current->thread, 0); in fix_processor_context()
125 loaddebug(&current->thread, 1); in fix_processor_context()
126 loaddebug(&current->thread, 2); in fix_processor_context()
127 loaddebug(&current->thread, 3); in fix_processor_context()
129 loaddebug(&current->thread, 6); in fix_processor_context()
130 loaddebug(&current->thread, 7); in fix_processor_context()
/linux-2.4.37.9/arch/i386/kernel/
Dprocess.c619 #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()