Searched refs:LLD (Results 1 – 11 of 11) sorted by relevance
/linux-6.12.1/Documentation/scsi/ |
D | scsi_mid_low_api.rst | 21 SCSI subsystem LLD is a software bridge to the other driver subsystem. 26 For example, the aic7xxx LLD controls Adaptec SCSI parallel interface 28 LLD can be built into the kernel or loaded as a module. There can only be 29 one aic7xxx LLD running in a Linux system but it may be controlling many 37 The SCSI mid level isolates an LLD from other layers such as the SCSI 62 Traditionally an LLD for the SCSI subsystem has been at least two files in 71 When a new LLD is being added to Linux, the following files (found in the 81 to be hot plugged (and unplugged) during the lifetime of the LLD and will 88 An LLD interfaces to the SCSI subsystem several ways: 93 functions at some point in the future. The LLD will supply [all …]
|
/linux-6.12.1/scripts/ |
D | ld-version.sh | 49 if [ "$1" = LLD ]; then 52 name=LLD 53 disp_name=LLD
|
/linux-6.12.1/drivers/target/loopback/ |
D | Kconfig | 6 Say Y here to enable the TCM Virtual SAS target and Linux/SCSI LLD
|
/linux-6.12.1/tools/testing/selftests/hid/ |
D | Makefile | 112 LLD := lld macro 114 LLD := ld macro
|
/linux-6.12.1/arch/powerpc/boot/ |
D | wrapper | 224 ${CROSS}ld -V 2>&1 | grep -q LLD 383 rodynamic=$(if ${CROSS}ld -V 2>&1 | grep -q LLD ; then echo "-z rodynamic"; fi)
|
/linux-6.12.1/tools/testing/selftests/bpf/ |
D | Makefile | 265 LLD := lld macro 267 LLD := $(shell command -v $(LD)) macro 277 -fuse-ld=$(LLD) -Wl,-znoseparate-code -Wl,--build-id=sha1 \ 286 -fuse-ld=$(LLD) -Wl,-znoseparate-code -Wl,--build-id=sha1 \
|
/linux-6.12.1/arch/ |
D | Kconfig | 742 - and linking with LLD. 1513 format. Requires a compatible linker (LLD supports this feature), as
|
/linux-6.12.1/arch/riscv/ |
D | Kconfig | 63 # LLD >= 14: https://github.com/llvm/llvm-project/issues/50505
|
/linux-6.12.1/arch/powerpc/ |
D | Kconfig | 626 # Option is available to BFD, but LLD does not support ELFv1 so this is
|
/linux-6.12.1/arch/arm/ |
D | Kconfig | 173 supported in LLD until version 14. The combined range is -/+ 256 MiB,
|
/linux-6.12.1/init/ |
D | Kconfig | 56 def_bool $(success,test "$(ld-name)" = LLD)
|