Searched refs:rtemp (Results 1 – 4 of 4) sorted by relevance
/arch/m68k/include/asm/ |
D | m68360_pram.h | 92 unsigned long rtemp; /* Rx temp */ member 177 unsigned short rtemp; /* temp storage */ member 204 unsigned long rtemp; /* Rx temp */ member 255 unsigned long rtemp; /* Rx temp */ member 273 unsigned long rtemp; /* Rx temp */ member 297 unsigned long rtemp; /* Rx temp */ member 326 unsigned long rtemp; /* Rx temp */ member 403 unsigned long rtemp; /* Rx temp */ member
|
/arch/arm/kernel/ |
D | entry-header.S | 175 .macro store_user_sp_lr, rd, rtemp, offset = 0 176 mrs \rtemp, cpsr 177 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE) 178 msr cpsr_c, \rtemp @ switch to the SYS mode 183 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE) 184 msr cpsr_c, \rtemp @ switch back to the SVC mode 187 .macro load_user_sp_lr, rd, rtemp, offset = 0 188 mrs \rtemp, cpsr 189 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE) 190 msr cpsr_c, \rtemp @ switch to the SYS mode [all …]
|
/arch/unicore32/kernel/ |
D | entry.S | 44 .macro alignment_trap, rtemp argument 46 ldw \rtemp, .LCcralign 47 ldw \rtemp, [\rtemp] 48 movc p0.c1, \rtemp, #0 52 .macro load_user_sp_lr, rd, rtemp, offset = 0 53 mov \rtemp, asr 54 xor \rtemp, \rtemp, #(PRIV_MODE ^ SUSR_MODE) 55 mov.a asr, \rtemp @ switch to the SUSR mode 60 xor \rtemp, \rtemp, #(PRIV_MODE ^ SUSR_MODE) 61 mov.a asr, \rtemp @ switch back to the PRIV mode
|
/arch/powerpc/include/asm/ |
D | qe.h | 533 __be32 rtemp; /* Rx temp */ member
|