Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/linux-6.6.21/scripts/gdb/linux/
Dinterrupts.py24 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 …]
Dtimerlist.py38 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 += " .get_time: {}\n".format(base['get_time'])
62 text += " .offset: {} nsecs\n".format(base['offset'])
63 text += "active timers:\n"
[all …]
/linux-6.6.21/arch/xtensa/kernel/
Dvmlinux.lds.S88 .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-6.6.21/lib/kunit/
Dassert.c80 ptr_assert->text); in kunit_ptr_not_err_assert_format()
84 ptr_assert->text, in kunit_ptr_not_err_assert_format()
92 static bool is_literal(struct kunit *test, const char *text, long long value, in is_literal() argument
100 if (strlen(text) != len) in is_literal()
108 ret = strncmp(buffer, text, len) == 0; in is_literal()
125 binary_assert->text->left_text, in kunit_binary_assert_format()
126 binary_assert->text->operation, in kunit_binary_assert_format()
127 binary_assert->text->right_text); in kunit_binary_assert_format()
128 if (!is_literal(stream->test, binary_assert->text->left_text, in kunit_binary_assert_format()
131 binary_assert->text->left_text, in kunit_binary_assert_format()
[all …]
/linux-6.6.21/drivers/s390/net/
Dctcm_dbug.h69 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-6.6.21/arch/powerpc/kernel/
Dvmlinux.lds.S43 text PT_LOAD FLAGS(7); /* RWX */
72 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {
74 KEEP(*(.head.text.first_256B));
77 KEEP(*(.head.text.real_vectors));
78 *(.head.text.real_trampolines);
79 KEEP(*(.head.text.virt_vectors));
80 *(.head.text.virt_trampolines);
88 } :text
98 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) {
105 .text : AT(ADDR(.text) - LOAD_OFFSET) {
[all …]
/linux-6.6.21/arch/x86/entry/vdso/
Dvdso-layout.lds.S39 .hash : { *(.hash) } :text
47 .dynamic : { *(.dynamic) } :text :dynamic
58 } :text
67 .note : { *(.note.*) } :text :note
69 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
70 .eh_frame : { KEEP (*(.eh_frame)) } :text
78 .text : {
79 *(.text*)
80 } :text =0x90909090,
84 .altinstructions : { *(.altinstructions) } :text
[all …]
/linux-6.6.21/tools/perf/Documentation/
Dbuild-docdep.perl6 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-6.6.21/arch/powerpc/platforms/44x/
Dppc476_modules.lds3 .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-6.6.21/arch/mips/vdso/
Dvdso.lds.S31 .mips_abiflags : { *(.mips_abiflags) } :text :abiflags
33 .reginfo : { *(.reginfo) } :text :reginfo
35 .hash : { *(.hash) } :text
43 .note : { *(.note.*) } :text :note
45 .text : { *(.text*) } :text
50 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
51 .eh_frame : { KEEP (*(.eh_frame)) } :text
53 .dynamic : { *(.dynamic) } :text :dynamic
55 .rodata : { *(.rodata*) } :text
85 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/linux-6.6.21/arch/sparc/vdso/
Dvdso-layout.lds.S31 .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-6.6.21/arch/x86/um/vdso/
Dvdso-layout.lds.S12 .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-6.6.21/arch/csky/kernel/vdso/
Dvdso.lds.S12 .hash : { *(.hash) } :text
20 .note : { *(.note.*) } :text :note
21 .dynamic : { *(.dynamic) } :text :dynamic
23 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
24 .eh_frame : { KEEP (*(.eh_frame)) } :text
29 .text : { *(.text .text.*) } :text
41 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/linux-6.6.21/arch/sh/kernel/vsyscall/
Dvsyscall.lds.S23 .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-6.6.21/arch/arm/vdso/
Dvdso.lds.S26 .hash : { *(.hash) } :text
34 .note : { *(.note.*) } :text :note
37 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
38 .eh_frame : { KEEP (*(.eh_frame)) } :text
40 .dynamic : { *(.dynamic) } :text :dynamic
42 .rodata : { *(.rodata*) } :text
44 .text : { *(.text*) } :text =0xe7f001f2
62 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dctx_rewrite.c392 char *text = text_origin; in print_match_error() local
393 int middle = max_line_len(text) + 2; in print_match_error()
396 while (*pattern || *text) { in print_match_error()
402 while (*text && *text != '\n') { in print_match_error()
403 if (text == text_pos) in print_match_error()
405 fputc(*text, out); in print_match_error()
406 ++text; in print_match_error()
409 if (text == text_pos) in print_match_error()
434 if (*text) in print_match_error()
435 ++text; in print_match_error()
[all …]
/linux-6.6.21/arch/loongarch/vdso/
Dvdso.lds.S16 .hash : { *(.hash) } :text
24 .note : { *(.note.*) } :text :note
26 .text : { *(.text*) } :text
31 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
32 .eh_frame : { KEEP (*(.eh_frame)) } :text
34 .dynamic : { *(.dynamic) } :text :dynamic
36 .rodata : { *(.rodata*) } :text
51 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/linux-6.6.21/arch/riscv/kernel/vdso/
Dvdso.lds.S18 .hash : { *(.hash) } :text
26 .note : { *(.note.*) } :text :note
27 .dynamic : { *(.dynamic) } :text :dynamic
29 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
30 .eh_frame : { KEEP (*(.eh_frame)) } :text
41 .text : { *(.text .text.*) } :text
64 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/linux-6.6.21/tools/testing/kunit/
Dkunit_printer.py29 def _color(self, code: str, text: str) -> str:
31 return text
32 return code + text + _RESET
34 def red(self, text: str) -> str:
35 return self._color('\033[1;31m', text)
37 def yellow(self, text: str) -> str:
38 return self._color('\033[1;33m', text)
40 def green(self, text: str) -> str:
41 return self._color('\033[1;32m', text)
/linux-6.6.21/arch/powerpc/kernel/vdso/
Dvdso32.lds.S22 .hash : { *(.hash) } :text
30 .note : { *(.note.*) } :text :note
33 .text : {
34 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
35 } :text
68 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
69 .eh_frame : { KEEP (*(.eh_frame)) } :text
73 .dynamic : { *(.dynamic) } :text :dynamic
74 .got : { *(.got) } :text
105 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
Dvdso64.lds.S22 .hash : { *(.hash) } :text
30 .note : { *(.note.*) } :text :note
33 .text : {
34 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
36 } :text
67 .dynamic : { *(.dynamic) } :text :dynamic
69 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
70 .eh_frame : { KEEP (*(.eh_frame)) } :text
104 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
/linux-6.6.21/scripts/kconfig/
Dlexer.l30 static char *text; variable
49 text = xmalloc(START_STRSIZE); in new_string()
52 *text = 0; in new_string()
61 text = xrealloc(text, new_size); in append_string()
64 memcpy(text + text_size, str, size); in append_string()
66 text[text_size] = 0; in append_string()
71 text = xmalloc(size + 1); in alloc_string()
72 memcpy(text, str, size); in alloc_string()
73 text[size] = 0; in alloc_string()
142 yylval.string = text;
[all …]
/linux-6.6.21/arch/ia64/kernel/
Dvmlinux.lds.S19 text PT_LOAD;
32 *(.IA_64.unwind.exit.text)
33 *(.IA_64.unwind_info.exit.text)
42 } :text
48 .text : AT(ADDR(.text) - LOAD_OFFSET) {
50 *(.text..ivt) argument
66 .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) { argument
67 *(.text..lock)
104 } :text :unwind
106 } :text
[all …]
/linux-6.6.21/Documentation/input/
Dinteractive.svg18text 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="…
21text x="5400" y="3900" font-family="sans-serif" font-size="144px" stroke="#000000" stroke-width=".…
22text 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="…
/linux-6.6.21/arch/parisc/kernel/
Dvmlinux.lds.S41 #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 */

12345678910>>...45