Home
last modified time | relevance | path

Searched refs:generated (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/linux-6.12.1/tools/testing/shared/
Dshared.mk10 SHARED_DEPS = Makefile ../shared/shared.mk ../shared/*.h generated/map-shift.h \
11 generated/bit-length.h generated/autoconf.h \
55 generated/autoconf.h:
56 @mkdir -p generated
57 cp ../shared/autoconf.h generated/autoconf.h
59 generated/map-shift.h:
60 @mkdir -p generated
61 @if ! grep -qws $(SHIFT) generated/map-shift.h; then \
64 generated/map-shift.h; \
67 generated/bit-length.h: FORCE
[all …]
/linux-6.12.1/drivers/nvme/common/
Dkeyring.c94 u8 hmac, u8 psk_ver, bool generated) in nvme_tls_psk_lookup() argument
106 psk_ver, generated ? 'G' : 'R', hmac, hostnqn, subnqn); in nvme_tls_psk_lookup()
135 bool generated; member
139 { .generated = false,
142 { .generated = false,
145 { .generated = false,
148 { .generated = false,
151 { .generated = true,
154 { .generated = true,
157 { .generated = true,
[all …]
/linux-6.12.1/drivers/gpu/drm/msm/
DMakefile3 ccflags-y += -I $(obj)/generated
172 cmd_headergen = mkdir -p $(obj)/generated && $(PYTHON3) $(src)/registers/gen_header.py \
175 $(obj)/generated/%.xml.h: $(src)/registers/adreno/%.xml \
184 $(obj)/generated/%.xml.h: $(src)/registers/display/%.xml \
192 generated/a2xx.xml.h \
193 generated/a3xx.xml.h \
194 generated/a4xx.xml.h \
195 generated/a5xx.xml.h \
196 generated/a6xx.xml.h \
197 generated/a6xx_gmu.xml.h \
[all …]
/linux-6.12.1/arch/x86/include/asm/
DKbuild4 generated-y += orc_hash.h
5 generated-y += syscalls_32.h
6 generated-y += syscalls_64.h
7 generated-y += syscalls_x32.h
8 generated-y += unistd_32_ia32.h
9 generated-y += unistd_64_x32.h
10 generated-y += xen-hypercalls.h
/linux-6.12.1/arch/mips/include/asm/
DKbuild3 generated-y += syscall_table_n32.h
4 generated-y += syscall_table_n64.h
5 generated-y += syscall_table_o32.h
6 generated-y += unistd_nr_n32.h
7 generated-y += unistd_nr_n64.h
8 generated-y += unistd_nr_o32.h
/linux-6.12.1/tools/net/sunrpc/xdrgen/
DREADME22 The C code generated by rpcgen makes extensive use of the facilities
24 of the generated code is very traditional K&R C.
33 2. rpcgen-generated code is believed to be less efficient than code
44 In order to accrue the benefits of machine-generated XDR code in the
95 additional comments in the generated code to help readers match the
96 generated code to specific parts of the XDR specification.
98 Because the generated code is targeted for the Linux kernel, it
129 The source code is generated in the same order in which they appear
130 in the specification to ensure the generated code compiles. This
133 xdrgen assumes that the generated source code is further compiled by
[all …]
/linux-6.12.1/arch/s390/include/asm/
DKbuild2 generated-y += dis-defs.h
3 generated-y += facility-defs.h
4 generated-y += syscall_table.h
5 generated-y += unistd_nr.h
/linux-6.12.1/tools/net/ynl/
DMakefile3 SUBDIRS = lib generated samples
7 samples: | lib generated
8 libynl.a: | lib generated
10 @ar rcs $@ lib/ynl.o generated/*-user.o
/linux-6.12.1/tools/perf/arch/x86/
DMakefile13 generated := $(OUTPUT)arch/x86/include/generated macro
14 out := $(generated)/asm
30 $(call QUIET_CLEAN, x86) $(RM) -r $(header) $(generated)
/linux-6.12.1/scripts/
DMakefile.asm-headers16 src := $(srctree)/$(subst /generated,,$(obj))
36 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y))
43 mandatory-y := $(filter-out $(generated-y), $(mandatory-y))
48 generated-y := $(addprefix $(obj)/, $(generated-y))
52 unwanted := $(filter-out $(generic-y) $(generated-y) $(syscall-y),$(old-headers))
/linux-6.12.1/Documentation/arch/arm/samsung/
Dclksrc-change-registers.awk128 generated = mask
129 sub(reg_src, reg_div, generated)
136 printf "/* generated " generated " */\n"
142 printf ".shift = " dmask[generated,1] ", "
143 printf ".size = " dmask[generated,0] ", "
/linux-6.12.1/arch/x86/include/uapi/asm/
DKbuild2 generated-y += unistd_32.h
3 generated-y += unistd_64.h
4 generated-y += unistd_x32.h
/linux-6.12.1/arch/mips/include/uapi/asm/
DKbuild2 generated-y += unistd_n32.h
3 generated-y += unistd_n64.h
4 generated-y += unistd_o32.h
/linux-6.12.1/tools/testing/vma/
D.gitignore2 generated/bit-length.h
3 generated/map-shift.h
4 generated/autoconf.h
DMakefile18 …$(RM) $(TARGETS) *.o radix-tree.c idr.c generated/map-shift.h generated/bit-length.h generated/aut…
/linux-6.12.1/tools/testing/radix-tree/
D.gitignore2 generated/autoconf.h
3 generated/bit-length.h
4 generated/map-shift.h
DMakefile11 targets: generated/map-shift.h generated/bit-length.h $(TARGETS)
27 $(RM) $(TARGETS) *.o radix-tree.c idr.c generated/*
/linux-6.12.1/arch/powerpc/include/asm/
DKbuild2 generated-y += syscall_table_32.h
3 generated-y += syscall_table_64.h
4 generated-y += syscall_table_spu.h
/linux-6.12.1/kernel/
Dstacktrace.c50 unsigned int generated, i, total = 0; in stack_trace_snprint() local
56 generated = snprintf(buf, size, "%*c%pS\n", 1 + spaces, ' ', in stack_trace_snprint()
59 total += generated; in stack_trace_snprint()
60 if (generated >= size) { in stack_trace_snprint()
64 buf += generated; in stack_trace_snprint()
65 size -= generated; in stack_trace_snprint()
/linux-6.12.1/Documentation/filesystems/
Dgfs2-uevents.rst7 During the lifetime of a GFS2 mount, a number of uevents are generated.
18 uevent generated by the newly created filesystem. If the mount
30 The ONLINE uevent is generated after a successful mount or remount. It
34 be generated by older kernels.
48 success (or otherwise) of the operation. These uevents are generated
63 The OFFLINE uevent is only generated due to filesystem errors and is used
71 The REMOVE uevent is generated at the end of an unsuccessful mount
74 and unlike the other uevents is generated automatically by the kernel's
/linux-6.12.1/tools/net/ynl/samples/
DMakefile7 -I../lib/ -I../generated/ -idirafter $(UAPI_PATH)
12 LDLIBS=../lib/ynl.a ../generated/protos.a
23 $(BINS): ../lib/ynl.a ../generated/protos.a $(SRCS)
/linux-6.12.1/Documentation/userspace-api/netlink/
Dintro-specs.rst57 auto-generated files which need to be updated. Using this tool is the easiest
58 way to generate / update auto-generated code.
60 By default code is re-generated only if spec is newer than the source,
86 (based on libmnl) which integrates with code generated by
93 prefix by ``ynl_``) and per-family auto-generated code (prefixed
97 struct (family structs are exported by the auto-generated code).
104 All the functions and types in this example come from the auto-generated
124 // 6. Print the YNL-generated error
/linux-6.12.1/Documentation/gpu/
Dmsm-crash-dump.rst20 The kernel version that generated the dump (UTS_RELEASE).
23 The module that generated the crashdump.
29 Comm string for the binary that generated the fault.
32 Command line for the binary that generated the fault.
35 ID of the GPU that generated the crash formatted as
/linux-6.12.1/arch/powerpc/include/uapi/asm/
DKbuild2 generated-y += unistd_32.h
3 generated-y += unistd_64.h
/linux-6.12.1/arch/parisc/include/uapi/asm/
DKbuild2 generated-y += unistd_32.h
3 generated-y += unistd_64.h

12345678910>>...22