| /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/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/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/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/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/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/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/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
|
| /linux/arch/sparc/include/uapi/asm/ |
| H A D | Kbuild | 2 generated-y += unistd_32.h 3 generated-y += unistd_64.h
|
| /linux/arch/s390/include/uapi/asm/ |
| H A D | Kbuild | 3 generated-y += unistd_32.h 4 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/arch/arm/include/uapi/asm/ |
| H A D | Kbuild | 3 generated-y += unistd-oabi.h 4 generated-y += unistd-eabi.h
|
| /linux/arch/parisc/include/asm/ |
| H A D | Kbuild | 2 generated-y += syscall_table_32.h 3 generated-y += syscall_table_64.h
|