Home
last modified time | relevance | path

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

/Linux-v4.19/arch/arm/kernel/
Dentry-header.S176 .macro store_user_sp_lr, rd, rtemp, offset = 0
177 mrs \rtemp, cpsr
178 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE)
179 msr cpsr_c, \rtemp @ switch to the SYS mode
184 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE)
185 msr cpsr_c, \rtemp @ switch back to the SVC mode
188 .macro load_user_sp_lr, rd, rtemp, offset = 0
189 mrs \rtemp, cpsr
190 eor \rtemp, \rtemp, #(SVC_MODE ^ SYSTEM_MODE)
191 msr cpsr_c, \rtemp @ switch to the SYS mode
[all …]
/Linux-v4.19/arch/unicore32/kernel/
Dentry.S44 .macro alignment_trap, rtemp
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
/Linux-v4.19/drivers/staging/rtlwifi/halmac/halmac_88xx/
Dhalmac_api_88xx_sdio.c925 u8 rtemp; in halmac_reg_read_indirect_32_sdio_88xx() local
949 rtemp = PLATFORM_SDIO_CMD52_READ( in halmac_reg_read_indirect_32_sdio_88xx()
955 } while ((rtemp & BIT(4)) != 0 && counter > 0); in halmac_reg_read_indirect_32_sdio_88xx()
/Linux-v4.19/drivers/usb/gadget/udc/
Dfsl_qe_udc.h119 u32 rtemp; member
/Linux-v4.19/include/soc/fsl/qe/
Dqe.h600 __be32 rtemp; /* Rx temp */ member
/Linux-v4.19/drivers/tty/serial/
Ducc_uart.c100 __be16 rtemp; /* Temp storage */ member