Home
last modified time | relevance | path

Searched refs:targets (Results 76 – 100 of 325) sorted by relevance

12345678910>>...13

/Linux-v6.6/samples/bpf/
DREADME.rst23 '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/
DKconfig9 device-mapper targets such as the thin provisioning target.
/Linux-v6.6/Documentation/userspace-api/media/v4l/
Dselection-api.rst13 selection-api-targets.rst
/Linux-v6.6/drivers/md/
Ddm-core.h201 struct dm_target *targets; member
234 return t->targets + index; in dm_table_get_target()
/Linux-v6.6/Documentation/kbuild/
Dmakefiles.rst34 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/
DMakefile6 targets += trampoline_$(BITS).o purgatory.ro
/Linux-v6.6/arch/csky/boot/
DMakefile2 targets := Image zImage uImage macro
/Linux-v6.6/drivers/acpi/numa/
Dhmat.c36 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()
DKconfig16 register memory initiators with their targets, and export
/Linux-v6.6/arch/nios2/boot/compressed/
DMakefile6 targets := vmlinux head.o misc.o piggy.o vmlinux.lds macro
/Linux-v6.6/tools/objtool/include/objtool/
Dobjtool.h19 struct list_head targets; member
/Linux-v6.6/Documentation/admin-guide/mm/damon/
Dusage.rst52 # 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/
DMakefile24 targets += poly1305-core.S
/Linux-v6.6/drivers/base/firmware_loader/builtin/
DMakefile41 targets := $(patsubst $(obj)/%,%, \ macro
/Linux-v6.6/arch/arm/mach-at91/
DMakefile26 targets += pm_data-offsets.s
/Linux-v6.6/arch/nios2/boot/
DMakefile15 targets += vmlinux.bin vmlinux.gz vmImage
/Linux-v6.6/arch/arm64/tools/
DMakefile8 targets += $(addprefix ../../../, $(kapi-hdrs-y))
/Linux-v6.6/arch/xtensa/boot/boot-elf/
DMakefile13 targets += $(boot-y) boot.lds
/Linux-v6.6/drivers/crypto/vmx/
DMakefile18 targets += aesp8-ppc.S ghashp8-ppc.S
/Linux-v6.6/security/tomoyo/
DMakefile4 targets += builtin-policy.h
/Linux-v6.6/arch/xtensa/boot/boot-redboot/
DMakefile10 targets += $(boot-y)
/Linux-v6.6/arch/xtensa/kernel/syscalls/
DMakefile28 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/Linux-v6.6/arch/sh/boot/romimage/
DMakefile8 targets := vmlinux head.o zeropage.bin piggy.o macro
/Linux-v6.6/arch/ia64/kernel/syscalls/
DMakefile28 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))
/Linux-v6.6/arch/sh/kernel/syscalls/
DMakefile28 targets += $(addprefix ../../../../, $(uapisyshdr-y) $(kapisyshdr-y))

12345678910>>...13