| /linux/tools/testing/shared/ |
| A D | shared.mk | 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 68 @mkdir -p generated [all …]
|
| /linux/drivers/nvme/common/ |
| A D | keyring.c | 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, 160 { .generated = true, 176 bool generated = nvme_tls_psk_prio[prio].generated; in nvme_tls_psk_default() local [all …]
|
| /linux/drivers/gpu/drm/msm/ |
| A D | Makefile | 3 ccflags-y += -I $(obj)/generated 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 \ 208 generated/dsi.xml.h \ 209 generated/hdmi.xml.h \ 210 generated/mdp4.xml.h \ 211 generated/mdp5.xml.h \ [all …]
|
| /linux/arch/x86/include/asm/ |
| 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
|
| /linux/arch/mips/include/asm/ |
| 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/arch/s390/include/asm/ |
| 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/tools/net/ynl/ |
| A D | Makefile | 3 SUBDIRS = lib generated samples 7 samples: | lib generated 8 libynl.a: | lib generated 10 @ar rcs $@ lib/ynl.o generated/*-user.o
|
| /linux/tools/net/sunrpc/xdrgen/ |
| 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 96 generated code to specific parts of the XDR specification. 98 Because the generated code is targeted for the Linux kernel, it 130 in the specification to ensure the generated code compiles. This 159 special processing that cannot be automatically generated. The 163 decoder functions are not included in the generated header and 191 to the generated source file. 208 Adds these prototypes in the generated header: [all …]
|
| /linux/tools/perf/arch/x86/ |
| A D | Makefile | 13 generated := $(OUTPUT)arch/x86/include/generated macro 14 out := $(generated)/asm 30 $(call QUIET_CLEAN, x86) $(RM) -r $(header) $(generated)
|
| /linux/scripts/ |
| 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/ |
| 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/ |
| 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/ |
| 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/ |
| A D | .gitignore | 2 generated/bit-length.h 3 generated/map-shift.h 4 generated/autoconf.h
|
| A D | Makefile | 18 …$(RM) $(TARGETS) *.o radix-tree.c idr.c generated/map-shift.h generated/bit-length.h generated/aut…
|
| /linux/tools/testing/radix-tree/ |
| A D | .gitignore | 2 generated/autoconf.h 3 generated/bit-length.h 4 generated/map-shift.h
|
| A D | Makefile | 11 targets: generated/map-shift.h generated/bit-length.h $(TARGETS) 27 $(RM) $(TARGETS) *.o radix-tree.c idr.c generated/*
|
| /linux/arch/powerpc/include/asm/ |
| 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/ |
| 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/net/ynl/samples/ |
| A D | Makefile | 7 -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/Documentation/filesystems/ |
| A D | gfs2-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/Documentation/userspace-api/netlink/ |
| 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/arch/sparc/include/uapi/asm/ |
| A D | Kbuild | 2 generated-y += unistd_32.h 3 generated-y += unistd_64.h
|
| /linux/arch/powerpc/include/uapi/asm/ |
| A D | Kbuild | 2 generated-y += unistd_32.h 3 generated-y += unistd_64.h
|
| /linux/arch/s390/include/uapi/asm/ |
| A D | Kbuild | 3 generated-y += unistd_32.h 4 generated-y += unistd_64.h
|