Home
last modified time | relevance | path

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

12345678910>>...45

/kernel/linux/linux-5.10/scripts/gdb/linux/
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
56 text = " .base: {}\n".format(base.address)
57 text += " .index: {}\n".format(base['index'])
59 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution)
61 text += " .get_time: {}\n".format(base['get_time'])
63 text += " .offset: {} nsecs\n".format(base['offset'])
64 text += "active timers:\n"
[all …]
/kernel/linux/linux-5.10/arch/xtensa/kernel/
Dvmlinux.lds.S88 .text :
97 SECTION_VECTOR2 (.WindowVectors.text, WINDOW_VECTORS_VADDR) argument
99 SECTION_VECTOR2 (.Level2InterruptVector.text, INTLEVEL2_VECTOR_VADDR)
102 SECTION_VECTOR2 (.Level3InterruptVector.text, INTLEVEL3_VECTOR_VADDR)
105 SECTION_VECTOR2 (.Level4InterruptVector.text, INTLEVEL4_VECTOR_VADDR)
108 SECTION_VECTOR2 (.Level5InterruptVector.text, INTLEVEL5_VECTOR_VADDR)
111 SECTION_VECTOR2 (.Level6InterruptVector.text, INTLEVEL6_VECTOR_VADDR)
113 SECTION_VECTOR2 (.DebugInterruptVector.text, DEBUG_VECTOR_VADDR)
114 SECTION_VECTOR2 (.KernelExceptionVector.text, KERNEL_VECTOR_VADDR)
115 SECTION_VECTOR2 (.UserExceptionVector.text, USER_VECTOR_VADDR)
[all …]
/kernel/linux/linux-5.10/drivers/s390/net/
Dctcm_dbug.h68 void ctcm_dbf_longtext(enum ctcm_dbf_names dbf_nix, int level, char *text, ...);
78 #define CTCM_DBF_TEXT(name, level, text) \ argument
80 debug_text_event(ctcm_dbf[CTCM_DBF_##name].id, level, text); \
89 #define CTCM_DBF_TEXT_(name, level, text...) \ argument
90 ctcm_dbf_longtext(CTCM_DBF_##name, level, text)
97 #define CTCM_DBF_DEV_NAME(cat, dev, text) \ argument
100 CTCM_FUNTAIL, dev->name, text); \
103 #define MPC_DBF_DEV_NAME(cat, dev, text) \ argument
106 CTCM_FUNTAIL, dev->name, text); \
109 #define CTCMY_DBF_DEV_NAME(cat, dev, text) \ argument
[all …]
/kernel/linux/config/
D.gitattributes1 *.tgz filter=lfs diff=lfs merge=lfs -text
2 *.trp filter=lfs diff=lfs merge=lfs -text
3 *.apk filter=lfs diff=lfs merge=lfs -text
4 *.jar filter=lfs diff=lfs merge=lfs -text
5 *.mp4 filter=lfs diff=lfs merge=lfs -text
6 *.zip filter=lfs diff=lfs merge=lfs -text
7 *.asm filter=lfs diff=lfs merge=lfs -text
8 *.8svn filter=lfs diff=lfs merge=lfs -text
9 *.9svn filter=lfs diff=lfs merge=lfs -text
10 *.dylib filter=lfs diff=lfs merge=lfs -text
[all …]
/kernel/linux/patches/
D.gitattributes1 *.tgz filter=lfs diff=lfs merge=lfs -text
2 *.trp filter=lfs diff=lfs merge=lfs -text
3 *.apk filter=lfs diff=lfs merge=lfs -text
4 *.jar filter=lfs diff=lfs merge=lfs -text
5 *.mp4 filter=lfs diff=lfs merge=lfs -text
6 *.zip filter=lfs diff=lfs merge=lfs -text
7 *.asm filter=lfs diff=lfs merge=lfs -text
8 *.8svn filter=lfs diff=lfs merge=lfs -text
9 *.9svn filter=lfs diff=lfs merge=lfs -text
10 *.dylib filter=lfs diff=lfs merge=lfs -text
[all …]
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dvmlinux.lds.S22 text PT_LOAD FLAGS(7); /* RWX */
51 .head.text : AT(ADDR(.head.text) - LOAD_OFFSET) {
53 KEEP(*(.head.text.first_256B));
56 KEEP(*(.head.text.real_vectors));
57 *(.head.text.real_trampolines);
58 KEEP(*(.head.text.virt_vectors));
59 *(.head.text.virt_trampolines);
67 } :text
77 .text ALIGN(0) : AT(ADDR(.text) - LOAD_OFFSET) {
84 .text : AT(ADDR(.text) - LOAD_OFFSET) {
[all …]
/kernel/linux/linux-5.10/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.*)
/kernel/uniproton/cmake/common/build_auxiliary_script/
DKconfig2macro.py47 text = r'''/*
63 text = '%s#ifndef %s\n' % (text, header_macro)
64 text = '%s#define %s\n' % (text, header_macro)
65 text = '%s\n' % (text)
66 text = '%s#ifdef __cplusplus\n#if __cplusplus\nextern "C" {\n#endif\n#endif\n' % (text)
68 fd_out.write(text)
109 text = '%s#define %s %s\n%s' %(prefix ,macro, value.strip('"'), suffix)
111 fd_out.write(text.rstrip() + "\n\n")
131 text = '#define %-35s NO \n\n' %(str)
133 fd_in.write(text)
[all …]
/kernel/linux/linux-5.10/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 : { *(.text*) } :text =0x90909090,
80 .altinstructions : { *(.altinstructions) } :text
81 .altinstr_replacement : { *(.altinstr_replacement) } :text
101 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-5.10/arch/nds32/kernel/vdso/
Dvdso.lds.S17 .hash : { *(.hash) } :text
25 .note : { *(.note.*) } :text :note
28 .text : { *(.text*) } :text
30 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
31 .eh_frame : { KEEP (*(.eh_frame)) } :text
33 .dynamic : { *(.dynamic) } :text :dynamic
35 .rodata : { *(.rodata*) } :text
51 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-5.10/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 */
/kernel/linux/linux-5.10/arch/riscv/kernel/vdso/
Dvdso.lds.S14 .hash : { *(.hash) } :text
22 .note : { *(.note.*) } :text :note
23 .dynamic : { *(.dynamic) } :text :dynamic
25 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
26 .eh_frame : { KEEP (*(.eh_frame)) } :text
37 .text : { *(.text .text.*) } :text
53 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso/
Dvdso.lds.S26 .hash : { *(.hash) } :text
41 .note : { *(.note.*) } :text :note
45 .text : { *(.text*) } :text =0xd503201f
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
72 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/kernel/linux/linux-5.10/tools/perf/util/
Dparse-events.l39 char *text = parse_events_get_text(scanner); in value() local
41 return __value(yylval, text, base, PE_VALUE); in value()
47 char *text = parse_events_get_text(scanner); in str() local
49 if (text[0] != '\'') { in str()
50 yylval->str = strdup(text); in str()
61 yylval->str = strndup(&text[1], strlen(text) - 2); in str()
70 char *text = parse_events_get_text(scanner); in raw() local
72 if (perf_pmu__parse_check(text) == PMU_EVENT_SYMBOL) in raw()
75 return __value(yylval, text + 1, 16, PE_RAW); in raw()
78 static bool isbpf_suffix(char *text) in isbpf_suffix() argument
[all …]
/kernel/linux/linux-5.10/scripts/kconfig/
Dlexer.l38 static char *text; variable
57 text = xmalloc(START_STRSIZE); in new_string()
60 *text = 0; in new_string()
69 text = xrealloc(text, new_size); in append_string()
72 memcpy(text + text_size, str, size); in append_string()
74 text[text_size] = 0; in append_string()
79 text = xmalloc(size + 1); in alloc_string()
80 memcpy(text, str, size); in alloc_string()
81 text[size] = 0; in alloc_string()
154 yylval.string = text;
[all …]
/kernel/linux/linux-5.10/include/asm-generic/
Dvmlinux.lds.h66 #define NOTES_HEADERS :text :note
67 #define NOTES_HEADERS_RESTORE __restore_ph : { *(.__restore_ph) } :text
100 #define TEXT_MAIN .text .text.[0-9a-zA-Z_]*
107 #define TEXT_MAIN .text
590 *(.text..L.cfi.jumptable .text..L.cfi.jumptable.*) \
603 *(.noinstr.text) \
616 *(.text.hot .text.hot.*) \
617 *(TEXT_MAIN .text.fixup) \
618 *(.text.unlikely .text.unlikely.*) \
619 *(.text.unknown .text.unknown.*) \
[all …]
/kernel/linux/linux-5.10/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
67 .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) { argument
68 *(.text..lock)
105 } :text :unwind
107 } :text
[all …]
/kernel/linux/linux-5.10/arch/powerpc/kernel/vdso32/
Dvdso32.lds.S20 .hash : { *(.hash) } :text
28 .note : { *(.note.*) } :text :note
31 .text : {
32 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*)
33 } :text
58 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
59 .eh_frame : { KEEP (*(.eh_frame)) } :text
63 .dynamic : { *(.dynamic) } :text :dynamic
64 .got : { *(.got) } :text
128 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
/kernel/linux/linux-5.10/arch/arm64/kernel/vdso32/
Dvdso.lds.S26 .hash : { *(.hash) } :text
34 .note : { *(.note.*) } :text :note
36 .dynamic : { *(.dynamic) } :text :dynamic
38 .rodata : { *(.rodata*) } :text
40 .text : { *(.text*) } :text =0xe7f001f2
58 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
/kernel/linux/linux-5.10/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="…
/kernel/linux/linux-5.10/arch/s390/kernel/vdso64/
Dvdso64.lds.S18 .hash : { *(.hash) } :text
26 .note : { *(.note.*) } :text :note
29 .text : {
30 *(.text .stub .text.* .gnu.linkonce.t.*)
31 } :text
42 .dynamic : { *(.dynamic) } :text :dynamic
44 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr
45 .eh_frame : { KEEP (*(.eh_frame)) } :text
119 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */

12345678910>>...45