Searched refs:generated (Results 1 – 25 of 512) sorted by relevance
12345678910>>...21
/Linux-v6.6/arch/x86/include/asm/ |
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-v6.6/tools/testing/radix-tree/ |
D | Makefile | 28 targets: generated/map-shift.h generated/bit-length.h $(TARGETS) 42 $(RM) $(TARGETS) *.o radix-tree.c idr.c generated/map-shift.h generated/bit-length.h 46 $(OFILES): Makefile *.h */*.h generated/map-shift.h generated/bit-length.h \ 65 generated/map-shift.h: 66 @if ! grep -qws $(SHIFT) generated/map-shift.h; then \ 68 generated/map-shift.h; \ 71 generated/bit-length.h: FORCE 72 @if ! grep -qws CONFIG_$(LONG_BIT)BIT generated/bit-length.h; then \
|
D | .gitignore | 2 generated/bit-length.h 3 generated/map-shift.h
|
/Linux-v6.6/arch/mips/include/asm/ |
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-v6.6/scripts/ |
D | Makefile.asm-generic | 12 src := $(subst /generated,,$(obj)) 22 redundant := $(filter $(mandatory-y) $(generated-y), $(generic-y)) 29 mandatory-y := $(filter-out $(generated-y), $(mandatory-y)) 33 generated-y := $(addprefix $(obj)/, $(generated-y)) 37 unwanted := $(filter-out $(generic-y) $(generated-y),$(old-headers))
|
/Linux-v6.6/arch/s390/include/asm/ |
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-v6.6/tools/perf/arch/x86/ |
D | Makefile | 13 generated := $(OUTPUT)arch/x86/include/generated macro 14 out := $(generated)/asm 26 $(call QUIET_CLEAN, x86) $(RM) -r $(header) $(generated)
|
/Linux-v6.6/Documentation/arch/arm/samsung/ |
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-v6.6/arch/x86/include/uapi/asm/ |
D | Kbuild | 2 generated-y += unistd_32.h 3 generated-y += unistd_64.h 4 generated-y += unistd_x32.h
|
/Linux-v6.6/arch/mips/include/uapi/asm/ |
D | Kbuild | 2 generated-y += unistd_n32.h 3 generated-y += unistd_n64.h 4 generated-y += unistd_o32.h
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | Kbuild | 2 generated-y += syscall_table_32.h 3 generated-y += syscall_table_64.h 4 generated-y += syscall_table_spu.h
|
/Linux-v6.6/kernel/ |
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-v6.6/tools/net/ynl/samples/ |
D | Makefile | 7 -I../lib/ -I../generated/ -idirafter $(UAPI_PATH) 12 LDLIBS=-lmnl ../lib/ynl.a ../generated/protos.a 21 $(BINS): ../lib/ynl.a ../generated/protos.a
|
/Linux-v6.6/Documentation/filesystems/ |
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-v6.6/Documentation/userspace-api/netlink/ |
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-v6.6/Documentation/gpu/ |
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-v6.6/arch/sparc/include/uapi/asm/ |
D | Kbuild | 2 generated-y += unistd_32.h 3 generated-y += unistd_64.h
|
/Linux-v6.6/arch/parisc/include/uapi/asm/ |
D | Kbuild | 2 generated-y += unistd_32.h 3 generated-y += unistd_64.h
|
/Linux-v6.6/arch/s390/include/uapi/asm/ |
D | Kbuild | 3 generated-y += unistd_32.h 4 generated-y += unistd_64.h
|
/Linux-v6.6/arch/powerpc/include/uapi/asm/ |
D | Kbuild | 2 generated-y += unistd_32.h 3 generated-y += unistd_64.h
|
/Linux-v6.6/arch/arm/include/uapi/asm/ |
D | Kbuild | 3 generated-y += unistd-oabi.h 4 generated-y += unistd-eabi.h
|
/Linux-v6.6/arch/sparc/include/asm/ |
D | Kbuild | 2 generated-y += syscall_table_32.h 3 generated-y += syscall_table_64.h
|
/Linux-v6.6/arch/um/ |
D | Makefile | 80 -I$(objtree)/$(HOST_DIR)/include/generated \ 81 -I$(objtree)/$(HOST_DIR)/include/generated/uapi 115 $(Q)$(MAKE) $(build)=$(HOST_DIR)/um include/generated/user_constants.h 147 MRPROPER_FILES += $(HOST_DIR)/include/generated
|
/Linux-v6.6/ |
D | .gitignore | 3 # NOTE! Don't add files that are generated in specific 111 /include/generated/ 112 /arch/*/include/generated/ 114 # stgit generated dirs
|
/Linux-v6.6/arch/parisc/include/asm/ |
D | Kbuild | 2 generated-y += syscall_table_32.h 3 generated-y += syscall_table_64.h
|
12345678910>>...21