| /linux/tools/testing/shared/ |
| H A D | shared.mk | 13 SHARED_DEPS = Makefile ../shared/shared.mk ../shared/*.h generated/map-shift.h \ 14 generated/bit-length.h generated/autoconf.h \ 59 generated/autoconf.h: 60 @mkdir -p generated 61 cp ../shared/autoconf.h generated/autoconf.h 63 generated/map-shift.h: 64 @mkdir -p generated 65 @if ! grep -qws $(SHIFT) generated/map-shift.h; then \ 68 generated/map-shift.h; \ 71 generated/bit-length.h: FORCE [all …]
|
| /linux/arch/x86/include/asm/ |
| H A D | Kbuild | 4 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 11 generated-y += cpufeaturemasks.h
|
| /linux/drivers/nvme/common/ |
| H A D | keyring.c | 93 u8 hmac, u8 psk_ver, bool generated) in nvme_tls_psk_lookup() argument 105 psk_ver, generated ? 'G' : 'R', hmac, hostnqn, subnqn); in nvme_tls_psk_lookup() 198 bool generated; member 202 { .generated = false, 205 { .generated = false, 208 { .generated = false, 211 { .generated = false, 214 { .generated = true, 217 { .generated = true, 220 { .generated = true, [all …]
|
| /linux/arch/mips/include/asm/ |
| H A D | Kbuild | 3 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/tools/net/ynl/ |
| H A D | Makefile | 17 SUBDIRS = lib generated samples ynltool tests 21 ynltool: | lib generated libynl.a 22 samples: | lib generated 23 libynl.a: | lib generated 25 @ar rcs $@ lib/ynl.o generated/*-user.o 53 @make -C generated install
|
| /linux/tools/net/sunrpc/xdrgen/ |
| H A D | README | 22 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/scripts/ |
| H A D | Makefile.asm-headers | 16 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/Documentation/arch/arm/samsung/ |
| H A D | clksrc-change-registers.awk | 128 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/arch/x86/include/uapi/asm/ |
| H A D | Kbuild | 2 generated-y += unistd_32.h 3 generated-y += unistd_64.h 4 generated-y += unistd_x32.h
|
| /linux/arch/mips/include/uapi/asm/ |
| H A D | Kbuild | 2 generated-y += unistd_n32.h 3 generated-y += unistd_n64.h 4 generated-y += unistd_o32.h
|
| /linux/tools/testing/vma/ |
| H A D | .gitignore | 2 generated/bit-length.h 3 generated/map-shift.h 4 generated/autoconf.h
|
| H A D | Makefile | 21 …$(RM) $(TARGETS) *.o radix-tree.c idr.c generated/map-shift.h generated/bit-length.h generated/aut…
|
| /linux/kernel/ |
| H A D | stacktrace.c | 50 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/tools/testing/radix-tree/ |
| H A D | .gitignore | 2 generated/autoconf.h 3 generated/bit-length.h 4 generated/map-shift.h
|
| H A D | Makefile | 11 targets: generated/map-shift.h generated/bit-length.h $(TARGETS) 28 $(RM) $(TARGETS) *.o radix-tree.c idr.c generated/*
|
| /linux/arch/powerpc/include/asm/ |
| H A D | Kbuild | 2 generated-y += syscall_table_32.h 3 generated-y += syscall_table_64.h 4 generated-y += syscall_table_spu.h
|
| /linux/Documentation/filesystems/gfs2/ |
| H A D | uevents.rst | 7 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/scripts/basic/ |
| H A D | Makefile | 13 $@ $(objtree)/include/generated/randstruct_hash.h 19 $(obj)/../../include/generated/integer-wrap.h: $(srctree)/scripts/integer-wrap-ignore.scl FORCE 21 always-$(CONFIG_UBSAN_INTEGER_WRAP) += ../../include/generated/integer-wrap.h
|
| /linux/tools/net/ynl/samples/ |
| H A D | Makefile | 7 -I../lib/ -I../generated/ -idirafter $(UAPI_PATH) 12 LDLIBS=../lib/ynl.a ../generated/protos.a 24 $(BINS): ../lib/ynl.a ../generated/protos.a $(SRCS)
|
| /linux/Documentation/userspace-api/netlink/ |
| H A D | intro-specs.rst | 57 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/Documentation/gpu/ |
| H A D | msm-crash-dump.rst | 20 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/Documentation/process/ |
| H A D | generated-content.rst | 53 - A chatbot generated a new function in your patch to sort list entries. 54 - A .c file in the patch was originally generated by a coding 56 - The changelog was generated by handing the patch to a generative AI 69 tool-generated contributions. Ensure that you understand your entire 78 - If code was largely generated from a single or short set of 92 priority than human-generated content. 101 additional scrutiny in proportion to how much of it was generated.
|
| /linux/scripts/package/ |
| H A D | install-extmod-build | 24 find "arch/${SRCARCH}" -name generated -prune -o -name include -type d -print 26 find include \( -name config -o -name generated \) -prune -o \( -type f -o -type l \) -print 43 echo include/generated
|
| /linux/arch/um/ |
| H A D | Makefile | 81 -I$(objtree)/$(HOST_DIR)/include/generated \ 82 -I$(objtree)/$(HOST_DIR)/include/generated/uapi 116 $(Q)$(MAKE) $(build)=$(HOST_DIR)/um include/generated/user_constants.h 148 MRPROPER_FILES += $(HOST_DIR)/include/generated
|
| /linux/ |
| H A D | .gitignore | 3 # NOTE! Don't add files that are generated in specific 125 /include/generated/ 126 /arch/*/include/generated/ 128 # stgit generated dirs
|