Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/kernel/
H A 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 …]
/openbmc/linux/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.h119 u32 rtemp; member
/openbmc/linux/include/soc/fsl/qe/
H A Dqe.h595 __be32 rtemp; /* Rx temp */ member
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h604 ulong rtemp; /* Rx temp */ member
/openbmc/linux/drivers/tty/serial/
H A Ducc_uart.c104 __be16 rtemp; /* Temp storage */ member
/openbmc/linux/tools/memory-model/Documentation/
H A Dexplanation.txt2569 rtemp = x;
2572 r = rtemp;