Home
last modified time | relevance | path

Searched refs:lld (Results 1 – 22 of 22) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.c591 static void uld_init(struct adapter *adap, struct cxgb4_lld_info *lld) in uld_init() argument
595 lld->pdev = adap->pdev; in uld_init()
596 lld->pf = adap->pf; in uld_init()
597 lld->l2t = adap->l2t; in uld_init()
598 lld->tids = &adap->tids; in uld_init()
599 lld->ports = adap->port; in uld_init()
600 lld->vr = &adap->vres; in uld_init()
601 lld->mtus = adap->params.mtus; in uld_init()
602 lld->nchan = adap->params.nports; in uld_init()
603 lld->nports = adap->params.nports; in uld_init()
[all …]
/linux/arch/mips/include/asm/
H A Datomic.h153 ATOMIC_OPS(atomic64, add, s64, +=, daddu, lld, scd)
154 ATOMIC_OPS(atomic64, sub, s64, -=, dsubu, lld, scd)
175 ATOMIC_OPS(atomic64, and, s64, &=, and, lld, scd)
176 ATOMIC_OPS(atomic64, or, s64, |=, or, lld, scd)
177 ATOMIC_OPS(atomic64, xor, s64, ^=, xor, lld, scd)
252 ATOMIC_SIP_OP(atomic64, s64, dsubu, lld, scd)
H A Dasm.h247 #define LONG_LL lld
/linux/drivers/usb/host/
H A Dfhci-hub.c108 void fhci_port_enable(void *lld) in fhci_port_enable() argument
110 struct fhci_usb *usb = (struct fhci_usb *)lld; in fhci_port_enable()
145 void fhci_port_reset(void *lld) in fhci_port_reset() argument
147 struct fhci_usb *usb = (struct fhci_usb *)lld; in fhci_port_reset()
H A Dfhci.h527 void fhci_port_enable(void *lld);
529 void fhci_port_reset(void *lld);
H A Dfhci-hcd.c242 static void fhci_usb_free(void *lld) in fhci_usb_free() argument
244 struct fhci_usb *usb = lld; in fhci_usb_free()
/linux/drivers/crypto/chelsio/
H A Dchcr_core.c33 static void *chcr_uld_add(const struct cxgb4_lld_info *lld);
182 static void *chcr_uld_add(const struct cxgb4_lld_info *lld) in chcr_uld_add() argument
188 if (!(lld->ulp_crypto & ULP_CRYPTO_LOOKASIDE)) in chcr_uld_add()
197 u_ctx->lldi = *lld; in chcr_uld_add()
/linux/tools/scripts/
H A DMakefile.include63 $(call allow-override,LD,$(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX))
80 HOSTLD ?= $(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX)
/linux/Documentation/translations/zh_CN/core-api/
H A Dprintk-formats.rst37 long long %lld 或 %llx
47 s64 %lld 或 %llx
/linux/fs/orangefs/
H A Dprotocol.h291 #define lld(x) (long long)(x) macro
/linux/arch/powerpc/kernel/vdso/
H A DMakefile49 ldflags-$(CONFIG_LD_IS_LLD) += $(call cc-option,--ld-path=$(LD),-fuse-ld=lld)
/linux/tools/testing/selftests/hid/
H A DMakefile110 LLD := lld
/linux/Documentation/core-api/
H A Dprintk-formats.rst27 long long %lld or %llx
37 s64 %lld or %llx
568 The %ptSp is equivalent to %lld.%09ld for the content of the struct timespec64.
/linux/Documentation/dev-tools/
H A Dpropeller.rst28 and the linker(ld.lld).
/linux/arch/mips/net/
H A Dbpf_jit_comp64.c388 emit(ctx, lld, t1, off, dst); in emit_atomic_r64()
428 emit(ctx, lld, t1, off, dst); in emit_cmpxchg_r64()
/linux/tools/testing/selftests/nolibc/
H A DMakefile.nolibc228 CFLAGS_loongarch = $(if $(LLVM),-fuse-ld=lld)
/linux/arch/loongarch/include/asm/
H A Dinst.h673 DEF_EMIT_REG2I14_FORMAT(lld, lld_op)
/linux/Documentation/filesystems/
H A Dseq_file.rst185 seq_printf(s, "%lld\n", (long long)*spos);
/linux/tools/testing/selftests/bpf/
H A DMakefile244 LLD := lld
/linux/
H A DMakefile516 LD = $(LLVM_PREFIX)ld.lld$(LLVM_SUFFIX)
/linux/arch/loongarch/net/
H A Dbpf_jit.c435 emit_insn(ctx, lld, r0, t1, 0); in emit_atomic()
/linux/init/
H A DKconfig162 # ld.lld prior to 21.0.0 did not support KEEP within an overlay description