| /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-$(CONFIG_MITIGATION_RETPOLINE) += retpoline.o [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/symbol [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/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_sort.c [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/scripts/package/ |
| H A D | kernel.spec | 1 # _arch is undefined if /usr/lib/rpm/platform/*/macros was not included. 82 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 117 echo "/lib/modules/%{KERNELRELEASE}" [all …]
|
| H A D | builddeb | 35 …${MAKE} -f ${srctree}/Makefile INSTALL_DTBS_PATH="${pdir}/usr/lib/linux-image-${KERNELRELEASE}" dt… 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/debug/lib/modules/${KERNELRELEASE}/ 130 cp vmlinux ${pdir}/usr/lib/debug/lib/modules/${KERNELRELEASE}/ 132 mkdir -p ${pdir}/usr/lib/debug/boot/ [all …]
|
| /linux/arch/x86/um/ |
| H A D | Makefile | 22 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/Documentation/core-api/ |
| H A D | genalloc.rst | 20 .. kernel-doc:: lib/genalloc.c 23 .. kernel-doc:: lib/genalloc.c 41 .. kernel-doc:: lib/genalloc.c 55 .. kernel-doc:: lib/genalloc.c 71 .. kernel-doc:: lib/genalloc.c 74 .. kernel-doc:: lib/genalloc.c 91 .. kernel-doc:: lib/genalloc.c 94 .. kernel-doc:: lib/genalloc.c 125 .. kernel-doc:: lib/genalloc.c 128 .. kernel-doc:: lib/genalloc.c [all …]
|
| /linux/tools/testing/selftests/net/tcp_ao/ |
| H A D | Makefile | 20 include ../../lib.mk 24 LIBDIR := $(OUTPUT)/lib 25 LIB := $(LIBDIR)/libaotst.a macro 26 LDLIBS += $(LIB) -pthread 27 LIBDEPS := lib/aolib.h Makefile 31 CFLAGS += -iquote ./lib/ -I ../../../../include/ 37 EXTRA_CLEAN += $(LIBOBJ) $(LIB) 39 $(LIB): $(LIBOBJ) 42 $(LIBDIR)/%.o: ./lib/%.c $(LIBDEPS) 46 $(TEST_GEN_PROGS): $(LIB)
|
| /linux/tools/testing/selftests/drivers/net/hw/lib/py/ |
| H A D | __init__.py | 21 from net.lib.py import NetNS, NetNSEnter, NetdevSimDev 22 from net.lib.py import EthtoolFamily, NetdevFamily, NetshaperFamily, \ 24 from net.lib.py import CmdExitFailure 25 from net.lib.py import bkg, cmd, bpftool, bpftrace, defer, ethtool, \ 28 from net.lib.py import bpf_map_set, bpf_map_dump, bpf_prog_map_ids 29 from net.lib.py import KsftSkipEx, KsftFailEx, KsftXfailEx 30 from net.lib.py import ksft_disruptive, ksft_exit, ksft_pr, ksft_run, \ 32 from net.lib.py import ksft_eq, ksft_ge, ksft_in, ksft_is, ksft_lt, \ 34 from drivers.net.lib.py import GenerateTraffic, Remote, Iperf3Runner 35 from drivers.net.lib [all...] |
| /linux/tools/testing/shared/ |
| H A D | shared.mk | 5 -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/tools/net/ynl/ |
| H A D | Makefile | 10 libdir_relative = lib 17 SUBDIRS = lib generated ynltool tests 21 tests: | lib generated libynl.a 22 ynltool: | lib generated libynl.a 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/tools/power/cpupower/ |
| H A D | Makefile | 72 libdir ?= /usr/lib 74 unitdir ?= /usr/lib/systemd/system 152 LIB_HEADERS = lib/cpufreq.h lib/cpupower.h lib/cpuidle.h lib/acpi_cppc.h \ 153 lib/powercap.h 154 LIB_SRC = lib/cpufreq.c lib/cpupower.c lib/cpuidl [all...] |
| /linux/tools/testing/selftests/drivers/net/lib/py/ |
| H A D | __init__.py | 21 from net.lib.py import NetNS, NetNSEnter, NetdevSimDev 22 from net.lib.py import EthtoolFamily, NetdevFamily, NetshaperFamily, \ 24 from net.lib.py import CmdExitFailure 25 from net.lib.py import bkg, cmd, bpftool, bpftrace, defer, ethtool, \ 27 from net.lib.py import bpf_map_set, bpf_map_dump, bpf_prog_map_ids 28 from net.lib.py import KsftSkipEx, KsftFailEx, KsftXfailEx 29 from net.lib.py import ksft_disruptive, ksft_exit, ksft_pr, ksft_run, \ 31 from net.lib.py import ksft_eq, ksft_ge, ksft_in, ksft_is, ksft_lt, \
|
| /linux/tools/testing/selftests/firmware/ |
| H A D | fw_namespace.c | 31 umount("/lib/firmware"); in die() 68 if (mount("test", "/lib/firmware", "tmpfs", MS_RDONLY, NULL) == -1) in test_fw_in_ns() 93 umount("/lib/firmware"); in test_fw_in_ns() 105 if (mount("test", "/lib/firmware", "tmpfs", MS_RDONLY, NULL) == -1) in test_fw_in_ns() 108 umount("/lib/firmware"); in test_fw_in_ns() 122 /* Mount tmpfs to /lib/firmware so we don't have to assume in main() 124 if (mount("test", "/lib/firmware", "tmpfs", 0, NULL) == -1) in main() 125 die("mounting tmpfs to /lib/firmware failed\n"); in main() 128 if (asprintf(&fw_path, "/lib/firmware/%s", fw_name) < 0) in main() 146 umount("/lib/firmware"); in main()
|
| /linux/arch/riscv/kernel/pi/ |
| H A D | Makefile | 20 # lib/string.c already defines __NO_FORTIFY 32 $(obj)/lib-%.o: $(srctree)/lib/%.c FORCE 35 $(obj)/string.o: $(srctree)/lib/string.c FORCE 38 $(obj)/ctype.o: $(srctree)/lib/ctype.c FORCE 41 obj-y := cmdline_early.pi.o fdt_early.pi.o string.pi.o ctype.pi.o lib-fdt.pi.o lib-fdt_ro.pi.o arc…
|
| /linux/arch/s390/boot/ |
| H A D | decompressor.c | 40 #include "../../../../lib/decompress_inflate.c" 44 #include "../../../../lib/decompress_bunzip2.c" 48 #include "../../../../lib/decompress_unlz4.c" 52 #include "../../../../lib/decompress_unlzma.c" 56 #include "../../../../lib/decompress_unlzo.c" 60 #include "../../../../lib/decompress_unxz.c" 64 #include "../../../../lib/decompress_unzstd.c"
|
| /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/tools/testing/selftests/drivers/net/hw/ |
| H A D | Makefile | 58 $(wildcard lib/py/*.py ../lib/py/*.py) \ 59 ../../../net/lib.sh \ 61 ../../../net/forwarding/lib.sh \ 65 # YNL files, must be before "include ..lib.mk" 73 include ../../../lib.mk
|
| /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/tools/testing/selftests/x86/bugs/ |
| H A D | its_ret_alignment.py | 17 # mkdir -p /usr/lib/debug/lib/modules/$(uname -r) 18 # cp $VMLINUX /usr/lib/debug/lib/modules/$(uname -r)/vmlinux 48 os.makedirs(f"/usr/lib/debug/lib/modules/{os.uname().release}", exist_ok=True) 49 os.system(f'cp {arg_vmlinux} /usr/lib/debug/lib/modules/$(uname -r)/vmlinux') 51 vmlinux = f"/usr/lib/debug/lib/modules/{os.uname().release}/vmlinux"
|
| /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/arch/riscv/purgatory/ |
| H A D | Makefile | 11 $(obj)/string.o: $(srctree)/lib/string.c FORCE 14 $(obj)/ctype.o: $(srctree)/lib/ctype.c FORCE 17 $(obj)/memcpy.o: $(srctree)/arch/riscv/lib/memcpy.S FORCE 20 $(obj)/memset.o: $(srctree)/arch/riscv/lib/memset.S FORCE 23 $(obj)/strcmp.o: $(srctree)/arch/riscv/lib/strcmp.S FORCE 26 $(obj)/strlen.o: $(srctree)/arch/riscv/lib/strlen.S FORCE 29 $(obj)/strncmp.o: $(srctree)/arch/riscv/lib/strncmp.S FORCE 32 $(obj)/sha256.o: $(srctree)/lib/crypto/sha256.c FORCE
|
| /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
|