Searched refs:REG_L (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/arch/riscv/kernel/ |
D | entry.S | 40 REG_L sp, TASK_TI_KERNEL_SP(tp) 81 REG_L s0, TASK_TI_USER_SP(tp) 100 REG_L a0, PT_SSTATUS(sp) 118 REG_L a2, PT_SEPC(sp) 124 REG_L x1, PT_RA(sp) 125 REG_L x3, PT_GP(sp) 126 REG_L x4, PT_TP(sp) 127 REG_L x5, PT_T0(sp) 128 REG_L x6, PT_T1(sp) 129 REG_L x7, PT_T2(sp) [all …]
|
D | head.S | 178 REG_L sp, (a1) 179 REG_L tp, (a2)
|
/Linux-v5.4/arch/riscv/lib/ |
D | memcpy.S | 43 REG_L a4, 0(a1) 44 REG_L a5, SZREG(a1) 45 REG_L a6, 2*SZREG(a1) 46 REG_L a7, 3*SZREG(a1) 47 REG_L t0, 4*SZREG(a1) 48 REG_L t1, 5*SZREG(a1) 49 REG_L t2, 6*SZREG(a1) 50 REG_L t3, 7*SZREG(a1) 51 REG_L t4, 8*SZREG(a1) 52 REG_L t5, 9*SZREG(a1) [all …]
|
D | uaccess.S | 40 fixup REG_L, t2, (a1), 10f
|
/Linux-v5.4/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.4/arch/s390/net/ |
D | bpf_jit_comp.c | 67 #define REG_L (MAX_BPF_JIT_REG + 2) /* Literal pool register */ macro 98 [REG_L] = 11, 425 EMIT2(0x0d00, REG_L, REG_0); in bpf_jit_prologue() 553 EMIT6_DISP_LH(0xe3000000, 0x0004, dst_reg, REG_0, REG_L, in bpf_jit_insn() 684 EMIT6_DISP_LH(0xe3000000, 0x0097, REG_W0, REG_0, REG_L, in bpf_jit_insn() 708 EMIT6_DISP_LH(0xe3000000, 0x0087, REG_W0, REG_0, REG_L, in bpf_jit_insn() 733 EMIT6_DISP_LH(0xe3000000, 0x0080, dst_reg, REG_0, REG_L, in bpf_jit_insn() 755 EMIT6_DISP_LH(0xe3000000, 0x0081, dst_reg, REG_0, REG_L, in bpf_jit_insn() 779 EMIT6_DISP_LH(0xe3000000, 0x0082, dst_reg, REG_0, REG_L, in bpf_jit_insn() 1027 EMIT6_DISP_LH(0xe3000000, 0x0004, REG_W1, REG_0, REG_L, in bpf_jit_insn()
|
/Linux-v5.4/arch/mips/include/asm/ |
D | asm.h | 137 #define REG_L lw macro 143 #define REG_L ld macro
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | asm.h | 23 #define REG_L __REG_SEL(ld, lw) macro
|
/Linux-v5.4/arch/mips/power/ |
D | hibernate_asm.S | 38 REG_L t8, (t1)
|
/Linux-v5.4/arch/mips/kernel/ |
D | relocate_kernel.S | 60 REG_L s5, (s2)
|