Lines Matching +full:0 +full:x2000
29 __asm__ __volatile__(".word 0x4e68" : "=a" (usp)); in rdusp()
42 __asm__ __volatile__(".word 0x4e60" : : "a" (a0) ); in wrusp()
52 #define TASK_SIZE (0xC0000000UL)
54 #define TASK_SIZE (0x0E000000UL)
56 #define TASK_SIZE (0xF0000000UL)
59 #define TASK_SIZE (0xFFFFFFFFUL)
72 #define TASK_UNMAPPED_BASE 0x60000000UL
74 #define TASK_UNMAPPED_BASE 0x0A000000UL
76 #define TASK_UNMAPPED_BASE 0xC0000000UL
80 #define TASK_UNMAPPED_BASE 0
111 regs->sr &= ~0x2000; in start_thread()
124 #define reformat(_regs) do { (_regs)->format = 0x4; } while(0)
126 #define reformat(_regs) do { } while (0)
132 ((struct switch_stack *)(_regs))[-1].a6 = 0; \
136 (_regs)->sr &= ~0x2000; \
138 } while(0)
143 return 0; in handle_kernel_fault()
157 #define prepare_to_copy(tsk) do { } while (0)
174 unsigned long eip = 0; \