Searched refs:REG_L (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/arch/riscv/kernel/ |
D | entry.S | 48 REG_L sp, TASK_TI_KERNEL_SP(tp) 89 REG_L s0, TASK_TI_USER_SP(tp) 108 REG_L a0, PT_SSTATUS(sp) 109 REG_L a2, PT_SEPC(sp) 113 REG_L x1, PT_RA(sp) 114 REG_L x3, PT_GP(sp) 115 REG_L x4, PT_TP(sp) 116 REG_L x5, PT_T0(sp) 117 REG_L x6, PT_T1(sp) 118 REG_L x7, PT_T2(sp) [all …]
|
D | head.S | 135 REG_L sp, (a1) 136 REG_L tp, (a2)
|
/Linux-v4.19/arch/riscv/lib/ |
D | memcpy.S | 51 REG_L a4, 0(a1) 52 REG_L a5, SZREG(a1) 53 REG_L a6, 2*SZREG(a1) 54 REG_L a7, 3*SZREG(a1) 55 REG_L t0, 4*SZREG(a1) 56 REG_L t1, 5*SZREG(a1) 57 REG_L t2, 6*SZREG(a1) 58 REG_L t3, 7*SZREG(a1) 59 REG_L t4, 8*SZREG(a1) 60 REG_L t5, 9*SZREG(a1) [all …]
|
D | uaccess.S | 40 fixup REG_L, t2, (a1), 10f
|
/Linux-v4.19/arch/mips/fw/lib/ |
D | call_o32.S | 92 REG_L sp,O32_NFRAMESZ-1*SZREG(sp) 94 REG_L s0,O32_FRAMESZ-11*SZREG(sp) 95 REG_L s1,O32_FRAMESZ-10*SZREG(sp) 96 REG_L s2,O32_FRAMESZ-9*SZREG(sp) 97 REG_L s3,O32_FRAMESZ-8*SZREG(sp) 98 REG_L s4,O32_FRAMESZ-7*SZREG(sp) 99 REG_L s5,O32_FRAMESZ-6*SZREG(sp) 100 REG_L s6,O32_FRAMESZ-5*SZREG(sp) 101 REG_L s7,O32_FRAMESZ-4*SZREG(sp) 102 REG_L gp,O32_FRAMESZ-3*SZREG(sp) [all …]
|
/Linux-v4.19/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, 423 EMIT2(0x0d00, REG_L, REG_0); in bpf_jit_prologue() 546 EMIT6_DISP_LH(0xe3000000, 0x0004, dst_reg, REG_0, REG_L, in bpf_jit_insn() 675 EMIT6_DISP_LH(0xe3000000, 0x0097, REG_W0, REG_0, REG_L, in bpf_jit_insn() 697 EMIT6_DISP_LH(0xe3000000, 0x0087, REG_W0, REG_0, REG_L, in bpf_jit_insn() 722 EMIT6_DISP_LH(0xe3000000, 0x0080, dst_reg, REG_0, REG_L, in bpf_jit_insn() 744 EMIT6_DISP_LH(0xe3000000, 0x0081, dst_reg, REG_0, REG_L, in bpf_jit_insn() 768 EMIT6_DISP_LH(0xe3000000, 0x0082, dst_reg, REG_0, REG_L, in bpf_jit_insn() 988 EMIT6_DISP_LH(0xe3000000, 0x0004, REG_W1, REG_0, REG_L, in bpf_jit_insn()
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | asm.h | 31 #define REG_L __REG_SEL(ld, lw) macro
|
/Linux-v4.19/arch/mips/power/ |
D | hibernate_asm.S | 39 REG_L t8, (t1)
|
/Linux-v4.19/arch/mips/include/asm/ |
D | asm.h | 253 #define REG_L lw macro 259 #define REG_L ld macro
|
/Linux-v4.19/arch/mips/kernel/ |
D | relocate_kernel.S | 62 REG_L s5, (s2)
|