Searched refs:ld (Results 226 - 250 of 312) sorted by relevance

1234567891011>>

/linux-master/arch/sh/boot/compressed/
H A Dhead_64.S123 ld.l r0, 0, r15
/linux-master/drivers/net/ethernet/ibm/ehea/
H A Dehea_phyp.c22 u8 ld = 1; /* logarithmus dualis */ local
23 while (((1U << ld) - 1) < queue_entries)
24 ld++;
25 return ld - 1;
/linux-master/tools/lib/subcmd/
H A DMakefile13 LD ?= $(CROSS_COMPILE)ld
/linux-master/tools/lib/api/
H A DMakefile14 LD ?= $(CROSS_COMPILE)ld
/linux-master/arch/arm/boot/compressed/
H A DMakefile158 $(call if_changed,ld)
/linux-master/tools/bpf/resolve_btfids/
H A DMakefile26 HOSTLD ?= ld
/linux-master/arch/sparc/lib/
H A Dcopy_user.S205 EXO2(ld [%o1], %o4)
258 EX(ld [%o1], %g2, and %g1, 7)
377 EXO2(ld [%o1 + 0x00], %g2)
378 EXO2(ld [%o1 + 0x04], %g3)
H A Dchecksum_32.S54 ld [%o0], %g2 ! load it
97 ld [%o0 + 0x00], %g2
236 EX(ld [%o0 + 0x00], %g2)
295 EX(ld [%o0 + 0x00], %g4)
401 EX(ld [%o0], %o4)
415 EX(ld [%o0], %o4)
/linux-master/drivers/tty/
H A Dtty.h77 void tty_buffer_flush(struct tty_struct *tty, struct tty_ldisc *ld);
/linux-master/arch/powerpc/kernel/
H A Dfpu.S116 ld r4,PACACURRENT(r13)
H A Dvector.S77 ld r4,PACACURRENT(r13)
142 ld r4,PACACURRENT(r13)
H A Dkvm_emul.S20 #define LL64(reg, offs, reg2) ld reg, (offs)(reg2)
/linux-master/arch/um/
H A DMakefile85 # in KBUILD_CFLAGS. Otherwise, it would cause ld to complain about the two different
138 LDFLAGS_EXECSTACK += $(call ld-option,--no-warn-rwx-segments)
/linux-master/drivers/hwmon/
H A Dsmsc47b397.c57 static inline void superio_select(int ld) argument
59 superio_outb(0x07, ld);
H A Dsch56xx-common.c90 static inline void superio_select(int base, int ld) argument
93 outb(ld, base + 1);
/linux-master/drivers/watchdog/
H A Dw83627hf_wdt.c143 static void superio_select(int ld) argument
145 superio_outb(0x07, ld);
H A Df71808e_wdt.c132 static inline void superio_select(int base, int ld);
201 static inline void superio_select(int base, int ld) argument
204 outb(ld, base + 1);
/linux-master/arch/s390/boot/
H A DMakefile83 $(call if_changed,ld)
87 $(call if_changed,ld)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/pmu/fuc/
H A Di2c_.fuc282 ld b32 $r14 D[$r14]
318 ld b32 $r2 D[$r3]
320 ld b32 $r1 D[$r3]
/linux-master/arch/mips/lib/
H A Dcsum_partial.S43 #define LOAD ld
159 ld t0, 0x00(src)
177 ld t0, 0x00(src)
178 ld t1, 0x08(src)
371 #define LOADK ld /* No exception */
372 #define LOAD(reg, addr) EXC(ld, LD_INSN, reg, addr)
/linux-master/fs/nfs/
H A Dpnfs.h242 extern void pnfs_put_layoutdriver(const struct pnfs_layoutdriver_type *ld);
360 const struct pnfs_layoutdriver_type *ld; member in struct:nfs4_deviceid_node
483 struct pnfs_layoutdriver_type *ld = NFS_SERVER(inode)->pnfs_curr_ld; local
485 if (ld == NULL || ld->get_ds_info == NULL)
487 return ld->get_ds_info(inode);
H A Dpnfs.c100 void pnfs_put_layoutdriver(const struct pnfs_layoutdriver_type *ld) argument
102 if (ld)
103 module_put(ld->owner);
272 struct pnfs_layoutdriver_type *ld = NFS_SERVER(ino)->pnfs_curr_ld; local
273 return ld->alloc_layout_hdr(ino, gfp_flags);
280 struct pnfs_layoutdriver_type *ld = server->pnfs_curr_ld; local
290 return ld->free_layout_hdr(lo);
1245 struct pnfs_layoutdriver_type *ld = NFS_SERVER(ino)->pnfs_curr_ld; local
1266 if (ld->prepare_layoutreturn)
1267 ld
1516 struct pnfs_layoutdriver_type *ld = NFS_SERVER(ino)->pnfs_curr_ld; local
1711 struct pnfs_layoutdriver_type *ld = NFS_SERVER(inode)->pnfs_curr_ld; local
3208 struct pnfs_layoutdriver_type *ld = NFS_SERVER(inode)->pnfs_curr_ld; local
3312 struct pnfs_layoutdriver_type *ld = NFS_SERVER(inode)->pnfs_curr_ld; local
[all...]
/linux-master/drivers/isdn/capi/
H A Dcapi.c413 struct tty_ldisc *ld; local
422 ld = tty_ldisc_ref(tty);
423 if (!ld) {
430 if (ld->ops->receive_buf == NULL) {
459 ld->ops->receive_buf(tty, skb->data, NULL, skb->len);
474 tty_ldisc_deref(ld);
/linux-master/arch/mips/kvm/
H A Dmsa.S97 ld $1, \off(\base)
/linux-master/arch/arc/kernel/
H A Dhead.S162 ld r0, [@secondary_idle_tsk]

Completed in 202 milliseconds

1234567891011>>