| /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/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/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/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/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/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/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/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/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/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
|
| /linux/arch/arm/include/asm/ |
| H A D | Kbuild | 8 generated-y += mach-types.h 9 generated-y += unistd-nr.h
|
| /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
|