Home
last modified time | relevance | path

Searched refs:REG_L (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/arch/riscv/kernel/
H A Dentry.S34 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)
169 REG_L a0, PT_A0(sp)
170 REG_L a1, PT_A1(sp)
171 REG_L a2, PT_A2(sp)
172 REG_L a3, PT_A3(sp)
173 REG_L a4, PT_A4(sp)
174 REG_L a5, PT_A5(sp)
[all …]
H A Dhead.S150 REG_L sp, (a4)
151 REG_L tp, (a5)
304 REG_L sp, (a1)
305 REG_L tp, (a2)
/OK3568_Linux_fs/kernel/arch/riscv/lib/
H A Dmemcpy.S44 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 …]
H A Duaccess.S39 fixup REG_L, t2, (a1), 10f
/OK3568_Linux_fs/kernel/arch/mips/fw/lib/
H A Dcall_o32.S88 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 …]
/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Drk_gpio.c27 #define REG_L(R) (R##_l) macro
29 #define READ_REG(REG) ((readl(REG_L(REG)) & 0xFFFF) | \
33 writel(((VAL) & 0xFFFF) | 0xFFFF0000, REG_L(REG)); \
/OK3568_Linux_fs/kernel/arch/s390/net/
H A Dbpf_jit_comp.c66 #define REG_L (MAX_BPF_JIT_REG + 2) /* Literal pool register */ macro
97 [REG_L] = 11,
536 EMIT2(0x0d00, REG_L, REG_0); in bpf_jit_prologue()
540 EMIT6_PCREL_RILB(0xc0000000, REG_L, jit->lit32_start); in bpf_jit_prologue()
884 EMIT6_DISP_LH(0xe3000000, 0x0097, REG_W0, REG_0, REG_L, in bpf_jit_insn()
917 EMIT6_DISP_LH(0xe3000000, 0x0087, REG_W0, REG_0, REG_L, in bpf_jit_insn()
952 dst_reg, REG_0, REG_L, in bpf_jit_insn()
984 dst_reg, REG_0, REG_L, in bpf_jit_insn()
1018 dst_reg, REG_0, REG_L, in bpf_jit_insn()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/
H A Dasm.h155 #define REG_L lw macro
161 #define REG_L ld macro
/OK3568_Linux_fs/kernel/arch/riscv/include/asm/
H A Dasm.h23 #define REG_L __REG_SEL(ld, lw) macro
/OK3568_Linux_fs/u-boot/arch/mips/include/asm/
H A Dasm.h253 #define REG_L lw macro
259 #define REG_L ld macro
/OK3568_Linux_fs/kernel/arch/mips/power/
H A Dhibernate_asm.S38 REG_L t8, (t1)
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Drelocate_kernel.S60 REG_L s5, (s2)