| /linux/scripts/gdb/linux/ |
| H A D | timerlist.py | 38 text = " #{}: <{}>, {}, ".format(idx, timer, function) 39 text += "S:{:02x}\n".format(int(timer['state'])) 40 text += " # expires at {}-{} nsecs [in {} to {} nsecs]\n".format( 42 return text 55 text = " .base: {}\n".format(base.address) 56 text += " .index: {}\n".format(base['index']) 58 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution) 60 text += " .offset: {} nsecs\n".format(base['offset']) 61 text += "active timers:\n" 62 text += "".join([x for x in print_active_timers(base)]) [all …]
|
| H A D | interrupts.py | 24 text = "" 28 return text 32 return text 35 return text 43 return text; 45 text += "%*d: " % (prec, irq) 51 text += "%10u" % (count) 61 text += " %8s" % (name) 64 text += " %*lu" % (prec, desc['irq_data']['hwirq']) 66 text += " %*s" % (prec, "") [all …]
|
| /linux/arch/xtensa/kernel/ |
| H A D | vmlinux.lds.S | 88 .text : 98 SECTION_VECTOR2 (.WindowVectors.text, WINDOW_VECTORS_VADDR) argument 101 SECTION_VECTOR2 (.Level2InterruptVector.text, INTLEVEL2_VECTOR_VADDR) 104 SECTION_VECTOR2 (.Level3InterruptVector.text, INTLEVEL3_VECTOR_VADDR) 107 SECTION_VECTOR2 (.Level4InterruptVector.text, INTLEVEL4_VECTOR_VADDR) 110 SECTION_VECTOR2 (.Level5InterruptVector.text, INTLEVEL5_VECTOR_VADDR) 113 SECTION_VECTOR2 (.Level6InterruptVector.text, INTLEVEL6_VECTOR_VADDR) 115 SECTION_VECTOR2 (.DebugInterruptVector.text, DEBUG_VECTOR_VADDR) 116 SECTION_VECTOR2 (.KernelExceptionVector.text, KERNEL_VECTOR_VADDR) 117 SECTION_VECTOR2 (.UserExceptionVector.text, USER_VECTOR_VADDR) [all …]
|
| /linux/lib/kunit/ |
| H A D | assert.c | 82 ptr_assert->text); in kunit_ptr_not_err_assert_format() 86 ptr_assert->text, in kunit_ptr_not_err_assert_format() 94 VISIBLE_IF_KUNIT bool is_literal(const char *text, long long value) in is_literal() argument 101 if (strlen(text) != len) in is_literal() 109 ret = strncmp(buffer, text, len) == 0; in is_literal() 127 binary_assert->text->left_text, in kunit_binary_assert_format() 128 binary_assert->text->operation, in kunit_binary_assert_format() 129 binary_assert->text->right_text); in kunit_binary_assert_format() 130 if (!is_literal(binary_assert->text->left_text, binary_assert->left_value)) in kunit_binary_assert_format() 132 binary_assert->text->left_text, in kunit_binary_assert_format() [all …]
|
| /linux/drivers/s390/net/ |
| H A D | ctcm_dbug.h | 69 void ctcm_dbf_longtext(enum ctcm_dbf_names dbf_nix, int level, char *text, ...); 79 #define CTCM_DBF_TEXT(name, level, text) \ argument 81 debug_text_event(ctcm_dbf[CTCM_DBF_##name].id, level, text); \ 90 #define CTCM_DBF_TEXT_(name, level, text...) \ argument 91 ctcm_dbf_longtext(CTCM_DBF_##name, level, text) 98 #define CTCM_DBF_DEV_NAME(cat, dev, text) \ argument 101 CTCM_FUNTAIL, dev->name, text); \ 104 #define MPC_DBF_DEV_NAME(cat, dev, text) \ argument 107 CTCM_FUNTAIL, dev->name, text); \ 110 #define CTCMY_DBF_DEV_NAME(cat, dev, text) \ argument [all …]
|
| /linux/tools/testing/selftests/proc/ |
| H A D | proc-maps-race.c | 51 char text[LINE_MAX_SIZE]; member 161 copy_last_line(&self->page1, last_line->text); in read_boundary_lines() 162 copy_first_line(&self->page2, first_line->text); in read_boundary_lines() 164 return sscanf(last_line->text, "%lx-%lx", &last_line->start_addr, in read_boundary_lines() 166 sscanf(first_line->text, "%lx-%lx", &first_line->start_addr, in read_boundary_lines() 194 static void print_first_lines(char *text, int nr) in print_first_lines() argument 196 const char *end = text; in print_first_lines() 204 int offs = end - text; in print_first_lines() 206 text[offs] = '\0'; in print_first_lines() 207 printf("%s", text); in print_first_lines() [all …]
|
| /linux/include/asm-generic/ |
| H A D | vmlinux.lds.h | 68 #define NOTES_HEADERS :text :note 69 #define NOTES_HEADERS_RESTORE __restore_ph : { *(.__restore_ph) } :text 117 .text \ 118 .text.[_0-9A-Za-df-rt-z]* \ 119 .text.s[_0-9A-Za-su-z]* .text.s .text.s.* \ 120 .text.st[_0-9A-Zb-z]* .text.st .text.st.* \ 121 .text.sta[_0-9A-Za-qs-z]* .text.sta .text.sta.* \ 122 .text.star[_0-9A-Za-su-z]* .text.star .text.star.* \ 123 .text.start[_0-9A-Za-tv-z]* .text.start .text.start.* \ 124 .text.startu[_0-9A-Za-oq-z]* .text.startu .text.startu.* \ [all …]
|
| /linux/arch/powerpc/kernel/ |
| H A D | vmlinux.lds.S | 37 text PT_LOAD FLAGS(7); /* RWX */ 66 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) { 68 KEEP(*(.head.text.first_256B)); 71 KEEP(*(.head.text.real_vectors)); 72 *(.head.text.real_trampolines); 73 KEEP(*(.head.text.virt_vectors)); 74 *(.head.text.virt_trampolines); 82 } :text 92 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) { 99 .text : AT(ADDR(.text) - LOAD_OFFSET) { [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ctx_rewrite.c | 395 char *text = text_origin; in print_match_error() local 396 int middle = max_line_len(text) + 2; in print_match_error() 399 while (*pattern || *text) { in print_match_error() 405 while (*text && *text != '\n') { in print_match_error() 406 if (text == text_pos) in print_match_error() 408 fputc(*text, out); in print_match_error() 409 ++text; in print_match_error() 412 if (text == text_pos) in print_match_error() 437 if (*text) in print_match_error() 438 ++text; in print_match_error() [all …]
|
| /linux/tools/perf/Documentation/ |
| H A D | build-docdep.perl | 6 for my $text (<*.txt>) { 7 open I, '<', $text || die "cannot read: $text"; 13 $include{$text}{$_} = 1; 24 while (my ($text, $included) = each %include) { 30 if (!exists $include{$text}{$j}) { 31 $include{$text}{$j} = 1; 41 while (my ($text, $included) = each %include) { 42 if (! exists $included{$text} && 43 (my $base = $text) =~ s/\.txt$//) {
|
| /linux/arch/powerpc/platforms/44x/ |
| H A D | ppc476_modules.lds | 3 .text : ALIGN(4096) 5 *(.text .text.* .fixup) 7 .init.text : ALIGN(4096) 9 *(.init.text .init.text.*) 11 .exit.text : ALIGN(4096) 13 *(.exit.text .exit.text.*)
|
| /linux/arch/sparc/vdso/ |
| H A D | vdso-layout.lds.S | 31 .hash : { *(.hash) } :text 39 .dynamic : { *(.dynamic) } :text :dynamic 58 } :text 60 .fake_shstrtab : { *(.fake_shstrtab) } :text 63 .note : { *(.note.*) } :text :note 65 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 66 .eh_frame : { KEEP (*(.eh_frame)) } :text 74 .text : { *(.text*) } :text =0x90909090, 94 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /linux/arch/riscv/kernel/vdso/ |
| H A D | vdso.lds.S | 17 .hash : { *(.hash) } :text 25 .dynamic : { *(.dynamic) } :text :dynamic 33 } :text 35 .note : { *(.note.*) } :text :note 37 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 38 .eh_frame : { KEEP (*(.eh_frame)) } :text 45 .text : { *(.text .text.*) } :text 59 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /linux/arch/x86/um/vdso/ |
| H A D | vdso-layout.lds.S | 12 .hash : { *(.hash) } :text 20 .note : { *(.note.*) } :text :note 22 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 23 .eh_frame : { KEEP (*(.eh_frame)) } :text 25 .dynamic : { *(.dynamic) } :text :dynamic 27 .rodata : { *(.rodata*) } :text 47 .text : { *(.text*) } :text =0x90909090 61 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /linux/arch/sh/kernel/vsyscall/ |
| H A D | vsyscall.lds.S | 23 .hash : { *(.hash) } :text 39 .text : { *(.text) } :text =0x90909090 40 .note : { *(.note.*) } :text :note 41 .eh_frame_hdr : { *(.eh_frame_hdr ) } :text :eh_frame_hdr 45 } :text 46 .dynamic : { *(.dynamic) } :text :dynamic 52 } :text 66 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
| /linux/arch/loongarch/vdso/ |
| H A D | vdso.lds.S | 18 .hash : { *(.hash) } :text 26 .note : { *(.note.*) } :text :note 28 .text : { *(.text*) } :text 33 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 34 .eh_frame : { KEEP (*(.eh_frame)) } :text 36 .dynamic : { *(.dynamic) } :text :dynamic 38 .rodata : { *(.rodata*) } :text 53 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /linux/tools/lib/python/kdoc/ |
| H A D | parse_data_structs.py | 408 text = re.sub(r"\s+$", "", self.data) + "\n" 409 text = re.sub(r"\n\s+\n", "\n\n", text) 412 text = re.sub(r"([\_\`\*\<\>\&\\\\:\/\|\%\$\#\{\}\~\^])", r"\\\1", text) 415 text = re.sub(r"DEPRECATED", "**DEPRECATED**", text) 425 text = re.sub(fr'{start_delim}{symbol}{end_delim}', 426 fr'\1{replacement}\2', text) 429 text = re.sub(r"\\ ([\n ])", r"\1", text) 430 text = re.sub(r" \\ ", " ", text) 432 return text 438 text = [] [all …]
|
| /linux/scripts/kconfig/ |
| H A D | lexer.l | 37 static char *text; variable 59 text = xmalloc(START_STRSIZE); in new_string() 62 *text = 0; in new_string() 71 text = xrealloc(text, new_size); in append_string() 74 memcpy(text + text_size, str, size); in append_string() 76 text[text_size] = 0; in append_string() 81 text = xmalloc(size + 1); in alloc_string() 82 memcpy(text, str, size); in alloc_string() 83 text[size] = 0; in alloc_string() 152 yylval.string = text; [all …]
|
| /linux/tools/testing/kunit/ |
| H A D | kunit_printer.py | 34 def _color(self, code: str, text: str) -> str: 36 return text 37 return code + text + _RESET 39 def red(self, text: str) -> str: 40 return self._color('\033[1;31m', text) 42 def yellow(self, text: str) -> str: 43 return self._color('\033[1;33m', text) 45 def green(self, text: str) -> str: 46 return self._color('\033[1;32m', text)
|
| /linux/Documentation/input/ |
| H A D | interactive.svg | 18 …text x="2775" y="7725" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width=".… 19 …<text x="5400" y="5700" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="… 20 …<text x="5400" y="3600" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="… 21 …text x="5400" y="3900" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width=".… 22 …text x="5475" y="5100" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width=".… 23 …<text x="5400" y="4425" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width="…
|
| H A D | shape.svg | 33 …text x="5953.125" y="5256.6001" fill="#000000" font-family="sans-serif" font-size="144px" stroke-w… 34 …text x="10078.125" y="2931.5999" fill="#000000" font-family="sans-serif" font-size="144px" stroke-… 35 …<text x="9028.125" y="3381.5999" fill="#000000" font-family="sans-serif" font-size="144px" stroke-… 36 …text x="4153.125" y="1131.6" fill="#000000" font-family="sans-serif" font-size="144px" stroke-widt… 37 …text x="8053.125" y="1131.6" fill="#000000" font-family="sans-serif" font-size="144px" stroke-widt… 38 …text x="2803.125" y="3306.5999" fill="#000000" font-family="sans-serif" font-size="144px" stroke-w…
|
| /linux/arch/parisc/kernel/ |
| H A D | vmlinux.lds.S | 41 #define EXIT_TEXT_SECTIONS() .exit.text : { EXIT_TEXT } 85 .text ALIGN(PAGE_SIZE) : { 92 *(.text.do_softirq) 93 *(.text.sys_exit) 94 *(.text.do_sigaltstack) 95 *(.text.do_fork) 96 *(.text.div) 98 *(.text.*) 100 *(.lock.text) /* out-of-line lock text */
|
| /linux/arch/arm64/kernel/vdso/ |
| H A D | vdso.lds.S | 27 .hash : { *(.hash) } :text 43 .note : { *(.note.*) } :text :note 47 .text : { *(.text*) } :text =0xd503201f 57 .dynamic : { *(.dynamic) } :text :dynamic 69 } :text 90 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
| /linux/arch/parisc/kernel/vdso64/ |
| H A D | vdso64.lds.S | 15 .hash : { *(.hash) } :text 23 .note : { *(.note.*) } :text :note 26 .text : 28 *(.text .stub .text.* .gnu.linkonce.t.*) 38 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 39 .eh_frame : { KEEP (*(.eh_frame)) } :text 43 .dynamic : { *(.dynamic) } :text :dynamic 91 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
| /linux/arch/parisc/kernel/vdso32/ |
| H A D | vdso32.lds.S | 16 .hash : { *(.hash) } :text 24 .note : { *(.note.*) } :text :note 27 .text : 29 *(.text .stub .text.* .gnu.linkonce.t.*) 40 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 41 .eh_frame : { KEEP (*(.eh_frame)) } :text 45 .dynamic : { *(.dynamic) } :text :dynamic 93 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|