Searched refs:ld (Results 101 - 125 of 312) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/kernel/
H A Dentry.S69 * %l5 -- scratch for ld/st address
71 * %l7 -- scratch [floppy byte, ld/st address, aux. data]
76 ld [%l7 + %lo(doing_pdma)], %l7
83 ld [%l3 + %lo(fdc_status)], %l3
87 ld [%l5 + %lo(pdma_vaddr)], %l4
89 ld [%l5 + %lo(pdma_size)], %l6
127 ld [%l7], %l7
276 ld [%o5 + %o3], %o1
277 ld [%o1 + 0x00], %o3 ! sun4m_irq_percpu[cpu]->pending
284 ld [
[all...]
H A Dtrampoline_32.S63 ld [%g5 + %g4], %g6
76 ld [%g5], %g5
124 ld [%g5 + %g4], %g6
137 ld [%g5], %g5
153 ld [%g1+4],%g1
180 ld [%g5 + %g4], %g6
193 ld [%g5], %g5
/linux-master/arch/powerpc/lib/
H A Dmemcmp_64.S49 ld r0,STACKFRAMESIZE+16(r1); \
50 ld r3,STK_REG(R31)(r1); \
51 ld r4,STK_REG(R30)(r1); \
52 ld r5,STK_REG(R29)(r1); \
64 ld r0,STACKFRAMESIZE+16(r1); \
65 ld r3,STK_REG(R31)(r1); \
66 ld r4,STK_REG(R30)(r1); \
67 ld r5,STK_REG(R29)(r1); \
350 ld r31,-8(r1)
351 ld r3
[all...]
/linux-master/tools/testing/selftests/powerpc/stringloops/
H A Dmemcmp_64.S49 ld r0,STACKFRAMESIZE+16(r1); \
50 ld r3,STK_REG(R31)(r1); \
51 ld r4,STK_REG(R30)(r1); \
52 ld r5,STK_REG(R29)(r1); \
64 ld r0,STACKFRAMESIZE+16(r1); \
65 ld r3,STK_REG(R31)(r1); \
66 ld r4,STK_REG(R30)(r1); \
67 ld r5,STK_REG(R29)(r1); \
350 ld r31,-8(r1)
351 ld r3
[all...]
/linux-master/arch/sparc/lib/
H A Dmemcpy.S146 ld [%o1], %o4
205 ld [%o1], %g2
270 ld [%o1], %g2
334 ld [%i1], %i3
336 ld [%i1 + 4], %i4
340 ld [%i1], %i4
342 ld [%i1 + 4], %i5
347 ld [%i1], %g1
349 ld [%i1 + 4], %i3
354 ld [
[all...]
H A Dmemscan_32.S61 ld [%o0], %g2
72 ld [%o0], %g2
111 ld [%o0], %g2
/linux-master/arch/loongarch/mm/
H A Dtlbex.S66 ld.d t1, t1, 0
71 ld.d t1, t1, 0
75 ld.d ra, t1, 0
93 ld.d t0, t1, 0
107 ld.d t0, t1, 0
108 ld.d t1, t1, 8
221 ld.d t1, t1, 0
226 ld.d t1, t1, 0
230 ld.d ra, t1, 0
248 ld
[all...]
/linux-master/arch/arc/lib/
H A Dmemcmp.S21 ld r4,[r0,0]
22 ld r5,[r1,0]
34 ld WORD2,[r0,4]
41 ld.a r4,[r0,8]
42 ld.a r5,[r1,8]
53 ld r4,[r0,4]
54 ld r5,[r1,4]
H A Dstrcpy-700.S34 ld.a r3,[r1,4]
37 ld.a r4,[r1,4]
/linux-master/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S100 ld r9,STACK_FRAME_PARAM(1)(sp)
103 ld r3,STACK_FRAME_PARAM(0)(sp)
129 ld r3,STACK_FRAME_PARAM(1)(sp)
135 2: ld r3,STACK_FRAME_PARAM(0)(sp)
140 ld r4,STACK_FRAME_PARAM(2)(sp)
141 ld r5,0(r4)
H A Dfpu_asm.S119 ld r9,STACK_FRAME_PARAM(1)(sp)
122 ld r3,STACK_FRAME_PARAM(0)(sp)
147 ld r3,STACK_FRAME_PARAM(1)(sp)
153 2: ld r3,STACK_FRAME_PARAM(0)(sp)
157 ld r4,STACK_FRAME_PARAM(2)(sp)
158 ld r5,0(r4)
/linux-master/arch/riscv/crypto/
H A Dchacha-riscv64-zvkb.S280 ld s0, 0(sp)
281 ld s1, 8(sp)
282 ld s2, 16(sp)
283 ld s3, 24(sp)
284 ld s4, 32(sp)
285 ld s5, 40(sp)
286 ld s6, 48(sp)
287 ld s7, 56(sp)
288 ld s8, 64(sp)
289 ld s
[all...]
/linux-master/drivers/tty/
H A Dtty_buffer.c214 * @ld: optional ldisc ptr (must be referenced)
216 * Flush all the buffers containing receive data. If @ld != %NULL, flush the
221 void tty_buffer_flush(struct tty_struct *tty, struct tty_ldisc *ld) argument
240 if (ld && ld->ops->flush_buffer)
241 ld->ops->flush_buffer(tty);
373 * @ld: line discipline to process input
383 size_t tty_ldisc_receive_buf(struct tty_ldisc *ld, const u8 *p, const u8 *f, argument
386 if (ld->ops->receive_buf2)
387 count = ld
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/
H A Dcom.fuc35 ld b32 $r8 D[$r13 + 0x0] // GET
36 ld b32 $r9 D[$r13 + 0x4] // PUT
69 ld b32 $r8 D[$r13 + 0x0] // GET
70 ld b32 $r9 D[$r13 + 0x4] // PUT
78 ld b32 $r14 D[$r9 + 0x0]
79 ld b32 $r15 D[$r9 + 0x4]
161 ld b32 $r8 D[$r14]
216 ld b32 $r14 D[$r12]
/linux-master/tools/build/tests/ex/
H A DMakefile4 export LD := ld
/linux-master/arch/mips/include/asm/sn/sn0/
H A Dhub.h46 ld \res, (\res)
/linux-master/arch/mips/include/asm/
H A Dcmpxchg.h34 #define __xchg_asm(ld, st, m, val) \
45 "1: " ld " %0, %2 # __xchg_asm \n" \
112 #define __cmpxchg_asm(ld, st, m, old, new) \
123 "1: " ld " %0, %2 # __cmpxchg_asm \n" \
/linux-master/arch/powerpc/kernel/
H A Dswitch.S93 ld r7,KSP_VSID(r4) /* Get new stack's VSID */
106 ld r9,PACA_SLBSHADOWPTR(r13)
153 ld r8,KSP(r4) /* Load new stack pointer */
165 ld r6, TASK_CANARY(r6)
/linux-master/arch/loongarch/lib/
H A Dunaligned.S35 1: ld.b t3, a0, 0
38 2: ld.bu t3, a0, 0
/linux-master/scripts/
H A Dlink-vmlinux.sh54 local ld
80 ld="${CC}"
85 ld="${LD}"
101 ${ld} ${ldflags} -o ${output} \
138 # GNU ld 2.35+ and lld do not allow an ET_EXEC input.
/linux-master/drivers/pwm/
H A Dpwm-dwc-core.c125 u32 ctrl, ld, ld2; local
130 ld = dwc_pwm_readl(dwc, DWC_TIM_LD_CNT(pwm->hwpwm));
140 duty = (ld + 1) * dwc->clk_ns;
144 duty = (ld + 1) * dwc->clk_ns;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/sec/fuc/
H A Dg98.fuc0s185 ld b32 $r7 D[$r5 + $r6 * 4]
254 ld b32 $r5 D[$r4 + 4]
258 ld b16 $r5 D[$r4]
259 ld b16 $r6 D[$r4 + 2]
262 ld b32 $r7 D[$r0 + #ctx_cond_off]
318 ld b32 $r4 D[$r0 + #ctx_query_counter]
327 ld b32 $r4 D[$r0 + #ctx_query_address_high]
331 ld b32 $r4 D[$r0 + #ctx_query_address_low]
360 ld b32 $r4 D[$r0 + #ctx_cond_address_high]
361 ld b3
[all...]
/linux-master/arch/sparc/mm/
H A Dswift.S56 ld [%o0 + AOFF_mm_context], %g2
109 ld [%o0 + VMA_VM_MM], %o0
120 ld [%o0 + VMA_VM_MM], %o0
122 ld [%o0 + AOFF_mm_context], %g2
223 ld [%o0 + VMA_VM_MM], %o0
225 ld [%o0 + AOFF_mm_context], %g2
237 ld [%o0 + VMA_VM_MM], %o0
239 ld [%o0 + AOFF_mm_context], %o3
/linux-master/arch/mips/mm/
H A Dcex-sb1.S117 ld k0,0x170($0)
118 ld k1,0x178($0)
/linux-master/fs/nfs/
H A Dpnfs_dev.c79 _lookup_deviceid(const struct pnfs_layoutdriver_type *ld, argument
86 if (d->ld == ld && d->nfs_client == clp &&
231 nfs4_delete_deviceid(const struct pnfs_layoutdriver_type *ld, argument
238 d = _lookup_deviceid(ld, clp, id, nfs4_deviceid_hash(id));
259 d->ld = server->pnfs_curr_ld;
283 nfs4_delete_deviceid(d->ld, d->nfs_client, &d->deviceid);
288 d->ld->free_deviceid_node(d);

Completed in 211 milliseconds

1234567891011>>