Searched refs:REG_L (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.10/arch/riscv/kernel/ |
D | entry.S | 34 REG_L sp, TASK_TI_KERNEL_SP(tp) 75 REG_L s0, TASK_TI_USER_SP(tp) 124 REG_L a1, (a1) 152 REG_L t0, 0(t0) 160 REG_L a0, PT_A0(sp) 161 REG_L a1, PT_A1(sp) 162 REG_L a2, PT_A2(sp) 163 REG_L a3, PT_A3(sp) 164 REG_L a4, PT_A4(sp) 165 REG_L a5, PT_A5(sp) [all …]
|
D | head.S | 150 REG_L sp, (a4) 151 REG_L tp, (a5) 302 REG_L sp, (a1) 303 REG_L tp, (a2)
|
/Linux-v5.10/arch/riscv/lib/ |
D | memcpy.S | 44 REG_L a4, 0(a1) 45 REG_L a5, SZREG(a1) 46 REG_L a6, 2*SZREG(a1) 47 REG_L a7, 3*SZREG(a1) 48 REG_L t0, 4*SZREG(a1) 49 REG_L t1, 5*SZREG(a1) 50 REG_L t2, 6*SZREG(a1) 51 REG_L t3, 7*SZREG(a1) 52 REG_L t4, 8*SZREG(a1) 53 REG_L t5, 9*SZREG(a1) [all …]
|
D | uaccess.S | 39 fixup REG_L, t2, (a1), 10f
|
/Linux-v5.10/arch/mips/fw/lib/ |
D | call_o32.S | 88 REG_L sp,O32_NFRAMESZ-1*SZREG(sp) 90 REG_L s0,O32_FRAMESZ-11*SZREG(sp) 91 REG_L s1,O32_FRAMESZ-10*SZREG(sp) 92 REG_L s2,O32_FRAMESZ-9*SZREG(sp) 93 REG_L s3,O32_FRAMESZ-8*SZREG(sp) 94 REG_L s4,O32_FRAMESZ-7*SZREG(sp) 95 REG_L s5,O32_FRAMESZ-6*SZREG(sp) 96 REG_L s6,O32_FRAMESZ-5*SZREG(sp) 97 REG_L s7,O32_FRAMESZ-4*SZREG(sp) 98 REG_L gp,O32_FRAMESZ-3*SZREG(sp) [all …]
|
/Linux-v5.10/arch/riscv/include/asm/ |
D | asm.h | 23 #define REG_L __REG_SEL(ld, lw) macro
|
/Linux-v5.10/arch/mips/include/asm/ |
D | asm.h | 137 #define REG_L lw macro 143 #define REG_L ld macro
|
/Linux-v5.10/arch/s390/net/ |
D | bpf_jit_comp.c | 66 #define REG_L (MAX_BPF_JIT_REG + 2) /* Literal pool register */ macro 97 [REG_L] = 11, 537 EMIT2(0x0d00, REG_L, REG_0); in bpf_jit_prologue() 541 EMIT6_PCREL_RILB(0xc0000000, REG_L, jit->lit32_start); in bpf_jit_prologue() 878 EMIT6_DISP_LH(0xe3000000, 0x0097, REG_W0, REG_0, REG_L, in bpf_jit_insn() 911 EMIT6_DISP_LH(0xe3000000, 0x0087, REG_W0, REG_0, REG_L, in bpf_jit_insn() 946 dst_reg, REG_0, REG_L, in bpf_jit_insn() 978 dst_reg, REG_0, REG_L, in bpf_jit_insn() 1012 dst_reg, REG_0, REG_L, in bpf_jit_insn()
|
/Linux-v5.10/arch/mips/power/ |
D | hibernate_asm.S | 38 REG_L t8, (t1)
|
/Linux-v5.10/arch/mips/kernel/ |
D | relocate_kernel.S | 60 REG_L s5, (s2)
|