Searched refs:generated (Results 1 – 25 of 439) sorted by relevance
12345678910>>...18
| /Linux-v4.19/kernel/ |
| D | stacktrace.c | 30 int generated; in snprint_stack_trace() local 37 generated = snprintf(buf, size, "%*c%pS\n", 1 + spaces, ' ', in snprint_stack_trace() 40 total += generated; in snprint_stack_trace() 43 if (generated >= size) { in snprint_stack_trace() 47 buf += generated; in snprint_stack_trace() 48 size -= generated; in snprint_stack_trace()
|
| /Linux-v4.19/arch/x86/include/asm/ |
| D | Kbuild | 3 generated-y += syscalls_32.h 4 generated-y += syscalls_64.h 5 generated-y += unistd_32_ia32.h 6 generated-y += unistd_64_x32.h 7 generated-y += xen-hypercalls.h
|
| /Linux-v4.19/tools/testing/radix-tree/ |
| D | Makefile | 21 targets: generated/map-shift.h $(TARGETS) 31 $(RM) $(TARGETS) *.o radix-tree.c idr.c generated/map-shift.h 35 $(OFILES): Makefile *.h */*.h generated/map-shift.h \ 47 generated/map-shift.h: 48 @if ! grep -qws $(SHIFT) generated/map-shift.h; then \ 50 generated/map-shift.h; \
|
| /Linux-v4.19/Documentation/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-v4.19/arch/x86/include/uapi/asm/ |
| D | Kbuild | 5 generated-y += unistd_32.h 6 generated-y += unistd_64.h 7 generated-y += unistd_x32.h
|
| /Linux-v4.19/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-v4.19/scripts/ |
| D | Makefile.asm-generic | 22 generated-y := $(generic-y) $(generated-y) 23 all-files := $(patsubst %, $(obj)/%, $(generated-y))
|
| D | mkcompile_h | 18 if [ -r $TARGET -a ! -O include/generated/autoconf.h ]; then 65 ( echo /\* This file is auto generated, version $VERSION \*/
|
| /Linux-v4.19/arch/arm/include/uapi/asm/ |
| D | Kbuild | 5 generated-y += unistd-common.h 6 generated-y += unistd-oabi.h 7 generated-y += unistd-eabi.h
|
| /Linux-v4.19/Documentation/filesystems/ |
| D | gfs2-uevents.txt | 4 During the lifetime of a GFS2 mount, a number of uevents are generated. 14 uevent generated by the newly created filesystem. If the mount 25 The ONLINE uevent is generated after a successful mount or remount. It 29 be generated by older kernels. 42 success (or otherwise) of the operation. These uevents are generated 56 The OFFLINE uevent is only generated due to filesystem errors and is used 63 The REMOVE uevent is generated at the end of an unsuccessful mount 66 and unlike the other uevents is generated automatically by the kernel's
|
| /Linux-v4.19/ |
| D | .gitignore | 2 # NOTE! Don't add files that are generated in specific 93 include/generated 95 arch/*/include/generated 97 # stgit generated dirs
|
| D | Kbuild | 14 bounds-file := include/generated/bounds.h 29 timeconst-file := include/generated/timeconst.h 48 offsets-file := include/generated/asm-offsets.h
|
| /Linux-v4.19/Documentation/gpu/ |
| D | msm-crash-dump.rst | 18 The kernel version that generated the dump (UTS_RELEASE). 21 The module that generated the crashdump. 27 Comm string for the binary that generated the fault. 30 Command line for the binary that generated the fault. 33 ID of the GPU that generated the crash formatted as
|
| /Linux-v4.19/arch/um/ |
| D | Makefile | 85 -I$(objtree)/$(HOST_DIR)/include/generated \ 86 -I$(objtree)/$(HOST_DIR)/include/generated/uapi 119 archprepare: include/generated/user_constants.h 167 include/generated/user_constants.h: $(HOST_DIR)/um/user-offsets.s
|
| /Linux-v4.19/arch/s390/include/uapi/asm/ |
| D | Kbuild | 5 generated-y += unistd_32.h 6 generated-y += unistd_64.h
|
| /Linux-v4.19/init/ |
| D | Makefile | 24 $(obj)/version.o: include/generated/compile.h 34 include/generated/compile.h: FORCE
|
| /Linux-v4.19/tools/perf/ |
| D | .gitignore | 33 arch/*/include/generated/ 34 trace/beauty/generated/
|
| /Linux-v4.19/arch/arm/mach-at91/ |
| D | Makefile | 25 include/generated/at91_pm_data-offsets.h: arch/arm/mach-at91/pm_data-offsets.s FORCE 28 arch/arm/mach-at91/pm_suspend.o: include/generated/at91_pm_data-offsets.h
|
| /Linux-v4.19/Documentation/devicetree/bindings/clock/ |
| D | pistachio-clock.txt | 30 "audio_clk_in_gate", "enet_clk_in_gate" which are generated by the 48 peripherals. The peripheral system clock ("periph_sys") generated by the core 58 - clock-names: Must include "periph_sys", the peripheral system clock generated 76 control registers. The system clock ("sys") generated by the peripheral clock 86 - clock-names: Must include "sys", the system clock generated by the peripheral
|
| /Linux-v4.19/arch/arm/include/asm/ |
| D | Kbuild | 24 generated-y += mach-types.h 25 generated-y += unistd-nr.h
|
| /Linux-v4.19/tools/perf/Documentation/ |
| D | jitdump-specification.txt | 17 …generated by Just-In-time compiler runtimes to save meta-data information about the generated code… 77 * uint64_t code_size: size in bytes of the generated jitted code 122 * uint64_t code_addr: address of function for which the debug information is generated 127 * uint64_t code_addr: address of function for which the debug information is generated 136 …The JIT_CODE_DEBUG for a given function must always be generated BEFORE the JIT_CODE_LOAD for the …
|
| D | perf.data-file-format.txt | 5 This document describes the on-disk perf.data format, generated by perf record 8 On a high level perf.data contains the events generated by the PMUs, plus metadata. 10 All fields are in native-endian of the machine that generated the perf.data. 31 use PERFILE2. Old perf versions generated a version 1 format (PERFFILE). Version 1 288 describing events. This matches the format generated by the kernel. 313 In addition to the kernel generated event types perf record adds its 392 for Intel Processor Trace it contains Processor Trace data generated 467 that are generated by perf record in pipe-mode. 474 This is the canonical description of the kernel generated perf_events
|
| /Linux-v4.19/Documentation/networking/ |
| D | timestamping.txt | 66 Timestamps may also be generated for reasons other than being 71 Request rx timestamps generated by the network adapter. 75 are generated just after a device driver hands a packet to the 79 Request tx timestamps generated by the network adapter. This flag 84 are generated in the device driver as close as possible, but always 100 a timestamp is generated at each layer. This allows for fine 108 over-report measurement, because the timestamp is generated when all 117 generated control message. Changes to the bits take immediate 129 Report hardware timestamps as generated by 209 are enabled at the same time. If both timestamps are generated, [all …]
|
| /Linux-v4.19/Documentation/ABI/testing/ |
| D | evm | 11 an HMAC-sha1 generated locally with a 14 generated either locally or remotely using an 67 to be added at runtime. Any signatures generated after
|
| /Linux-v4.19/arch/x86/entry/syscalls/ |
| D | Makefile | 2 out := arch/$(SRCARCH)/include/generated/asm 3 uapi := arch/$(SRCARCH)/include/generated/uapi/asm
|
12345678910>>...18