| /linux/tools/perf/ |
| H A D | Build | 1 perf-bench-y += builtin-bench.o 2 perf-y += builtin-annotate.o 3 perf-y += builtin-check.o 4 perf-y += builtin-config.o 5 perf-y += builtin-diff.o 6 perf-y += builtin-evlist.o 7 perf-y += builtin-ftrace.o 8 perf-y += builtin-help.o 9 perf-y += builtin-buildid-list.o 10 perf-y += builtin [all...] |
| H A D | builtin-kallsyms.c | 3 * builtin-kallsyms.c 5 * Builtin command: Look for a symbol in the running kernel and its modules 10 #include "builtin.h"
|
| H A D | builtin-buildid-list.c | 2 * builtin-buildid-list.c 4 * Builtin buildid-list command: list buildids in perf.data, in the running 10 #include "builtin.h"
|
| /linux/scripts/ |
| H A D | Makefile.vmlinux | 36 .builtin-dtbs.S: .builtin-dtbs-list FORCE 43 .builtin-dtbs-list: arch/$(SRCARCH)/boot/dts/dtbs-list FORCE 46 targets += .builtin-dtbs-list 49 targets += .builtin-dtbs.S .builtin-dtbs.o 50 vmlinux.unstripped: .builtin-dtbs.o 102 # modules.builtin.modinfo 119 OBJCOPYFLAGS_modules.builtin.modinfo := -j .modinfo -O binary 121 targets += modules.builtin [all...] |
| H A D | Makefile.modinst | 33 # Install modules.builtin(.modinfo,.ranges) even when CONFIG_MODULES is disabled. 34 install-y += $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo) 36 install-$(CONFIG_BUILTIN_MODULE_RANGES) += $(MODLIB)/modules.builtin.ranges 38 $(addprefix $(MODLIB)/, modules.builtin modules.builtin.modinfo modules.builtin.ranges): $(MODLIB)/…
|
| H A D | Makefile.build | 74 ifdef need-builtin 137 # subdir-builtin and subdir-modorder may contain duplications. Use $(sort ...) 138 subdir-builtin := $(sort $(filter %/built-in.a, $(real-obj-y))) 141 targets-for-builtin := $(extra-y) 144 targets-for-builtin += $(obj)/lib.a 147 ifdef need-builtin 148 targets-for-builtin += $(obj)/built-in.a 158 targets += $(targets-for-builtin) $(targets-for-modules) 437 targets += $(filter-out $(subdir-builtin), $(real-obj-y)) 463 $(subdir-builtin) [all...] |
| /linux/arch/powerpc/kvm/ |
| H A D | Makefile | 53 kvm-book3s_64-builtin-objs-$(CONFIG_KVM_BOOK3S_64_HANDLER) += \ 58 kvm-book3s_64-builtin-objs-$(CONFIG_KVM_BOOK3S_64_HANDLER) += \ 75 kvm-book3s_64-builtin-xics-objs-$(CONFIG_KVM_XICS) := \ 78 kvm-book3s_64-builtin-tm-objs-$(CONFIG_PPC_TRANSACTIONAL_MEM) += \ 82 kvm-book3s_64-builtin-objs-$(CONFIG_KVM_BOOK3S_64_HANDLER) += \ 92 $(kvm-book3s_64-builtin-tm-objs-y) \ 93 $(kvm-book3s_64-builtin-xics-objs-y) 138 obj-y += $(kvm-book3s_64-builtin-objs-y)
|
| /linux/arch/arm64/include/asm/ |
| H A D | bitops.h | 14 #include <asm-generic/bitops/builtin-__ffs.h> 15 #include <asm-generic/bitops/builtin-ffs.h> 16 #include <asm-generic/bitops/builtin-__fls.h> 17 #include <asm-generic/bitops/builtin-fls.h>
|
| /linux/include/linux/ |
| H A D | indirect_call_wrapper.h | 8 * INDIRECT_CALL_$NR - wrapper for indirect calls with $NR known builtin 10 * @f$NR: builtin functions names, up to $NR of them 13 * Avoid retpoline overhead for known builtin, checking @f vs each of them and 14 * eventually invoking directly the builtin function. The functions are checked 57 * builtin, this macro simplify dealing with indirect calls with only ipv4/ipv6
|
| /linux/arch/loongarch/include/asm/ |
| H A D | bitops.h | 25 #include <asm-generic/bitops/builtin-ffs.h> 26 #include <asm-generic/bitops/builtin-fls.h> 27 #include <asm-generic/bitops/builtin-__ffs.h> 28 #include <asm-generic/bitops/builtin-__fls.h>
|
| /linux/fs/hostfs/ |
| H A D | Makefile | 8 hostfs-builtin-$(CONFIG_HOSTFS) += hostfs_user.o hostfs_user_exp.o 10 obj-y := $(hostfs-builtin-y) $(hostfs-builtin-m)
|
| /linux/security/tomoyo/ |
| H A D | Makefile | 6 targets += builtin-policy.h 16 $(obj)/builtin-policy.h: $(wildcard $(obj)/policy/*.conf $(src)/policy/*.conf.default) FORCE 20 $(obj)/common.o: $(obj)/builtin-policy.h
|
| /linux/scripts/kconfig/ |
| H A D | merge_config.sh | 29 echo " -y make builtin have precedence over modules" 40 BUILTIN=false 72 BUILTIN=true 155 -v builtin="$BUILTIN" \ 223 # BUILTIN: do not demote y to m 224 if (builtin == "true" && new_val ~ /=m$/ && prev_val ~ /=y$/) { 253 # Append merge file, skipping lines marked for builtin preservation
|
| /linux/certs/ |
| H A D | system_keyring.c | 94 * through to the builtin keyring and the search will follow that link. in restrict_link_by_builtin_and_secondary_trusted() 99 /* Allow the builtin keyring to be added to the secondary */ in restrict_link_by_builtin_and_secondary_trusted() 123 * through to the builtin keyring and the search will follow that link. in restrict_link_by_digsig_builtin_and_secondary() 128 /* Allow the builtin keyring to be added to the secondary */ in restrict_link_by_digsig_builtin_and_secondary() 136 * Allocate a struct key_restriction for the "builtin and secondary trust" 162 * Add a key to the secondary keyring. The key must be vouched for by a key in the builtin, 238 panic("Can't allocate builtin trusted keyring\n"); in system_trusted_keyring_init() 305 * @trusted_keys: Trusted keys to use (NULL for builtin trusted keys only, 390 * @trusted_keys: Trusted keys to use (NULL for builtin trusted keys only,
|
| /linux/Documentation/arch/arm/sa1100/ |
| H A D | serial_uart.rst | 21 > 5 = /dev/ttySA0 SA1100 builtin serial port 0 22 > 6 = /dev/ttySA1 SA1100 builtin serial port 1 23 > 7 = /dev/ttySA2 SA1100 builtin serial port 2
|
| /linux/fs/verity/ |
| H A D | signature.c | 3 * Verification of builtin signatures 9 * This file implements verification of fs-verity builtin signatures. Please 26 * If 1, all verity files must have a valid builtin signature. 72 * The ".fs-verity" keyring is empty, due to builtin signatures in fsverity_verify_signature()
|
| H A D | Kconfig | 35 bool "FS Verity builtin signature support" 40 fs-verity builtin signatures.
|
| /linux/arch/um/drivers/ |
| H A D | Makefile | 15 harddog-builtin-$(CONFIG_UML_WATCHDOG) := harddog_user.o harddog_user_exp.o 40 obj-y += $(harddog-builtin-y) $(harddog-builtin-m)
|
| /linux/arch/s390/include/asm/ |
| H A D | bitops.h | 190 * compiler builtin ffs routines (man ffs). 201 #include <asm-generic/bitops/builtin-ffs.h> 205 #include <asm-generic/bitops/builtin-__ffs.h> 207 #include <asm-generic/bitops/builtin-__fls.h> 208 #include <asm-generic/bitops/builtin-fls.h>
|
| /linux/drivers/base/firmware_loader/builtin/ |
| H A D | main.c | 2 /* Builtin firmware support */ 31 * firmware_request_builtin() - load builtin firmware 67 * firmware_request_builtin_buf() - load builtin firmware into optional buffer
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | xlnx,usb2.yaml | 22 xlnx,has-builtin-dma: 46 xlnx,has-builtin-dma;
|
| /linux/tools/objtool/ |
| H A D | Build | 7 objtool-y += builtin-check.o 15 objtool-$(BUILD_KLP) += builtin-klp.o klp-checksum.o klp-diff.o klp-post-link.o
|
| /linux/arch/powerpc/math-emu/ |
| H A D | Makefile | 17 CFLAGS_fabs.o = -fno-builtin-fabs 18 CFLAGS_math.o = -fno-builtin-fabs
|
| /linux/arch/arm/boot/dts/rockchip/ |
| H A D | rk3288-veyron-sdmmc.dtsi | 40 * Builtin CD line is hooked to ground to prevent JTAG at boot 42 * Configure gpio6_C6 as GPIO so dw_mmc builtin CD doesn't
|
| /linux/arch/arm/include/asm/ |
| H A D | bitops.h | 232 #include <asm-generic/bitops/builtin-__fls.h> 233 #include <asm-generic/bitops/builtin-__ffs.h> 234 #include <asm-generic/bitops/builtin-fls.h> 235 #include <asm-generic/bitops/builtin-ffs.h>
|