Searched refs:ld (Results 126 - 150 of 312) sorted by relevance

1234567891011>>

/linux-master/fs/gfs2/
H A Dlops.h65 struct gfs2_log_descriptor *ld,
73 ld, ptr, pass);
64 lops_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, unsigned int pass) argument
H A Dlops.c604 struct gfs2_log_descriptor *ld = page_address(page); local
605 clear_page(ld);
606 ld->ld_header.mh_magic = cpu_to_be32(GFS2_MAGIC);
607 ld->ld_header.mh_type = cpu_to_be32(GFS2_METATYPE_LD);
608 ld->ld_header.mh_format = cpu_to_be32(GFS2_FORMAT_LD);
609 ld->ld_type = cpu_to_be32(ld_type);
610 ld->ld_length = cpu_to_be32(ld_length);
611 ld->ld_data1 = cpu_to_be32(ld_data1);
612 ld->ld_data2 = 0;
648 struct gfs2_log_descriptor *ld; local
778 buf_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) argument
920 revoke_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) argument
1003 databuf_lo_scan_elements(struct gfs2_jdesc *jd, u32 start, struct gfs2_log_descriptor *ld, __be64 *ptr, int pass) argument
[all...]
/linux-master/arch/alpha/lib/
H A DMakefile56 $(call if_changed,ld)
60 $(call if_changed,ld)
/linux-master/arch/arc/lib/
H A Dstrlen.S10 ld r2,[r3,-7]
11 ld.a r6,[r3,-3]
45 ld.a r6,[r3,8]
H A Dstrcmp-archs.S14 ld.ab r2, [r0, 4]
20 ld.ab r3, [r1, 4]
23 ld.ab r5, [r0, 4]
H A Dmemcpy-archs.S30 # define LOADX(DST,RX) ld.ab DST, [RX, 4]
108 ld.ab r6, [r1, 4]
109 ld.ab r8, [r1,4]
151 ld.ab r6, [r1, 4]
152 ld.ab r8, [r1,4]
191 ld.ab r6, [r1, 4]
192 ld.ab r8, [r1,4]
H A Dmemcpy-archs-unaligned.S17 # define LOADX(DST,RX) ld.ab DST, [RX, 4]
/linux-master/arch/powerpc/mm/nohash/
H A Dtlb_low_64e.S61 ld r14,PACAPGD(r13)
75 ld r14,EX_TLB_CR(r12)
76 ld r7,EX_TLB_R7(r12)
77 ld r10,EX_TLB_R10(r12)
78 ld r11,EX_TLB_R11(r12)
79 ld r13,EX_TLB_R13(r12)
81 ld r14,EX_TLB_R14(r12)
82 ld r15,EX_TLB_R15(r12)
83 ld r16,EX_TLB_R16(r12)
211 ld r1
[all...]
/linux-master/arch/loongarch/kernel/
H A Dlbt.S99 EX ld.d t1, a0, (0 * SCR_REG_WIDTH) # restore scr
101 EX ld.d t1, a0, (1 * SCR_REG_WIDTH)
103 EX ld.d t1, a0, (2 * SCR_REG_WIDTH)
105 EX ld.d t1, a0, (3 * SCR_REG_WIDTH)
108 EX ld.w t1, a1, 0 # restore eflags
128 ld.w t1, a0, 0
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c183 struct vmw_legacy_display *ld = vmw_priv->ldu_priv; local
189 if (--(ld->num_active) == 0) {
190 BUG_ON(!ld->fb);
191 WARN_ON(vmw_ldu_fb_unpin(ld->fb));
192 ld->fb = NULL;
202 struct vmw_legacy_display *ld = vmw_priv->ldu_priv; local
206 BUG_ON(!ld->num_active && ld->fb);
207 if (vfb != ld->fb) {
208 if (ld
[all...]
/linux-master/arch/powerpc/crypto/
H A Dpoly1305-p10le_64.S79 ld \GPR,\OFFSET(\FRAME)
204 ld 0, 16(1)
479 ld 11, 0(10)
480 ld 12, 8(10)
494 ld 9, 24(3)
495 ld 10, 32(3)
543 ld 9, 0(3)
544 ld 10, 8(3)
545 ld 19, 16(3)
846 ld 1
[all...]
/linux-master/drivers/tty/
H A Dtty_ioctl.c326 struct tty_ldisc *ld; local
349 ld = tty_ldisc_ref(tty);
350 if (ld != NULL) {
351 if (ld->ops->set_termios)
352 ld->ops->set_termios(tty, &old_termios);
353 tty_ldisc_deref(ld);
451 struct tty_ldisc *ld; local
501 ld = tty_ldisc_ref(tty);
502 if (ld != NULL) {
503 if ((opt & TERMIOS_FLUSH) && ld
901 struct tty_ldisc *ld = tty->ldisc; local
927 struct tty_ldisc *ld; local
[all...]
H A Dtty_io.c517 struct tty_ldisc *ld; local
520 ld = tty_ldisc_ref(tty);
521 if (ld) {
522 if (ld->ops->write_wakeup)
523 ld->ops->write_wakeup(tty);
524 tty_ldisc_deref(ld);
850 static ssize_t iterate_tty_read(struct tty_ldisc *ld, struct tty_struct *tty, argument
862 size = ld->ops->read(tty, file, kernel_buf, size, &cookie, offset);
921 struct tty_ldisc *ld; local
932 ld
967 iterate_tty_write(struct tty_ldisc *ld, struct tty_struct *tty, struct file *file, struct iov_iter *from) argument
1080 struct tty_ldisc *ld; local
1344 struct tty_ldisc *ld; local
2204 struct tty_ldisc *ld; local
2283 struct tty_ldisc *ld; local
2456 struct tty_ldisc *ld; local
2685 struct tty_ldisc *ld; local
2890 struct tty_ldisc *ld; local
[all...]
H A Dtty_port.c27 struct tty_ldisc *ld; local
33 ld = tty_ldisc_ref(tty);
34 if (!ld)
37 count = tty_ldisc_receive_buf(ld, p, f, count);
39 tty_ldisc_deref(ld);
48 struct tty_ldisc *ld; local
54 ld = tty_ldisc_ref(tty);
55 if (!ld)
58 if (ld->ops->lookahead_buf)
59 ld
[all...]
/linux-master/drivers/gpu/drm/ci/
H A Dbuild.sh49 mkdir -p ld-links
50 for i in /usr/bin/*-ld /usr/bin/ld; do
52 ln -sf /usr/bin/$i.bfd ld-links/$i
55 NEWPATH=$(pwd)/ld-links
/linux-master/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_npc_hash.c104 u8 intf, int lid, int lt, int ld)
109 cfg = rvu_read64(rvu, blkaddr, NPC_AF_INTFX_LIDX_LTX_LDX_CFG(intf, lid, lt, ld));
126 int lid, lt, ld, hash_cnt = 0; local
134 for (ld = 0; ld < NPC_MAX_LD; ld++) {
135 if (mkex_hash->lid_lt_ld_hash_en[intf][lid][lt][ld]) {
142 intf, lid, lt, ld);
144 SET_KEX_LD(intf, lid, lt, ld, cfg);
146 SET_KEX_LD_HASH(intf, ld,
103 npc_update_use_hash(struct rvu *rvu, int blkaddr, u8 intf, int lid, int lt, int ld) argument
166 int lid, lt, ld, hash_cnt = 0; local
223 u8 intf, ld, hdr_offset, byte_len; local
[all...]
/linux-master/arch/powerpc/kernel/
H A Dhead_64.S170 100: ld r12,(ABS_ADDR(__secondary_hold_spinloop, first_256B))(0)
407 ld r8,0(r8) /* Get base vaddr of array */
438 ld r1,PACAEMERGSP(r13)
443 ld r23,0(r23)
444 ld r12,CPU_SPEC_RESTORE(r23)
448 ld r12,0(r12)
698 ld r8,(ABS_ADDR(p_end, text))@l(r8)
799 ld r4,0(r4) /* Get base vaddr of paca_ptrs array */
813 ld r1,PACAEMERGSP(r13)
853 ld r
[all...]
/linux-master/arch/sh/
H A DMakefile106 ld-bfd := elf32-sh-linux
107 LDFLAGS_vmlinux += --defsym jiffies=jiffies_64 --oformat $(ld-bfd)
110 ld-bfd := elf32-shbig-linux
111 LDFLAGS_vmlinux += --defsym jiffies=jiffies_64+4 --oformat $(ld-bfd)
115 export ld-bfd
/linux-master/tools/testing/selftests/powerpc/pmu/ebb/
H A Debb_handler.S66 #define REST_GPR(n) ld n,GPR_SAVE(n)(r1)
97 ld r2,8(r2);
324 ld r0,XER_SAVE(r1)
326 ld r0,CTR_SAVE(r1)
328 ld r0,LR_SAVE(r1)
330 ld r0,CCR_SAVE(r1)
/linux-master/arch/s390/purgatory/
H A DMakefile40 $(call if_changed,ld)
43 $(call if_changed,ld)
/linux-master/arch/sparc/lib/
H A Dstrlen.S46 ld [%o0], %o5
68 ld [%o0], %o5
/linux-master/arch/x86/purgatory/
H A DMakefile84 $(call if_changed,ld)
87 $(call if_changed,ld)
/linux-master/tools/scripts/
H A DMakefile.include63 $(call allow-override,LD,$(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX))
70 $(call allow-override,LD,$(CROSS_COMPILE)ld)
80 HOSTLD ?= $(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX)
84 HOSTLD ?= ld
/linux-master/tools/tracing/rtla/
H A DMakefile.rtla14 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/)
/linux-master/tools/verification/rv/
H A DMakefile.rv14 $(call allow-override,LD_SO_CONF_PATH,/etc/ld.so.conf.d/)

Completed in 209 milliseconds

1234567891011>>