Home
last modified time | relevance | path

Searched refs:rtemp (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/arm/kernel/
Dentry-header.S177 .macro store_user_sp_lr, rd, rtemp, offset = 0
178 mrs \rtemp, cpsr
179 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE)
180 msr cpsr_c, \rtemp @ switch to the SYS mode
185 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE)
186 msr cpsr_c, \rtemp @ switch back to the SVC mode
189 .macro load_user_sp_lr, rd, rtemp, offset = 0
190 mrs \rtemp, cpsr
191 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE)
192 msr cpsr_c, \rtemp @ switch to the SYS mode
[all …]
/Linux-v5.4/arch/unicore32/kernel/
Dentry.S41 .macro alignment_trap, rtemp
43 ldw \rtemp, .LCcralign
44 ldw \rtemp, [\rtemp]
45 movc p0.c1, \rtemp, #0
49 .macro load_user_sp_lr, rd, rtemp, offset = 0
50 mov \rtemp, asr
51 xor \rtemp, \rtemp, #(PRIV_MODE ^ SUSR_MODE)
52 mov.a asr, \rtemp @ switch to the SUSR mode
57 xor \rtemp, \rtemp, #(PRIV_MODE ^ SUSR_MODE)
58 mov.a asr, \rtemp @ switch back to the PRIV mode
/Linux-v5.4/drivers/usb/gadget/udc/
Dfsl_qe_udc.h119 u32 rtemp; member
/Linux-v5.4/include/soc/fsl/qe/
Dqe.h596 __be32 rtemp; /* Rx temp */ member
/Linux-v5.4/drivers/tty/serial/
Ducc_uart.c100 __be16 rtemp; /* Temp storage */ member