/linux/arch/sparc/lib/ |
H A D | Makefile | 7 lib-$(CONFIG_SPARC32) += ashrdi3.o 8 lib-$(CONFIG_SPARC32) += memcpy.o memset.o 9 lib-y += strlen.o 10 lib-y += checksum_$(BITS).o 11 lib-$(CONFIG_SPARC32) += blockops.o 12 lib-y += memscan_$(BITS).o memcmp.o strncmp_$(BITS).o 13 lib-$(CONFIG_SPARC32) += divdi3.o udivdi3.o 14 lib-$(CONFIG_SPARC32) += copy_user.o locks.o 15 lib-$(CONFIG_SPARC64) += atomic_64.o 16 lib [all...] |
/linux/arch/x86/lib/ |
H A D | Makefile | 18 inat_tables_maps = $(srctree)/arch/x86/lib/x86-opcode-map.txt 31 lib-y := delay.o misc.o cmdline.o cpu.o 32 lib-y += usercopy_$(BITS).o usercopy.o getuser.o putuser.o 33 lib-y += memcpy_$(BITS).o 34 lib-y += pc-conf-reg.o 35 lib-$(CONFIG_ARCH_HAS_COPY_MC) += copy_mc.o copy_mc_64.o 36 lib-$(CONFIG_INSTRUCTION_DECODER) += insn.o inat.o insn-eval.o 37 lib-$(CONFIG_RANDOMIZE_BASE) += kaslr.o 38 lib-$(CONFIG_FUNCTION_ERROR_INJECTION) += error-inject.o 39 lib [all...] |
/linux/tools/perf/ |
H A D | MANIFEST | 13 tools/lib/api 14 tools/lib/bpf 15 tools/lib/subcmd 16 tools/lib/perf 17 tools/lib/argv_split.c 18 tools/lib/ctype.c 19 tools/lib/hweight.c 20 tools/lib/rbtree.c 21 tools/lib/string.c 22 tools/lib/symbo [all...] |
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | subskeleton.c | 10 struct test_subskeleton_lib *lib = test_subskeleton_lib__open(obj); in subskeleton_lib_setup() local 12 if (!ASSERT_OK_PTR(lib, "open subskeleton")) in subskeleton_lib_setup() 15 *lib->rodata.var1 = 1; in subskeleton_lib_setup() 16 *lib->data.var2 = 2; in subskeleton_lib_setup() 17 lib->bss.var3->var3_1 = 3; in subskeleton_lib_setup() 18 lib->bss.var3->var3_2 = 4; in subskeleton_lib_setup() 20 test_subskeleton_lib__destroy(lib); in subskeleton_lib_setup() 25 struct test_subskeleton_lib *lib = test_subskeleton_lib__open(obj); in subskeleton_lib_subresult() local 28 if (!ASSERT_OK_PTR(lib, "open subskeleton")) in subskeleton_lib_subresult() 31 result = *lib in subskeleton_lib_subresult() [all...] |
/linux/Documentation/translations/zh_CN/core-api/ |
H A D | kernel-api.rst | 36 lib/vsprintf.c 42 lib/kstrtox.c 44 lib/string_helpers.c 53 lib/string.c 80 lib/bitmap.c 88 lib/bitmap.c 90 lib/bitmap.c 99 lib/cmdline.c 106 lib/sort.c 108 lib/list_sor [all...] |
H A D | genalloc.rst | 32 lib/genalloc.c 47 lib/genalloc.c 59 lib/genalloc.c 71 lib/genalloc.c 84 lib/genalloc.c 109 lib/genalloc.c
|
/linux/drivers/firmware/efi/libstub/ |
H A D | Makefile | 67 lib-y := efi-stub-helper.o gop.o secureboot.o tpm.o \ 69 skip_spaces.o lib-cmdline.o lib-ctype.o \ 72 # include the stub's libfdt dependencies from lib/ when needed 76 lib-$(CONFIG_EFI_PARAMS_FROM_FDT) += fdt.o \ 77 $(patsubst %.c,lib-%.o,$(libfdt-deps)) 79 $(obj)/lib-%.o: $(srctree)/lib/%.c FORCE 82 lib-$(CONFIG_EFI_GENERIC_STUB) += efi-stub.o string.o intrinsics.o systable.o \ 85 lib [all...] |
/linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
H A D | __init__.py | 11 from net.lib.py import * 12 from drivers.net.lib.py import * 15 from net.lib.py import EthtoolFamily, NetdevFamily, NetshaperFamily, \ 17 from net.lib.py import CmdExitFailure 18 from net.lib.py import bkg, cmd, defer, ethtool, fd_read_timeout, ip, \ 20 from net.lib.py import fd_read_timeout 21 from net.lib.py import KsftSkipEx, KsftFailEx, KsftXfailEx 22 from net.lib.py import ksft_disruptive, ksft_exit, ksft_pr, ksft_run, \ 24 from net.lib.py import ksft_eq, ksft_ge, ksft_in, ksft_is, ksft_lt, \ 26 from net.lib [all...] |
/linux/tools/testing/selftests/kvm/ |
H A D | Makefile.kvm | 6 LIBKVM += lib/assert.c 7 LIBKVM += lib/elf.c 8 LIBKVM += lib/guest_modes.c 9 LIBKVM += lib/io.c 10 LIBKVM += lib/kvm_util.c 11 LIBKVM += lib/lru_gen_util.c 12 LIBKVM += lib/memstress.c 13 LIBKVM += lib/guest_sprintf.c 14 LIBKVM += lib/rbtree.c 15 LIBKVM += lib/sparsebi [all...] |
/linux/arch/x86/um/ |
H A D | Makefile | 23 subarch-y = ../lib/string_32.o ../lib/atomic64_32.o ../lib/atomic64_cx8_32.o 24 subarch-y += ../lib/cmpxchg8b_emu.o ../lib/atomic64_386_32.o 25 subarch-y += ../lib/checksum_32.o 32 subarch-y = ../lib/csum-partial_64.o ../lib/memcpy_64.o \ 33 ../lib/memmove_64.o ../lib/memset_6 [all...] |
/linux/tools/testing/shared/ |
H A D | shared.mk | 3 CFLAGS += -I../shared -I. -I../../include -I../../../lib -g -Og -Wall \ 17 ../../../lib/radix-tree.h \ 19 ../../../lib/maple_tree.c \ 20 ../../../lib/test_maple_tree.c 39 vpath %.c ../../lib 43 radix-tree.c: ../../../lib/radix-tree.c 46 idr.c: ../../../lib/idr.c 49 xarray-shared.o: ../shared/xarray-shared.c ../../../lib/xarray.c \ 50 ../../../lib/test_xarray.c 52 maple-shared.o: ../shared/maple-shared.c ../../../lib/maple_tre [all...] |
/linux/tools/testing/selftests/drivers/net/lib/py/ |
H A D | __init__.py | 11 from net.lib.py import * 14 from net.lib.py import EthtoolFamily, NetdevFamily, NetshaperFamily, \ 16 from net.lib.py import CmdExitFailure 17 from net.lib.py import bkg, cmd, bpftool, bpftrace, defer, ethtool, \ 19 from net.lib.py import fd_read_timeout 20 from net.lib.py import KsftSkipEx, KsftFailEx, KsftXfailEx 21 from net.lib.py import ksft_disruptive, ksft_exit, ksft_pr, ksft_run, \ 23 from net.lib.py import ksft_eq, ksft_ge, ksft_in, ksft_is, ksft_lt, \
|
/linux/arch/x86/tools/ |
H A D | Makefile | 32 HOSTCFLAGS_insn_decoder_test.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/include/ -I$(objtree)/arch/x86/lib/ 34 HOSTCFLAGS_insn_sanity.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/include/ -I$(objtree)/arch/x86/lib/ 37 $(obj)/insn_decoder_test.o: $(srctree)/tools/arch/x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/asm/inat_types.h $(srctree)/tools/arch/x86/include/asm/inat.h $(srctree)/tools/arch/x86/include/asm/insn.h $(objtree)/arch/x86/lib/inat-tables.c 39 $(obj)/insn_sanity.o: $(srctree)/tools/arch/x86/lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/asm/inat_types.h $(srctree)/tools/arch/x86/include/asm/inat.h $(srctree)/tools/arch/x86/include/asm/insn.h $(objtree)/arch/x86/lib/ina [all...] |
/linux/scripts/package/ |
H A D | builddeb | 35 ${MAKE} -f ${srctree}/Makefile INSTALL_DTBS_PATH="${pdir}/usr/lib/linux-image-${KERNELRELEASE}" dtbs_install 39 rm -f "${pdir}/lib/modules/${KERNELRELEASE}/build" 43 mkdir -p "${pdir}/usr/lib/uml/modules" 44 mv "${pdir}/lib/modules/${KERNELRELEASE}" "${pdir}/usr/lib/uml/modules/${KERNELRELEASE}" 46 cp System.map "${pdir}/usr/lib/uml/modules/${KERNELRELEASE}/System.map" 116 dbg="${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/kernel/${mod}" 118 link="${pdir}/usr/lib/debug/.build-id/${buildid}.debug" 129 mkdir -p ${pdir}/usr/lib/debu [all...] |
H A D | kernel.spec | 1 # _arch is undefined if /usr/lib/rpm/platform/*/macros was not included. 75 find %{buildroot}/lib/modules/%{KERNELRELEASE} -name "*.ko" -type f \\\ 87 mkdir -p %{buildroot}/lib/modules/%{KERNELRELEASE} 88 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/lib/modules/%{KERNELRELEASE}/vmlinuz 92 cp System.map %{buildroot}/lib/modules/%{KERNELRELEASE} 93 cp .config %{buildroot}/lib/modules/%{KERNELRELEASE}/config 95 %{make} %{makeflags} INSTALL_DTBS_PATH=%{buildroot}/lib/modules/%{KERNELRELEASE}/dtb dtbs_install 97 ln -fns /usr/src/kernels/%{KERNELRELEASE} %{buildroot}/lib/modules/%{KERNELRELEASE}/build 103 echo "/lib/modules/%{KERNELRELEASE}" 107 echo "%ghost /lib/module [all...] |
/linux/tools/power/cpupower/ |
H A D | .gitignore | 9 lib/.libs 10 lib/cpufreq.lo 11 lib/cpufreq.o 12 lib/proc.lo 13 lib/proc.o 14 lib/sysfs.lo 15 lib/sysfs.o
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | Makefile | 17 fs_counters.o fs_ft_pool.o rl.o lag/debugfs.o lag/lag.o dev.o events.o wq.o lib/gid.o \ 18 lib/devcom.o lib/pci_vsc.o lib/dm.o lib/fs_ttc.o diag/fs_tracepoint.o \ 20 fw_reset.o qos.o lib/tout.o lib/aso.o wc.o fs_pool.o 32 lib/crypto.o lib/sd.o en/pcie_cong_event.o 41 mlx5_core-$(CONFIG_MLX5_ESWITCH) += lag/mp.o lag/port_sel.o lib/genev [all...] |
/linux/arch/mips/fw/arc/ |
H A D | Makefile | 7 lib-y += cmdline.o 9 lib-y += cmdline.o env.o file.o identify.o init.o \ 13 lib-$(CONFIG_ARC_MEMORY) += memory.o 14 lib-$(CONFIG_ARC_CONSOLE) += arc_con.o 15 lib-$(CONFIG_ARC_PROMLIB) += promlib.o
|
/linux/arch/arc/lib/ |
H A D | Makefile | 6 lib-y := strchr-700.o strcpy-700.o strlen.o memcmp.o 8 lib-$(CONFIG_ISA_ARCOMPACT) += memcpy-700.o memset.o strcmp.o 9 lib-$(CONFIG_ISA_ARCV2) += memset-archs.o strcmp-archs.o 12 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs-unaligned.o 14 lib-$(CONFIG_ISA_ARCV2) +=memcpy-archs.o
|
/linux/sound/arm/ |
H A D | Makefile | 9 obj-$(CONFIG_SND_PXA2XX_LIB) += snd-pxa2xx-lib.o 10 snd-pxa2xx-lib-y := pxa2xx-pcm-lib.o 11 snd-pxa2xx-lib-$(CONFIG_SND_PXA2XX_LIB_AC97) += pxa2xx-ac97-lib.o
|
/linux/sound/isa/gus/ |
H A D | Makefile | 7 snd-gus-lib-y := gus_main.o \ 21 obj-$(CONFIG_SND_GUSCLASSIC) += snd-gusclassic.o snd-gus-lib.o 22 obj-$(CONFIG_SND_GUSMAX) += snd-gusmax.o snd-gus-lib.o 23 obj-$(CONFIG_SND_GUSEXTREME) += snd-gusextreme.o snd-gus-lib.o 24 obj-$(CONFIG_SND_INTERWAVE) += snd-interwave.o snd-gus-lib.o 25 obj-$(CONFIG_SND_INTERWAVE_STB) += snd-interwave-stb.o snd-gus-lib.o
|
/linux/Documentation/core-api/ |
H A D | kernel-api.rst | 18 .. kernel-doc:: lib/vsprintf.c 24 .. kernel-doc:: lib/kstrtox.c 27 .. kernel-doc:: lib/string_helpers.c 36 .. kernel-doc:: lib/string.c 66 .. kernel-doc:: lib/bitmap.c 78 .. kernel-doc:: lib/bitmap.c 81 .. kernel-doc:: lib/bitmap.c 90 .. kernel-doc:: lib/cmdline.c 102 .. kernel-doc:: lib/sort.c 105 .. kernel-doc:: lib/list_sor [all...] |
/linux/tools/testing/selftests/drivers/net/hw/ |
H A D | irq.py | 4 from lib.py import ksft_run, ksft_exit 5 from lib.py import ksft_ge, ksft_eq 6 from lib.py import KsftSkipEx 7 from lib.py import ksft_disruptive 8 from lib.py import EthtoolFamily, NetdevFamily 9 from lib.py import NetDrvEnv 10 from lib.py import cmd, ip, defer
|
/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | Makefile | 5 obj-$(CONFIG_MT76x02_LIB) += mt76x02-lib.o 7 obj-$(CONFIG_MT76_CONNAC_LIB) += mt76-connac-lib.o 8 obj-$(CONFIG_MT792x_LIB) += mt792x-lib.o 26 mt76x02-lib-y := mt76x02_util.o mt76x02_mac.o mt76x02_mcu.o \ 33 mt76-connac-lib-y := mt76_connac_mcu.o mt76_connac_mac.o mt76_connac3_mac.o 35 mt792x-lib-y := mt792x_core.o mt792x_mac.o mt792x_trace.o \ 37 mt792x-lib-$(CONFIG_ACPI) += mt792x_acpi_sar.o
|
/linux/arch/nios2/lib/ |
H A D | Makefile | 6 lib-y += delay.o 7 lib-y += memcpy.o 8 lib-y += memmove.o 9 lib-y += memset.o
|