Searched refs:ld (Results 151 - 175 of 312) sorted by relevance

1234567891011>>

/linux-master/tools/perf/arch/powerpc/tests/
H A Dregs_load.S93 ld 4, R4(3)
/linux-master/drivers/video/backlight/
H A Dili9320.c150 static int ili9320_set_power(struct lcd_device *ld, int power) argument
152 struct ili9320 *lcd = to_our_lcd(ld);
157 static int ili9320_get_power(struct lcd_device *ld) argument
159 struct ili9320 *lcd = to_our_lcd(ld);
H A Dtdo24m.c297 static int tdo24m_set_power(struct lcd_device *ld, int power) argument
299 struct tdo24m *lcd = lcd_get_data(ld);
304 static int tdo24m_get_power(struct lcd_device *ld) argument
306 struct tdo24m *lcd = lcd_get_data(ld);
311 static int tdo24m_set_mode(struct lcd_device *ld, struct fb_videomode *m) argument
313 struct tdo24m *lcd = lcd_get_data(ld);
H A Dili922x.c140 struct lcd_device *ld; member in struct:ili922x
461 static int ili922x_set_power(struct lcd_device *ld, int power) argument
463 struct ili922x *ili = lcd_get_data(ld);
468 static int ili922x_get_power(struct lcd_device *ld) argument
470 struct ili922x *ili = lcd_get_data(ld);
525 ili->ld = lcd;
H A Dcorgi_lcd.c335 static int corgi_lcd_set_mode(struct lcd_device *ld, struct fb_videomode *m) argument
337 struct corgi_lcd *lcd = lcd_get_data(ld);
362 static int corgi_lcd_set_power(struct lcd_device *ld, int power) argument
364 struct corgi_lcd *lcd = lcd_get_data(ld);
376 static int corgi_lcd_get_power(struct lcd_device *ld) argument
378 struct corgi_lcd *lcd = lcd_get_data(ld);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_interrupts.S101 ld r5, VCPU_SHARED(r3)
105 ld r4, VCPU_SHARED_SPRG3(r5)
113 ld r4, VCPU_SHARED_SPRG3(r5)
165 ld r3, PACA_SPRG_VDSO(r13)
/linux-master/arch/mips/include/asm/
H A Dasm.h162 #define REG_L ld
194 #define INT_L ld
243 #define LONG_L ld
300 #define PTR_L ld
/linux-master/arch/xtensa/boot/boot-redboot/
H A DMakefile23 -T $(srctree)/$(obj)/boot.ld \
/linux-master/arch/sh/kernel/vsyscall/
H A DMakefile26 # table and layout of the linked DSO. With ld -R we can then refer to
35 $(call if_changed,ld)
/linux-master/arch/arc/kernel/
H A Dentry.S56 ld r9, [sp, PT_status32]
167 ld r0, [sp, PT_r0]
168 ld r1, [sp, PT_r1]
169 ld r2, [sp, PT_r2]
170 ld r3, [sp, PT_r3]
171 ld r4, [sp, PT_r4]
172 ld r5, [sp, PT_r5]
173 ld r6, [sp, PT_r6]
174 ld r7, [sp, PT_r7]
175 ld
[all...]
/linux-master/arch/x86/boot/compressed/
H A DMakefile66 KBUILD_LDFLAGS += $(call ld-option,--no-ld-generated-unwind-info)
69 LDFLAGS_vmlinux := -pie $(call ld-option, --no-dynamic-linker)
75 LDFLAGS_vmlinux += $(call ld-option,--no-warn-rwx-segments)
122 $(call if_changed,ld)
/linux-master/drivers/tty/vt/
H A Dselection.c389 struct tty_ldisc *ld; local
397 ld = tty_ldisc_ref_wait(tty);
398 if (!ld)
418 count = tty_ldisc_receive_buf(ld, vc_sel.buffer + pasted, NULL,
427 tty_ldisc_deref(ld);
/linux-master/fs/xfs/
H A Dxfs_inode_item_recover.c118 static inline bool xfs_log_dinode_has_bigtime(const struct xfs_log_dinode *ld) argument
120 return ld->di_version >= 3 &&
121 (ld->di_flags2 & XFS_DIFLAG2_BIGTIME);
146 const struct xfs_log_dinode *ld)
148 return ld->di_version >= 3 &&
149 (ld->di_flags2 & XFS_DIFLAG2_NREXT64);
145 xfs_log_dinode_has_large_extent_counts( const struct xfs_log_dinode *ld) argument
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc.c1275 int lid, lt, ld, fl; local
1286 for (ld = 0; ld < NPC_MAX_LD; ld++)
1287 SET_KEX_LD(intf, lid, lt, ld,
1289 [lid][lt][ld]);
1293 for (ld = 0; ld < NPC_MAX_LD; ld++) {
1295 SET_KEX_LDFLAGS(intf, ld, f
1304 int lid, lt, ld, fl; local
1335 int ld; local
3261 int lid, lt, ld, fl; local
[all...]
/linux-master/arch/sparc/crypto/
H A Daes_asm.S215 ld [%o0 + 0x00], %f0
216 ld [%o0 + 0x04], %f1
217 ld [%o0 + 0x08], %f2
218 ld [%o0 + 0x0c], %f3
232 ld [%o0 + 0x10], %f4
233 ld [%o0 + 0x14], %f5
234 ld [%o0 + 0x18], %f6
235 ld [%o0 + 0x1c], %f7
298 ld [%o0 + 0x10], %f4
299 ld [
[all...]
/linux-master/arch/powerpc/crypto/
H A Daes-gcm-p10.S510 ld 0, 656(1)
511 ld 14,112(1)
512 ld 15,120(1)
513 ld 16,128(1)
514 ld 17,136(1)
515 ld 18,144(1)
516 ld 19,152(1)
517 ld 20,160(1)
518 ld 21,168(1)
640 ld 1
[all...]
/linux-master/arch/sparc/kernel/
H A Dhead_32.S193 ld [%g7 + 0x68], %o1
376 ld [%l1], %l0
377 ld [%l0], %l0
386 ld [%l1], %l0 ! 'compatible' tells
387 ld [%l0 + 0xc], %l0 ! that we want 'sun4x' where
590 ld [%g5], %g4; \
665 ld [%g5 + %lo(prom_vector_p)], %o0
674 ld [%g7 + 0x68], %o1
736 ld [%l4], %l5
746 ld [
[all...]
/linux-master/arch/mips/crypto/
H A Dpoly1305-mips.pl134 ld $in0,0($inp)
135 ld $in1,8($inp)
137 ld $tmp2,16($inp)
277 ld $h0,0($ctx) # load hash value
278 ld $h1,8($ctx)
279 ld $h2,16($ctx)
281 ld $r0,24($ctx) # load key
282 ld $r1,32($ctx)
283 ld $rs1,40($ctx)
292 ld
[all...]
/linux-master/arch/parisc/boot/compressed/
H A DMakefile28 $(call if_changed,ld)
75 $(call if_changed,ld)
/linux-master/arch/loongarch/include/asm/
H A Dcmpxchg.h95 #define __cmpxchg_asm(ld, st, m, old, new) \
100 "1: " ld " %0, %2 # __cmpxchg_asm \n" \
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A DMakefile54 # Note: The following rule assumes that the 'ld' rule puts LDFLAGS before
57 # GNU ld if the linker script is passed to it twice.
60 $(call if_changed,ld)
75 $(call if_changed,ld)
/linux-master/arch/riscv/purgatory/
H A DMakefile107 $(call if_changed,ld)
110 $(call if_changed,ld)
/linux-master/fs/nfs/
H A Dcallback_proc.c366 const struct pnfs_layoutdriver_type *ld = NULL; local
378 if (!ld || ld->id != dev->cbd_layout_type) {
379 pnfs_put_layoutdriver(ld);
380 ld = pnfs_find_layoutdriver(dev->cbd_layout_type);
381 if (!ld)
384 nfs4_delete_deviceid(ld, cps->clp, &dev->cbd_dev_id);
386 pnfs_put_layoutdriver(ld);
/linux-master/arch/loongarch/kernel/
H A Dhead.S148 ld.d sp, t0, CPU_BOOT_STACK
149 ld.d tp, t0, CPU_BOOT_TINFO
/linux-master/scripts/
H A DMakefile.compiler72 # ld-option
73 # Usage: KBUILD_LDFLAGS += $(call ld-option, -X, -Y)
74 ld-option = $(call try-run, $(LD) $(KBUILD_LDFLAGS) $(1) -v,$(1),$(2),$(3))

Completed in 348 milliseconds

1234567891011>>