/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | unaligned-emul.h | 23 STR(PTR)"\t1b, 4b\n\t" \ 24 STR(PTR)"\t2b, 4b\n\t" \ 44 STR(PTR)"\t1b, 4b\n\t" \ 45 STR(PTR)"\t2b, 4b\n\t" \ 77 STR(PTR)"\t1b, 11b\n\t" \ 78 STR(PTR)"\t2b, 11b\n\t" \ 79 STR(PTR)"\t3b, 11b\n\t" \ 80 STR(PTR)"\t4b, 11b\n\t" \ 105 STR(PTR)"\t1b, 4b\n\t" \ 106 STR(PTR)"\t2b, 4b\n\t" \ [all …]
|
D | ftrace.h | 35 STR(PTR) "\t1b, 3b\n\t" \ 57 STR(PTR) "\t1b, 3b\n\t" \ 67 safe_load(STR(lw), src, dst, error) 69 safe_store(STR(sw), src, dst, error) 72 safe_load(STR(PTR_L), src, dst, error) 75 safe_store(STR(PTR_S), src, dst, error)
|
/kernel/linux/linux-5.10/arch/mips/cavium-octeon/crypto/ |
D | octeon-crypto.h | 34 "dmtc2 %[rt],0x0048+" STR(index) \ 47 "dmfc2 %[rt],0x0048+" STR(index) \ 60 "dmtc2 %[rt],0x0040+" STR(index) \ 108 "dmtc2 %[rt],0x0250+" STR(index) \ 121 "dmfc2 %[rt],0x0250+" STR(index) \ 134 "dmtc2 %[rt],0x0240+" STR(index) \ 182 "dmtc2 %[rt],0x0250+" STR(index) \ 195 "dmfc2 %[rt],0x0250+" STR(index) \ 208 "dmtc2 %[rt],0x0240+" STR(index) \
|
/kernel/linux/linux-5.10/arch/mips/kernel/ |
D | mips-r2-to-r6-emul.c | 1261 STR(PTR) " 1b,8b\n" in mipsr2_decoder() 1262 STR(PTR) " 2b,8b\n" in mipsr2_decoder() 1263 STR(PTR) " 3b,8b\n" in mipsr2_decoder() 1264 STR(PTR) " 4b,8b\n" in mipsr2_decoder() 1336 STR(PTR) " 1b,8b\n" in mipsr2_decoder() 1337 STR(PTR) " 2b,8b\n" in mipsr2_decoder() 1338 STR(PTR) " 3b,8b\n" in mipsr2_decoder() 1339 STR(PTR) " 4b,8b\n" in mipsr2_decoder() 1407 STR(PTR) " 1b,8b\n" in mipsr2_decoder() 1408 STR(PTR) " 2b,8b\n" in mipsr2_decoder() [all …]
|
D | syscall.c | 125 " "STR(PTR)" 1b, 4b \n" in mips_atomic_set() 126 " "STR(PTR)" 2b, 4b \n" in mips_atomic_set() 155 " "STR(PTR)" 1b, 5b \n" in mips_atomic_set() 156 " "STR(PTR)" 2b, 5b \n" in mips_atomic_set()
|
/kernel/liteos_a/arch/arm/arm/src/ |
D | los_hw_runstop.S | 51 STR R0, [R2] 52 STR R1, [R2, #4] 108 STR R0, [R2] 109 STR R1, [R2, #4]
|
D | los_hw_exc.S | 113 STR SP, [R0] @SP 114 STR LR, [R0, #4] @LR 115 STR R3, [R0, #8] @PC 166 STR R2, [R1] 196 …STR R7, [SP, #0] @ Save system call number to reserved2 f… 242 STR R0, [SP, #0] 243 STR R0, [SP, #4] 330 STR R7, [SP, #0] 384 STR R2, [SP, #(8 * 4)] @ Save svc sp 416 STR R4, [R3]
|
D | los_dispatch.S | 104 STR SP, [R1] 124 STR R3, [SP, #(11 * 4)] 161 STR R4, [SP, #0] 192 STR R7, [SP, #0]
|
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/ |
D | prt_vector.S | 81 STR R0, [R1] 88 STR R1, [R0] 95 STR R1, [R0] 106 STR R2, [R1] 132 STR R2, [R1]
|
D | prt_dispatch.S | 102 STR R5, [R4] 118 STR R1, [R0] 124 STR R0, [R1] 180 STR R1, [R0] 258 STR R1, [R0] 278 STR R0, [R6] 291 STR R7, [R5]
|
D | prt_hw.S | 43 STR R1, [R0] 49 STR R1, [R0]
|
/kernel/linux/linux-5.10/tools/build/feature/ |
D | test-glibc.c | 7 #define XSTR(s) STR(s) 8 #define STR(s) #s macro
|
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/non_secure/ |
D | los_dispatch.S | 69 STR R1, [R4] /* Set the secureContext to g_secureContext handler. */ 182 STR R0, [R6] /* Save the new top of stack in TCB. */ 188 STR R0, [R5] 196 …STR R0, [R2] /* Set the secureContext of the new task to g_secureCont… 226 STR R5, [R4]
|
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/non_secure/ |
D | los_dispatch.S | 69 STR R1, [R4] /* Set the secureContext to g_secureContext handler. */ 182 STR R0, [R6] /* Save the new top of stack in TCB. */ 188 STR R0, [R5] 196 …STR R0, [R2] /* Set the secureContext of the new task to g_secureCont… 226 STR R5, [R4]
|
/kernel/linux/linux-5.10/arch/x86/kernel/ |
D | machine_kexec_32.c | 40 #define STR(X) __STR(X) in load_segments() macro 43 "\tljmp $"STR(__KERNEL_CS)",$1f\n" in load_segments() 45 "\tmovl $"STR(__KERNEL_DS)",%%eax\n" in load_segments() 50 #undef STR in load_segments()
|
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/non_secure/ |
D | los_dispatch.S | 84 STR R1, [R4] /* Set the secureContext to g_secureContext handler. */ 120 STR R1, [R0] 168 STR R0, [R6] /* Save the new top of stack in TCB. */ 174 STR R0, [R5] 182 …STR R0, [R2] /* Set the secureContext of the new task to g_secureCont… 207 STR R5, [R4]
|
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/non_secure/ |
D | los_dispatch.S | 84 STR R1, [R4] /* Set the secureContext to g_secureContext handler. */ 120 STR R1, [R0] 168 STR R0, [R6] /* Save the new top of stack in TCB. */ 174 STR R0, [R5] 182 …STR R0, [R2] /* Set the secureContext of the new task to g_secureCont… 207 STR R5, [R4]
|
/kernel/liteos_m/arch/arm/cortex-m3/keil/ |
D | los_dispatch.S | 56 STR R5, [R4] 97 STR R1, [R0] 125 STR R0, [R6] 128 STR R0, [R5]
|
/kernel/liteos_m/arch/arm/cortex-m55/iar/TZ/secure/ |
D | los_secure_context_asm.S | 58 STR R1, [R0] 81 STR R0, [R1] /* g_secureContext->curStackPointer = R0. */
|
/kernel/liteos_m/arch/arm/cortex-m33/iar/TZ/secure/ |
D | los_secure_context_asm.S | 58 STR R1, [R0] 81 STR R0, [R1] /* g_secureContext->curStackPointer = R0. */
|
/kernel/liteos_m/arch/arm/cortex-m55/gcc/TZ/secure/ |
D | los_secure_context_asm.S | 60 STR R1, [R0] 93 STR R0, [R1] /* g_secureContext->curStackPointer = R0. */
|
/kernel/liteos_m/arch/arm/cortex-m33/gcc/TZ/secure/ |
D | los_secure_context_asm.S | 60 STR R1, [R0] 93 STR R0, [R1] /* g_secureContext->curStackPointer = R0. */
|
/kernel/liteos_m/arch/arm/cortex-m4/iar/ |
D | los_dispatch.S | 68 STR R5, [R4] 120 STR R1, [R0] 156 STR R0, [R6] 159 STR R0, [R5]
|
/kernel/liteos_m/arch/arm/cortex-m33/iar/NTZ/ |
D | los_dispatch.S | 68 STR R5, [R4] 120 STR R1, [R0] 154 STR R0, [R6] 157 STR R0, [R5]
|
/kernel/liteos_m/arch/arm/cortex-m55/iar/NTZ/ |
D | los_dispatch.S | 68 STR R5, [R4] 120 STR R1, [R0] 154 STR R0, [R6] 157 STR R0, [R5]
|