Home
last modified time | relevance | path

Searched refs:lib (Results 1 – 25 of 1045) sorted by relevance

12345678910>>...42

/linux/arch/sparc/lib/
H A DMakefile7 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-$(CONFIG_SPARC32) += lshrdi3.o ashldi3.o
[all …]
/linux/arch/x86/lib/
H A DMakefile18 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-$(CONFIG_MITIGATION_RETPOLINE) += retpoline.o
[all …]
/linux/arch/riscv/lib/
H A DMakefile2 lib-y += delay.o
3 lib-y += memcpy.o
4 lib-y += memset.o
5 lib-y += memmove.o
7 lib-y += strcmp.o
8 lib-y += strlen.o
9 lib-y += strncmp.o
11 lib-y += csum.o
13 lib-$(CONFIG_RISCV_ISA_V) += uaccess_vector.o
15 lib-$(CONFIG_MMU) += uaccess.o
[all …]
/linux/tools/perf/
H A DMANIFEST13 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/symbol
[all …]
/linux/Documentation/translations/zh_CN/core-api/
H A Dkernel-api.rst36 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_sort.c
[all …]
H A Dgenalloc.rst32 lib/genalloc.c
47 lib/genalloc.c
59 lib/genalloc.c
71 lib/genalloc.c
84 lib/genalloc.c
109 lib/genalloc.c
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsubskeleton.c10 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->bss.libout1; in subskeleton_lib_subresult()
[all …]
/linux/drivers/firmware/efi/libstub/
H A DMakefile67 lib-y := efi-stub-helper.o gop.o secureboot.o tpm.o \
69 skip_spaces.o lib-cmdline.o lib-ctype.o \
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-$(CONFIG_ARM) += arm32-stub.o
86 lib-$(CONFIG_ARM64) += kaslr.o arm64.o arm64-stub.o smbios.o
87 lib-$(CONFIG_X86) += x86-stub.o smbios.o
88 lib-$(CONFIG_X86_64) += x86-5lvl.o
[all …]
/linux/tools/testing/selftests/kvm/
H A DMakefile.kvm6 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/sparsebit.c
[all …]
/linux/arch/sparc/prom/
H A DMakefile6 lib-y := bootstr_$(BITS).o
7 lib-y += init_$(BITS).o
8 lib-$(CONFIG_SPARC32) += memory.o
9 lib-y += misc_$(BITS).o
10 lib-$(CONFIG_SPARC32) += mp.o
11 lib-$(CONFIG_SPARC32) += ranges.o
12 lib-y += console_$(BITS).o
13 lib-y += printf.o
14 lib-y += tree_$(BITS).o
15 lib-$(CONFIG_SPARC64) += p1275.o
[all …]
/linux/tools/testing/selftests/drivers/net/hw/lib/py/
H A D__init__.py20 from net.lib.py import NetNS, NetNSEnter, NetdevSimDev
21 from net.lib.py import EthtoolFamily, NetdevFamily, NetshaperFamily, \
23 from net.lib.py import CmdExitFailure
24 from net.lib.py import bkg, cmd, bpftool, bpftrace, defer, ethtool, \
26 from net.lib.py import KsftSkipEx, KsftFailEx, KsftXfailEx
27 from net.lib.py import ksft_disruptive, ksft_exit, ksft_pr, ksft_run, \
29 from net.lib.py import ksft_eq, ksft_ge, ksft_in, ksft_is, ksft_lt, \
31 from drivers.net.lib.py import GenerateTraffic, Remote, Iperf3Runner
32 from drivers.net.lib.py import NetDrvEnv, NetDrvEpEnv
/linux/arch/x86/um/
H A DMakefile22 subarch-y = ../lib/string_32.o ../lib/atomic64_32.o ../lib/atomic64_cx8_32.o
23 subarch-y += ../lib/cmpxchg8b_emu.o ../lib/atomic64_386_32.o
24 subarch-y += ../lib/checksum_32.o
31 subarch-y = ../lib/csum-partial_64.o ../lib/memcpy_64.o \
32 ../lib/memmove_64.o ../lib/memset_64.o
/linux/tools/testing/shared/
H A Dshared.mk5 -I../../../lib -g -Og -Wall \
21 ../../../lib/radix-tree.h \
23 ../../../lib/maple_tree.c \
24 ../../../lib/test_maple_tree.c
43 vpath %.c ../../lib
47 radix-tree.c: ../../../lib/radix-tree.c
50 idr.c: ../../../lib/idr.c
53 xarray-shared.o: ../shared/xarray-shared.c ../../../lib/xarray.c \
54 ../../../lib/test_xarray.c
56 maple-shared.o: ../shared/maple-shared.c ../../../lib/maple_tree.c \
[all …]
/linux/scripts/package/
H A Dkernel.spec82 find %{buildroot}/lib/modules/%{KERNELRELEASE} -name "*.ko" -type f \\\
85 %define __spec_install_post /usr/lib/rpm/brp-compress || :
101 mkdir -p %{buildroot}/lib/modules/%{KERNELRELEASE}
102 cp $(%{make} %{makeflags} -s image_name) %{buildroot}/lib/modules/%{KERNELRELEASE}/vmlinuz
106 cp System.map %{buildroot}/lib/modules/%{KERNELRELEASE}
107 cp .config %{buildroot}/lib/modules/%{KERNELRELEASE}/config
109 %{make} %{makeflags} INSTALL_DTBS_PATH=%{buildroot}/lib/modules/%{KERNELRELEASE}/dtb dtbs_install
111 ln -fns /usr/src/kernels/%{KERNELRELEASE} %{buildroot}/lib/modules/%{KERNELRELEASE}/build
138 mkdir -p %{buildroot}/usr/lib/debug/lib/modules/%{KERNELRELEASE}
139 cp vmlinux %{buildroot}/usr/lib/debug/lib/modules/%{KERNELRELEASE}
[all …]
H A Dbuilddeb129 mkdir -p ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/
130 cp vmlinux ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/
132 mkdir -p ${pdir}/usr/lib/debug/boot/
133 ln -s ../lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/boot/vmlinux-${KERNELRELEASE}
135 ln -s lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/vmlinux-${KERNELRELEASE}
144 mkdir -p $pdir/lib/modules/$version/
145 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build
/linux/tools/net/ynl/
H A DMakefile10 libdir_relative = lib
17 SUBDIRS = lib generated samples ynltool tests
21 ynltool: | lib generated libynl.a
22 samples: | lib generated
23 libynl.a: | lib generated
25 @ar rcs $@ lib/ynl.o generated/*-user.o
40 rm -rf pyynl/lib/__pycache__
44 install: libynl.a lib/*.h ynltool
50 @$(INSTALL) -m 0644 lib/*.h $(DESTDIR)$(includedir)/ynl/
/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A DMakefile17 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 lib/nv_param.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/geneve.o lib/port_tun.o \
45 lib/fs_chains.o en/tc_tun.o \
87 mlx5_core-$(CONFIG_MLX5_MPFS) += lib/mpfs.o
89 mlx5_core-y += lib/vxlan.o
91 mlx5_core-$(CONFIG_PTP_1588_CLOCK) += lib/clock.o
92 mlx5_core-$(CONFIG_PCI_HYPERV_INTERFACE) += lib/hv.o lib/hv_vhca.o
[all …]
/linux/arch/x86/tools/
H A DMakefile32 …est.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/include/ -I$(objtree)/…
34 …ity.o := -Wall -I$(srctree)/tools/arch/x86/lib/ -I$(srctree)/tools/arch/x86/include/ -I$(objtree)/…
37lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/asm/inat_types.h…
39lib/insn.c $(srctree)/tools/arch/x86/lib/inat.c $(srctree)/tools/arch/x86/include/asm/inat_types.h…
/linux/tools/power/cpupower/
H A D.gitignore9 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/tools/testing/selftests/drivers/net/lib/py/
H A D__init__.py20 from net.lib.py import NetNS, NetNSEnter, NetdevSimDev
21 from net.lib.py import EthtoolFamily, NetdevFamily, NetshaperFamily, \
23 from net.lib.py import CmdExitFailure
24 from net.lib.py import bkg, cmd, bpftool, bpftrace, defer, ethtool, \
26 from net.lib.py import KsftSkipEx, KsftFailEx, KsftXfailEx
27 from net.lib.py import ksft_disruptive, ksft_exit, ksft_pr, ksft_run, \
29 from net.lib.py import ksft_eq, ksft_ge, ksft_in, ksft_is, ksft_lt, \
/linux/Documentation/core-api/
H A Dkernel-api.rst18 .. 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_sort.c
[all …]
/linux/tools/objtool/arch/x86/
H A DBuild6 inat_tables_maps = ../arch/x86/lib/x86-opcode-map.txt
8 $(OUTPUT)arch/x86/lib/inat-tables.c: $(inat_tables_script) $(inat_tables_maps)
12 $(OUTPUT)arch/x86/decode.o: $(OUTPUT)arch/x86/lib/inat-tables.c
14 CFLAGS_decode.o += -I$(OUTPUT)arch/x86/lib
19 $(OUTPUT)arch/x86/lib/cpu-feature-names.c: $(cpu_features_script) $(cpu_features)
23 $(OUTPUT)arch/x86/special.o: $(OUTPUT)arch/x86/lib/cpu-feature-names.c
25 CFLAGS_special.o += -I$(OUTPUT)arch/x86/lib
/linux/arch/m68k/lib/
H A DMakefile7 lib-y := memcpy.o memset.o memmove.o
9 lib-$(CONFIG_MMU) += uaccess.o
10 lib-$(CONFIG_CPU_HAS_NO_MULDIV64) += mulsi3.o divsi3.o udivsi3.o
11 lib-$(CONFIG_CPU_HAS_NO_MULDIV64) += modsi3.o umodsi3.o
14 lib-y += checksum.o
/linux/arch/mips/fw/arc/
H A DMakefile7 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/sound/isa/gus/
H A DMakefile7 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

12345678910>>...42