Searched refs:saved_eax (Results 1 – 1 of 1) sorted by relevance
60 unsigned long saved_eax; in this_function_halts() local63 __asm__ volatile("movl %%eax, %0" : "=m"(saved_eax)); in this_function_halts()71 __asm__ volatile("movl %0, %%eax" : : "m"(saved_eax)); in this_function_halts()79 unsigned long saved_eax; in this_function_int3s() local82 __asm__ volatile("movl %%eax, %0" : "=m"(saved_eax)); in this_function_int3s()90 __asm__ volatile("movl %0, %%eax" : : "m"(saved_eax)); in this_function_int3s()