/Linux-v6.6/samples/bpf/ |
D | README.rst | 23 'llc' must support target 'bpf', list version and supported targets with 98 In order to cross-compile, say for arm64 targets, export CROSS_COMPILE and ARCH 112 in its targets appropriate arm64 arch (usually it has several arches).
|
/Linux-v6.6/drivers/md/persistent-data/ |
D | Kconfig | 9 device-mapper targets such as the thin provisioning target.
|
/Linux-v6.6/Documentation/userspace-api/media/v4l/ |
D | selection-api.rst | 13 selection-api-targets.rst
|
/Linux-v6.6/drivers/md/ |
D | dm-core.h | 201 struct dm_target *targets; member 234 return t->targets + index; in dm_table_get_target()
|
/Linux-v6.6/Documentation/kbuild/ |
D | makefiles.rst | 34 any built-in or modular targets. 276 Non-builtin vmlinux targets - extra-y 279 extra-y specifies targets which are needed for building vmlinux, 294 $(extra-y) should only contain targets needed for vmlinux. 299 If you intend to build targets unconditionally, always-y (explained 305 always-y specifies targets which are literally always built when 508 Any target that utilizes if_changed must be listed in $(targets), 514 automatically adds it to $(targets). Otherwise, the target must be 515 explicitly added to $(targets). 517 Assignments to $(targets) are without $(obj)/ prefix. if_changed may be [all …]
|
/Linux-v6.6/arch/powerpc/purgatory/ |
D | Makefile | 6 targets += trampoline_$(BITS).o purgatory.ro
|
/Linux-v6.6/arch/csky/boot/ |
D | Makefile | 2 targets := Image zImage uImage macro
|
/Linux-v6.6/drivers/acpi/numa/ |
D | hmat.c | 36 static LIST_HEAD(targets); 96 list_for_each_entry(target, &targets, node) in find_mem_target() 140 list_add_tail(&target->node, &targets); in alloc_memory_target() 760 list_for_each_entry(target, &targets, node) in hmat_register_targets() 790 list_for_each_entry_safe(target, tnext, &targets, node) { in hmat_free_structures()
|
D | Kconfig | 16 register memory initiators with their targets, and export
|
/Linux-v6.6/arch/nios2/boot/compressed/ |
D | Makefile | 6 targets := vmlinux head.o misc.o piggy.o vmlinux.lds macro
|
/Linux-v6.6/tools/objtool/include/objtool/ |
D | objtool.h | 19 struct list_head targets; member
|
/Linux-v6.6/Documentation/admin-guide/mm/damon/ |
D | usage.rst | 52 # echo 1 > kdamonds/0/contexts/0/targets/nr_targets 53 # echo $(pidof <workload>) > kdamonds/0/contexts/0/targets/0/pid_target 72 │ │ │ │ │ targets/nr_targets 163 and three directories (``monitoring_attrs``, ``targets``, and ``schemes``) 207 contexts/<N>/targets/ 214 targets/<N>/ 226 targets/<N>/regions 377 the DAMON context's monitoring targets list to ``target_idx`` file. You can 538 monitoring targets. Users can set the targets by writing relevant id values of 539 the targets to, and get the ids of the current targets by reading from the [all …]
|
/Linux-v6.6/arch/mips/crypto/ |
D | Makefile | 24 targets += poly1305-core.S
|
/Linux-v6.6/drivers/base/firmware_loader/builtin/ |
D | Makefile | 41 targets := $(patsubst $(obj)/%,%, \ macro
|
/Linux-v6.6/arch/arm/mach-at91/ |
D | Makefile | 26 targets += pm_data-offsets.s
|
/Linux-v6.6/arch/nios2/boot/ |
D | Makefile | 15 targets += vmlinux.bin vmlinux.gz vmImage
|
/Linux-v6.6/arch/arm64/tools/ |
D | Makefile | 8 targets += $(addprefix ../../../, $(kapi-hdrs-y))
|
/Linux-v6.6/arch/xtensa/boot/boot-elf/ |
D | Makefile | 13 targets += $(boot-y) boot.lds
|
/Linux-v6.6/drivers/crypto/vmx/ |
D | Makefile | 18 targets += aesp8-ppc.S ghashp8-ppc.S
|
/Linux-v6.6/security/tomoyo/ |
D | Makefile | 4 targets += builtin-policy.h
|
/Linux-v6.6/arch/xtensa/boot/boot-redboot/ |
D | Makefile | 10 targets += $(boot-y)
|
/Linux-v6.6/arch/xtensa/kernel/syscalls/ |
D | Makefile | 28 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
|
/Linux-v6.6/arch/sh/boot/romimage/ |
D | Makefile | 8 targets := vmlinux head.o zeropage.bin piggy.o macro
|
/Linux-v6.6/arch/ia64/kernel/syscalls/ |
D | Makefile | 28 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
|
/Linux-v6.6/arch/sh/kernel/syscalls/ |
D | Makefile | 28 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
|