| /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/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 ynltool tests 21 tests: | lib generated libynl.a 22 ynltool: | lib generated libynl.a 23 libynl.a: | lib generated 25 @$(AR) rcs $@ lib/ynl.o generated/*-user.o 53 @make -C generated install
|
| /linux/arch/s390/include/asm/ |
| H A D | Kbuild | 2 generated-y += dis-defs.h 3 generated-y += facility-defs.h 4 generated-y += syscall_table.h 5 generated-y += unistd_nr.h
|
| /linux/scripts/ |
| H A D | Makefile.asm-headers | 5 # This Makefile generates arch/$(SRCARCH)/include/generated/(uapi/)/asm 8 # is generated for each file listed as generic-y 9 # - uapi/asm/unistd_*.h files listed as syscalls-y are generated from 11 # - Corresponding asm/syscall_table_*.h are generated from the same input 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 [all...] |
| /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/autoconf.h
|
| /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/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/arch/sparc/include/uapi/asm/ |
| H A D | Kbuild | 2 generated-y += unistd_32.h 3 generated-y += unistd_64.h
|
| /linux/arch/powerpc/include/uapi/asm/ |
| H A D | Kbuild | 2 generated-y += unistd_32.h 3 generated-y += unistd_64.h
|
| /linux/arch/parisc/include/uapi/asm/ |
| H A D | Kbuild | 2 generated-y += unistd_32.h 3 generated-y += unistd_64.h
|
| /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/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/arm/include/uapi/asm/ |
| H A D | Kbuild | 3 generated-y += unistd-oabi.h 4 generated-y += unistd-eabi.h
|
| /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/drivers/gpu/drm/xe/ |
| H A D | Makefile | 17 generated_oob := $(obj)/generated/xe_wa_oob.c $(obj)/generated/xe_wa_oob.h 20 $(obj)/generated/%_wa_oob.c $(obj)/generated/%_wa_oob.h: $(obj)/xe_gen_wa_oob \ 24 generated_device_oob := $(obj)/generated/xe_device_wa_oob.c $(obj)/generated/xe_device_wa_oob.h 27 $(obj)/generated/%_device_wa_oob.c $(obj)/generated/%_device_wa_oob.h: $(obj)/xe_gen_wa_oob \ 398 $(uses_generated_oob): $(obj)/generated/xe_wa_oob.h $(obj)/generated/xe_device_wa_oob.h
|
| /linux/arch/parisc/include/asm/ |
| H A D | Kbuild | 2 generated-y += syscall_table_32.h 3 generated-y += syscall_table_64.h
|
| /linux/arch/sparc/include/asm/ |
| H A D | Kbuild | 2 generated-y += syscall_table_32.h 3 generated-y += syscall_table_64.h
|