/linux-4.4.14/arch/xtensa/kernel/ |
D | vmlinux.lds.S | 88 .text : 94 *(.sched.literal .sched.text) 97 *(.spinlock.literal .spinlock.text) 137 .WindowVectors.text); 140 .Level2InterruptVector.text); 144 .Level3InterruptVector.text); 148 .Level4InterruptVector.text); 152 .Level5InterruptVector.text); 156 .Level6InterruptVector.text); 159 .KernelExceptionVector.text); [all …]
|
D | vectors.S | 69 .section .UserExceptionVector.text, "ax" 96 .section .KernelExceptionVector.text, "ax" 207 .section .DoubleExceptionVector.text, "ax" 483 .text 600 .section .DebugInterruptVector.text, "ax" 627 .section .Level\level\()InterruptVector.text, "ax" 666 .section .WindowVectors.text, "ax" 790 .text
|
/linux-4.4.14/drivers/s390/net/ |
D | ctcm_dbug.h | 67 void ctcm_dbf_longtext(enum ctcm_dbf_names dbf_nix, int level, char *text, ...); 77 #define CTCM_DBF_TEXT(name, level, text) \ argument 79 debug_text_event(ctcm_dbf[CTCM_DBF_##name].id, level, text); \ 88 #define CTCM_DBF_TEXT_(name, level, text...) \ argument 89 ctcm_dbf_longtext(CTCM_DBF_##name, level, text) 96 #define CTCM_DBF_DEV_NAME(cat, dev, text) \ argument 99 CTCM_FUNTAIL, dev->name, text); \ 102 #define MPC_DBF_DEV_NAME(cat, dev, text) \ argument 105 CTCM_FUNTAIL, dev->name, text); \ 108 #define CTCMY_DBF_DEV_NAME(cat, dev, text) \ argument [all …]
|
D | qeth_core.h | 57 #define QETH_DBF_TEXT(name, level, text) \ argument 58 debug_text_event(qeth_dbf[QETH_DBF_##name].id, level, text) 63 #define QETH_DBF_MESSAGE(level, text...) \ argument 64 debug_sprintf_event(qeth_dbf[QETH_DBF_MSG].id, level, text) 66 #define QETH_DBF_TEXT_(name, level, text...) \ argument 67 qeth_dbf_longtext(qeth_dbf[QETH_DBF_##name].id, level, text) 69 #define QETH_CARD_TEXT(card, level, text) \ argument 70 debug_text_event(card->debug, level, text) 75 #define QETH_CARD_MESSAGE(card, text...) \ argument 76 debug_sprintf_event(card->debug, level, text) [all …]
|
D | lcs.h | 9 #define LCS_DBF_TEXT(level, name, text) \ argument 11 debug_text_event(lcs_dbf_##name, level, text); \ 19 #define LCS_DBF_TEXT_(level,name,text...) \ argument 22 sprintf(debug_buffer, text); \
|
/linux-4.4.14/arch/powerpc/platforms/44x/ |
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-4.4.14/arch/x86/entry/vdso/ |
D | vdso-layout.lds.S | 42 .hash : { *(.hash) } :text 50 .dynamic : { *(.dynamic) } :text :dynamic 70 } :text 72 .fake_shstrtab : { *(.fake_shstrtab) } :text 75 .note : { *(.note.*) } :text :note 77 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 78 .eh_frame : { KEEP (*(.eh_frame)) } :text 86 .text : { *(.text*) } :text =0x90909090, 93 .altinstructions : { *(.altinstructions) } :text 94 .altinstr_replacement : { *(.altinstr_replacement) } :text [all …]
|
/linux-4.4.14/arch/mips/vdso/ |
D | vdso.lds.S | 35 .mips_abiflags : { *(.mips_abiflags) } :text :abiflags 37 .reginfo : { *(.reginfo) } :text :reginfo 39 .hash : { *(.hash) } :text 47 .note : { *(.note.*) } :text :note 49 .text : { *(.text*) } :text 54 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 55 .eh_frame : { KEEP (*(.eh_frame)) } :text 57 .dynamic : { *(.dynamic) } :text :dynamic 59 .rodata : { *(.rodata*) } :text 89 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
/linux-4.4.14/arch/x86/um/vdso/ |
D | vdso-layout.lds.S | 11 .hash : { *(.hash) } :text 19 .note : { *(.note.*) } :text :note 21 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 22 .eh_frame : { KEEP (*(.eh_frame)) } :text 24 .dynamic : { *(.dynamic) } :text :dynamic 26 .rodata : { *(.rodata*) } :text 46 .text : { *(.text*) } :text =0x90909090 60 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
/linux-4.4.14/arch/sh/kernel/vsyscall/ |
D | vsyscall.lds.S | 22 .hash : { *(.hash) } :text 38 .text : { *(.text) } :text =0x90909090 39 .note : { *(.note.*) } :text :note 40 .eh_frame_hdr : { *(.eh_frame_hdr ) } :text :eh_frame_hdr 44 } :text 45 .dynamic : { *(.dynamic) } :text :dynamic 51 } :text 65 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
/linux-4.4.14/arch/arm/vdso/ |
D | vdso.lds.S | 37 .hash : { *(.hash) } :text 45 .note : { *(.note.*) } :text :note 48 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 49 .eh_frame : { KEEP (*(.eh_frame)) } :text 51 .dynamic : { *(.dynamic) } :text :dynamic 53 .rodata : { *(.rodata*) } :text 55 .text : { *(.text*) } :text =0xe7f001f2 73 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
/linux-4.4.14/arch/tile/kernel/vdso/ |
D | vdso.lds.S | 28 .hash : { *(.hash) } :text 36 .note : { *(.note.*) } :text :note 37 .dynamic : { *(.dynamic) } :text :dynamic 39 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 40 .eh_frame : { KEEP (*(.eh_frame)) } :text 51 .text : { *(.text .text.*) } :text 68 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
/linux-4.4.14/arch/arm64/kernel/vdso/ |
D | vdso.lds.S | 34 .hash : { *(.hash) } :text 42 .note : { *(.note.*) } :text :note 46 .text : { *(.text*) } :text =0xd503201f 51 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 52 .eh_frame : { KEEP (*(.eh_frame)) } :text 54 .dynamic : { *(.dynamic) } :text :dynamic 56 .rodata : { *(.rodata*) } :text 74 text PT_LOAD FLAGS(5) FILEHDR PHDRS; /* PF_R|PF_X */
|
/linux-4.4.14/arch/powerpc/kernel/vdso32/ |
D | vdso32.lds.S | 19 .hash : { *(.hash) } :text 27 .note : { *(.note.*) } :text :note 30 .text : { 31 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*) 32 } :text 57 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 58 .eh_frame : { KEEP (*(.eh_frame)) } :text 62 .dynamic : { *(.dynamic) } :text :dynamic 63 .got : { *(.got) } :text 127 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
/linux-4.4.14/scripts/kconfig/ |
D | zconf.l | 26 static char *text; variable 43 text = xmalloc(START_STRSIZE); in new_string() 46 *text = 0; in new_string() 55 text = realloc(text, new_size); in append_string() 58 memcpy(text + text_size, str, size); in append_string() 60 text[text_size] = 0; in append_string() 65 text = xmalloc(size + 1); in alloc_string() 66 memcpy(text, str, size); in alloc_string() 67 text[size] = 0; in alloc_string() 113 zconflval.string = text; [all …]
|
D | kxgettext.c | 12 static char *escape(const char* text, char *bf, int len) in escape() argument 15 int multiline = strchr(text, '\n') != NULL; in escape() 17 int textlen = strlen(text); in escape() 19 if ((textlen > 0) && (text[textlen-1] == '\n')) in escape() 32 while (*text != '\0' && len > 1) { in escape() 33 if (*text == '"') in escape() 35 else if (*text == '\n') { in escape() 42 ++text; in escape() 45 else if (*text == '\\') { in escape() 49 *bfp++ = *text++; in escape()
|
D | nconf.gui.c | 175 int get_line_no(const char *text) in get_line_no() argument 180 if (!text) in get_line_no() 183 for (i = 0; text[i] != '\0'; i++) in get_line_no() 184 if (text[i] == '\n') in get_line_no() 189 const char *get_line(const char *text, int line_no) in get_line() argument 194 if (!text) in get_line() 197 for (i = 0; text[i] != '\0' && lines < line_no; i++) in get_line() 198 if (text[i] == '\n') in get_line() 200 return text+i; in get_line() 214 void fill_window(WINDOW *win, const char *text) in fill_window() argument [all …]
|
D | mconf.c | 289 static int show_textbox_ext(const char *title, char *text, int r, int c, 292 static void show_textbox(const char *title, const char *text, int r, int c); 293 static void show_helptext(const char *title, const char *text); 303 "%s - %s", config_filename, rootmenu.prompt->text); in set_config_filename() 315 const char *text; member 332 if (sp->text) { in set_subtitle() 339 pos->text = sp->text; in set_subtitle() 429 stpart.text = str_get(&sttext); in search_conf() 655 stpart.text = menu_get_prompt(menu); in conf() 657 stpart.text = NULL; in conf() [all …]
|
D | nconf.h | 86 int get_line_no(const char *text); 87 const char *get_line(const char *text, int line_no); 88 void fill_window(WINDOW *win, const char *text); 96 const char *text);
|
D | lkc.h | 34 #define _(text) gettext(text) argument 35 #define N_(text) (text) argument
|
D | zconf.lex.c | 813 static char *text; variable 830 text = xmalloc(START_STRSIZE); in new_string() 833 *text = 0; in new_string() 842 text = realloc(text, new_size); in append_string() 845 memcpy(text + text_size, str, size); in append_string() 847 text[text_size] = 0; in append_string() 852 text = xmalloc(size + 1); in alloc_string() 853 memcpy(text, str, size); in alloc_string() 854 text[size] = 0; in alloc_string() 1134 zconflval.string = text; [all …]
|
D | zconf.y | 515 rootmenu.prompt->text = _(rootmenu.prompt->text); 516 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text); 643 print_quoted_string(out, prop->text); in print_symbol() 674 print_quoted_string(out, prop->text); in print_symbol() 704 print_quoted_string(out, prop->text); in zconfdump() 709 print_quoted_string(out, prop->text); in zconfdump()
|
D | qconf.h | 168 void setText(colIdx idx, const QString& text) in setText() argument 170 Parent::setText(idx, text); in setText() 172 QString text(colIdx idx) const in text() function 174 return Parent::text(idx); in text()
|
/linux-4.4.14/arch/s390/kernel/vdso64/ |
D | vdso64.lds.S | 15 .hash : { *(.hash) } :text 23 .note : { *(.note.*) } :text :note 26 .text : { 27 *(.text .stub .text.* .gnu.linkonce.t.*) 28 } :text 39 .dynamic : { *(.dynamic) } :text :dynamic 41 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 42 .eh_frame : { KEEP (*(.eh_frame)) } :text 116 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
/linux-4.4.14/arch/s390/kernel/vdso32/ |
D | vdso32.lds.S | 15 .hash : { *(.hash) } :text 23 .note : { *(.note.*) } :text :note 26 .text : { 27 *(.text .stub .text.* .gnu.linkonce.t.*) 28 } :text 39 .dynamic : { *(.dynamic) } :text :dynamic 41 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 42 .eh_frame : { KEEP (*(.eh_frame)) } :text 116 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
/linux-4.4.14/arch/parisc/kernel/ |
D | vmlinux.lds.S | 54 .exit.text : 69 .text ALIGN(PAGE_SIZE) : { 75 *(.text.do_softirq) 76 *(.text.sys_exit) 77 *(.text.do_sigaltstack) 78 *(.text.do_fork) 79 *(.text.*) 81 *(.lock.text) /* out-of-line lock text */
|
D | real2.S | 54 .text 128 .text 160 .text 195 .text 233 .text 291 .text
|
/linux-4.4.14/arch/powerpc/kernel/vdso64/ |
D | vdso64.lds.S | 19 .hash : { *(.hash) } :text 27 .note : { *(.note.*) } :text :note 30 .text : { 31 *(.text .stub .text.* .gnu.linkonce.t.* __ftr_alt_*) 33 } :text 56 .dynamic : { *(.dynamic) } :text :dynamic 58 .eh_frame_hdr : { *(.eh_frame_hdr) } :text :eh_frame_hdr 59 .eh_frame : { KEEP (*(.eh_frame)) } :text 127 text PT_LOAD FILEHDR PHDRS FLAGS(5); /* PF_R|PF_X */
|
/linux-4.4.14/arch/arm/kernel/ |
D | vmlinux.lds.S | 24 *(.idmap.text) \ 28 *(.hyp.idmap.text) \ 69 *(.ARM.exidx.exit.text) 70 *(.ARM.extab.exit.text) 71 ARM_CPU_DISCARD(*(.ARM.exidx.cpuexit.text)) 72 ARM_CPU_DISCARD(*(.ARM.extab.cpuexit.text)) 77 *(.text.fixup) 92 .head.text : { 101 .text : { /* Real text segment */ 105 *(.exception.text) argument [all …]
|
D | sleep.S | 7 .text 101 .pushsection .idmap.text,"ax" 119 .text
|
/linux-4.4.14/drivers/s390/crypto/ |
D | zcrypt_debug.h | 20 #define ZCRYPT_DBF_COMMON(level, text...) \ argument 24 snprintf(debug_buffer, ZCRYPT_DBF_LEN, text); \ 30 #define ZCRYPT_DBF_DEVICES(level, text...) \ argument 34 snprintf(debug_buffer, ZCRYPT_DBF_LEN, text); \ 40 #define ZCRYPT_DBF_DEV(level, device, text...) \ argument 44 snprintf(debug_buffer, ZCRYPT_DBF_LEN, text); \
|
/linux-4.4.14/drivers/media/rc/ |
D | fintek-cir.h | 38 #define fit_pr(level, text, ...) \ argument 39 printk(level KBUILD_MODNAME ": " text, ## __VA_ARGS__) 41 #define fit_dbg(text, ...) \ argument 44 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__) 46 #define fit_dbg_verbose(text, ...) \ argument 49 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__) 51 #define fit_dbg_wake(text, ...) \ argument 54 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
|
D | nuvoton-cir.h | 38 #define nvt_pr(level, text, ...) \ argument 39 printk(level KBUILD_MODNAME ": " text, ## __VA_ARGS__) 41 #define nvt_dbg(text, ...) \ argument 44 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__) 46 #define nvt_dbg_verbose(text, ...) \ argument 49 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__) 51 #define nvt_dbg_wake(text, ...) \ argument 54 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__)
|
D | ite-cir.h | 26 #define ite_pr(level, text, ...) \ argument 27 printk(level KBUILD_MODNAME ": " text, ## __VA_ARGS__) 28 #define ite_dbg(text, ...) do { \ argument 31 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__); \ 34 #define ite_dbg_verbose(text, ...) do {\ argument 37 KBUILD_MODNAME ": " text "\n" , ## __VA_ARGS__); \
|
/linux-4.4.14/arch/mips/kernel/ |
D | vmlinux.lds.S | 19 text PT_LOAD FLAGS(7); /* RWX */ 55 .text : { 61 *(.text.*) 64 } :text = 0 81 NOTES :text NOTES_HEADER 82 .dummy : { *(.dummy) } :text 129 .exit.text : {
|
/linux-4.4.14/arch/arm64/kernel/ |
D | vmlinux.lds.S | 37 *(.hyp.idmap.text) \ 40 *(.hyp.text) \ 46 *(.idmap.text) \ 94 .head.text : { 99 .text : { /* Real text segment */ 102 *(.exception.text) argument 127 .exit.text : {
|
/linux-4.4.14/tools/lib/traceevent/ |
D | event-utils.h | 67 static inline int has_text(const char *text) in has_text() argument 69 if (!text) in has_text() 72 while (*text) { in has_text() 73 if (!isspace(*text)) in has_text() 75 text++; in has_text()
|
/linux-4.4.14/drivers/s390/cio/ |
D | qdio_debug.h | 27 #define DBF_EVENT(text...) \ argument 30 snprintf(debug_buffer, QDIO_DBF_LEN, text); \ 43 #define DBF_ERROR(text...) \ argument 46 snprintf(debug_buffer, QDIO_DBF_LEN, text); \ 59 #define DBF_DEV_EVENT(level, device, text...) \ argument 63 snprintf(debug_buffer, QDIO_DBF_LEN, text); \
|
D | qdio_debug.c | 63 char text[QDIO_DBF_NAME_LEN]; in qdio_allocate_dbf() local 82 snprintf(text, QDIO_DBF_NAME_LEN, "qdio_%s", in qdio_allocate_dbf() 84 irq_ptr->debug_area = qdio_get_dbf_entry(text); in qdio_allocate_dbf() 88 irq_ptr->debug_area = debug_register(text, 2, 1, 16); in qdio_allocate_dbf() 103 strlcpy(new_entry->dbf_name, text, QDIO_DBF_NAME_LEN); in qdio_allocate_dbf()
|
/linux-4.4.14/arch/frv/kernel/ |
D | vmlinux.lds.S | 28 .init.text : { 59 .text : { 60 *(.text..start) 61 *(.text..entry) 62 *(.text..break) 63 *(.text..tlbmiss)
|
/linux-4.4.14/arch/avr32/kernel/ |
D | vmlinux.lds.S | 29 *(.text.reset) 47 .text : AT(ADDR(.text) - LOAD_OFFSET) { 50 *(.ex.text) argument 51 *(.irq.text)
|
D | head.S | 14 .section .init.text,"ax"
|
/linux-4.4.14/arch/s390/kernel/ |
D | vmlinux.lds.S | 15 text PT_LOAD FLAGS(5); /* R_E */ 23 .text : { 33 } :text = 0x0700 37 NOTES :text :note 67 .exit.text : {
|
/linux-4.4.14/arch/ia64/kernel/ |
D | gate.lds.S | 55 .text (GATE_ADDR + PAGE_SIZE) : { *(.text) *(.text.*) } :readable 58 .text : { *(.text) *(.text.*) } :epc
|
D | vmlinux.lds.S | 27 *(.IA_64.unwind.exit.text) 28 *(.IA_64.unwind_info.exit.text) 43 .text : AT(ADDR(.text) - LOAD_OFFSET) { 45 *(.text..ivt) argument 59 .text..lock : AT(ADDR(.text..lock) - LOAD_OFFSET) { argument 60 *(.text..lock)
|
/linux-4.4.14/include/asm-generic/ |
D | vmlinux.lds.h | 425 *(.text.hot .text .text.fixup .text.unlikely) \ 426 *(.ref.text) \ 427 MEM_KEEP(init.text) \ 428 MEM_KEEP(exit.text) \ 436 *(.sched.text) \ 444 *(.spinlock.text) \ 450 *(.kprobes.text) \ 456 *(.entry.text) \ 463 *(.irqentry.text) \ 470 #define HEAD_TEXT *(.head.text) [all …]
|
/linux-4.4.14/arch/tile/kernel/ |
D | vmlinux.lds.S | 17 text PT_LOAD ; 42 .text : AT (ADDR(.text) - LOAD_OFFSET) { 52 *(.text.*) 56 } :text =0
|
/linux-4.4.14/arch/mips/boot/compressed/ |
D | ld.script | 12 text PT_LOAD FLAGS(7); /* RWX */ 18 .text : { 19 *(.text) 21 }: text 22 /* End of text section */
|
/linux-4.4.14/tools/perf/config/ |
D | utilities.mak | 20 # Usage: escaped-text = $(call escape-nl,text[,escape]) 36 # Usage: text = $(call unescape-nl,escaped-text[,escape]) 80 # Usage: embeddable-text = $(call escape-for-shell-sq,text) 82 # This function produces text that is suitable for 90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text) 96 # Usage: wordified-text = $(call shell-wordify,text) 100 # |define text 106 # | echo $(call shell-wordify,$(text)) 117 # If the text to be wordified contains a newline, then 119 # to render the text as a single line; when the shell [all …]
|
/linux-4.4.14/arch/s390/boot/compressed/ |
D | vmlinux.lds.S | 14 .head.text : { 22 .text : { 24 *(.text) argument 25 *(.text.*)
|
/linux-4.4.14/tools/perf/util/ |
D | parse-events.l | 34 char *text = parse_events_get_text(scanner); in value() local 36 return __value(yylval, text, base, PE_VALUE); in value() 42 char *text = parse_events_get_text(scanner); in raw() local 44 return __value(yylval, text + 1, 16, PE_RAW); in raw() 50 char *text = parse_events_get_text(scanner); in str() local 52 yylval->str = strdup(text); in str() 59 char *text = parse_events_get_text(yyscanner); \ 62 __yylval->str = strdup(text); \ 64 yycolumn -= strlen(text); \ 71 char *text = parse_events_get_text(scanner); in pmu_str_check() local [all …]
|
D | svghelper.c | 273 static char text[80]; in time_to_string() local 275 text[0] = 0; in time_to_string() 278 return text; in time_to_string() 281 sprintf(text, "%.1f us", duration / 1000.0); in time_to_string() 282 return text; in time_to_string() 284 sprintf(text, "%.1f ms", duration / 1000.0 / 1000); in time_to_string() 286 return text; in time_to_string() 291 char *text; in svg_waiting() local 303 text = time_to_string(end-start); in svg_waiting() 320 font_size, text); in svg_waiting() [all …]
|
/linux-4.4.14/kernel/printk/ |
D | printk.c | 426 const char *text, u16 text_len) in log_store() argument 456 memcpy(log_text(msg), text, text_len); in log_store() 560 char *text, size_t text_len) in msg_print_ext_body() argument 567 unsigned char c = text[i]; in msg_print_ext_body() 1082 const char *text = log_text(msg); in msg_print_text() local 1100 const char *next = memchr(text, '\n', text_size); in msg_print_text() 1104 text_len = next - text; in msg_print_text() 1106 text_size -= next - text; in msg_print_text() 1118 memcpy(buf + len, text, text_len); in msg_print_text() 1132 text = next; in msg_print_text() [all …]
|
/linux-4.4.14/arch/blackfin/mach-common/ |
D | cache.S | 66 .section .l1.text 68 .text 80 .text 97 .section .l1.text 99 .text
|
/linux-4.4.14/tools/perf/ui/tui/ |
D | util.c | 72 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window() argument 80 t = text; in ui_browser__input_window() 111 SLsmg_write_wrapped_string((unsigned char *)text, y, x, in ui_browser__input_window() 164 int ui__question_window(const char *title, const char *text, in ui__question_window() argument 171 t = text; in ui__question_window() 203 SLsmg_write_wrapped_string((unsigned char *)text, y, x, in ui__question_window() 216 int ui__help_window(const char *text) in ui__help_window() argument 218 return ui__question_window("Help", text, "Press any key...", 0); in ui__help_window()
|
/linux-4.4.14/arch/x86/kernel/ |
D | vmlinux.lds.S | 71 text PT_LOAD FLAGS(5); /* R_E */ 93 .text : AT(ADDR(.text) - LOAD_OFFSET) { 109 } :text = 0x9090 111 NOTES :text :note 113 EXCEPTION_TABLE(16) :text = 0x9090 273 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
|
D | alternative.c | 429 u8 *text, u8 *text_end) in alternatives_smp_lock() argument 437 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock() 447 u8 *text, u8 *text_end) in alternatives_smp_unlock() argument 455 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock() 474 u8 *text; member 486 void *text, void *text_end) in alternatives_smp_module_add() argument 507 smp->text = text; in alternatives_smp_module_add() 511 smp->text, smp->text_end, smp->name); in alternatives_smp_module_add() 515 alternatives_smp_unlock(locks, locks_end, text, text_end); in alternatives_smp_module_add() 551 mod->text, mod->text_end); in alternatives_enable_smp() [all …]
|
D | module.c | 214 const Elf_Shdr *s, *text = NULL, *alt = NULL, *locks = NULL, in module_finalize() local 220 text = s; in module_finalize() 234 if (locks && text) { in module_finalize() 236 void *tseg = (void *)text->sh_addr; in module_finalize() 239 tseg, tseg + text->sh_size); in module_finalize()
|
/linux-4.4.14/scripts/ |
D | recordmcount.pl | 473 my $text; 513 $text = $2; 518 if (!defined($locals{$text}) && !defined($weak{$text})) { 519 $ref_func = $text; 524 if (!defined($ref_func) && !defined($weak{$text}) && 527 $text !~ /^\.L/) { 528 $ref_func = $text;
|
D | cleanpatch | 161 $text = substr($line, 1); 162 $text =~ s/[ \t\r]*$//; # Remove trailing spaces 163 $text = clean_space_tabs($text); 165 $l_width = strwidth($text); 172 push(@hunk_lines, '+'.$text);
|
D | bootgraph.pl | 45 my $text = << "EOM"; 55 print STDERR $text; 57 print $text;
|
D | kernel-doc | 2404 my $text = shift; 2406 return $text; 2408 $text =~ s/\&/\\\\\\amp;/g; 2409 $text =~ s/\</\\\\\\lt;/g; 2410 $text =~ s/\>/\\\\\\gt;/g; 2411 return $text; 2417 my $text = shift; 2419 return $text; 2421 $text =~ s/\\\\\\\\lt:/</g; 2422 $text =~ s/\\\\\\\\gt:/>/g; [all …]
|
/linux-4.4.14/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 24 .head.text : { 32 .text : { 34 *(.text) argument 35 *(.text.*)
|
/linux-4.4.14/arch/blackfin/kernel/ |
D | vmlinux.lds.S | 27 .text : 45 *(.text.*) argument 49 *(.l1.text) 132 .exit.text : 174 *(.l1.text.head) 175 *(.l1.text) 227 *(.l2.text)
|
D | entry.S | 16 .section .l1.text 18 .text
|
/linux-4.4.14/net/sunrpc/auth_gss/ |
D | gss_krb5_seal.c | 128 gss_get_mic_v1(struct krb5_ctx *ctx, struct xdr_buf *text, in gss_get_mic_v1() argument 151 if (make_checksum(ctx, ptr, 8, text, 0, cksumkey, in gss_get_mic_v1() 169 gss_get_mic_v2(struct krb5_ctx *ctx, struct xdr_buf *text, in gss_get_mic_v2() argument 201 text, 0, cksumkey, cksum_usage, &cksumobj)) in gss_get_mic_v2() 212 gss_get_mic_kerberos(struct gss_ctx *gss_ctx, struct xdr_buf *text, in gss_get_mic_kerberos() argument 223 return gss_get_mic_v1(ctx, text, token); in gss_get_mic_kerberos() 226 return gss_get_mic_v2(ctx, text, token); in gss_get_mic_kerberos()
|
/linux-4.4.14/arch/um/kernel/ |
D | dyn.lds.S | 31 .rel.text : { *(.rel.text .rel.text.* .rel.gnu.linkonce.t.*) } 32 .rela.text : { *(.rela.text .rela.text.* .rela.gnu.linkonce.t.*) } 67 .text : { 73 *(.stub .text.* .gnu.linkonce.t.*) argument
|
/linux-4.4.14/tools/perf/tests/ |
D | tests.h | 4 #define TEST_ASSERT_VAL(text, cond) \ argument 7 pr_debug("FAILED %s:%d %s\n", __FILE__, __LINE__, text); \ 12 #define TEST_ASSERT_EQUAL(text, val, expected) \ argument 16 __FILE__, __LINE__, text, val, expected); \
|
/linux-4.4.14/tools/testing/selftests/rcutorture/bin/ |
D | parse-torture.sh | 52 …nerrs=`grep --binary-files=text '!!!' $file | tail -1 | awk '{for (i=NF-8;i<=NF;i++) sum+=$i; } EN… 58 grep --binary-files=text 'torture:.*ver:' $file | grep --binary-files=text -v '(null)' | sed -e 's/… 99 …echo $title no success message, `grep --binary-files=text 'ver:' $file | wc -l` successful version…
|
/linux-4.4.14/lib/ |
D | ts_kmp.c | 50 const u8 *text; in kmp_find() local 54 text_len = conf->get_next_block(consumed, &text, conf, state); in kmp_find() 61 != (icase ? toupper(text[i]) : text[i])) in kmp_find() 64 == (icase ? toupper(text[i]) : text[i])) in kmp_find()
|
D | ts_bm.c | 66 const u8 *text; in bm_find() local 71 text_len = conf->get_next_block(consumed, &text, conf, state); in bm_find() 78 shift, text[shift]); in bm_find() 80 if ((icase ? toupper(text[shift-i]) in bm_find() 81 : text[shift-i]) in bm_find() 89 next: bs = bm->bad_shift[text[shift-i]]; in bm_find()
|
/linux-4.4.14/arch/sh/kernel/ |
D | vmlinux.lds.S | 34 .text : AT(ADDR(.text) - LOAD_OFFSET) { 75 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) { EXIT_TEXT }
|
/linux-4.4.14/arch/h8300/boot/compressed/ |
D | vmlinux.lds | 3 .text : 7 *(.text..startup) argument 8 *(.text)
|
/linux-4.4.14/include/trace/events/ |
D | printk.h | 10 TP_PROTO(const char *text, size_t len), 12 TP_ARGS(text, len), 19 memcpy(__get_dynamic_array(msg), text, len);
|
/linux-4.4.14/arch/mips/boot/ |
D | elf2ecoff.c | 272 struct sect text, data, bss; in main() local 281 text.len = data.len = bss.len = 0; in main() 282 text.vaddr = data.vaddr = bss.vaddr = 0; in main() 375 combine(&text, &ntxt, 0); in main() 392 if (text.vaddr > data.vaddr || data.vaddr > bss.vaddr || in main() 393 text.vaddr + text.len > data.vaddr in main() 404 if (data.len && !text.len) { in main() 405 text = data; in main() 406 data.vaddr = text.vaddr + text.len; in main() 414 if (text.vaddr + text.len < data.vaddr) in main() [all …]
|
/linux-4.4.14/arch/score/kernel/ |
D | vmlinux.lds.S | 39 .text : { 45 *(.text.*) argument 78 .exit.text : {
|
/linux-4.4.14/arch/x86/realmode/rm/ |
D | realmode.lds.S | 36 .text : { 37 *(.text) 38 *(.text.*)
|
/linux-4.4.14/arch/arc/kernel/ |
D | vmlinux.lds.S | 40 .text.arcfp : { 41 *(.text.arcfp) 90 .exit.text : { EXIT_TEXT } 96 .text : {
|
/linux-4.4.14/Documentation/usb/ |
D | misc_usbsevseg.txt | 19 The device can accept "text" either in raw, hex, or ascii textmode. 34 4. set the text (for example): 35 echo "123ABC" > /sys/bus/usb/.../text (ascii) 36 echo "A1B2" > /sys/bus/usb/.../text (ascii) 37 echo -ne "\x01\x02\x03" > /sys/bus/usb/.../text (hex)
|
D | usbmon.txt | 15 Two APIs are currently implemented: "text" and "binary". The binary API 17 The text API is deprecated since 2.6.35, but available for convenience. 19 * How to use usbmon to collect raw text traces 22 in a text format. This is used for two purposes. First, it serves as a 26 To collect a raw text trace, execute following steps. 89 sent by e-mail, or inspected with a text editor. In the last case make sure 92 * Raw text data format 104 Any text format data consists of a stream of events, such as URB submission, 105 URB callback, submission error. Every event is a text line, which consists 200 unsigned char type; /* 8: Same as text; extensible. */ [all …]
|
/linux-4.4.14/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.in | 21 * of the text/got segments. 29 .text : { 32 *(.text) argument 33 *(.text.*)
|
/linux-4.4.14/arch/xtensa/boot/boot-redboot/ |
D | boot.ld | 7 .text : 11 *(.literal .text.literal .text) argument
|
/linux-4.4.14/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 48 .text : AT(ADDR(.text) - LOAD_OFFSET) { 53 *(.text .fixup __ftr_alt_* .ref.text) 97 .exit.text : AT(ADDR(.exit.text) - LOAD_OFFSET) {
|
/linux-4.4.14/arch/metag/tbx/ |
D | tbisoft.S | 30 .text 47 .text 67 .text 124 .text 146 .text 173 .text 219 .text
|
D | tbitimer.S | 60 .text 85 .text 109 .text 141 .text 171 .text
|
D | tbicore.S | 34 .text 52 .text 87 .text 109 .text
|
D | tbilogf.S | 19 .text 34 .text
|
D | tbiroot.S | 41 .text 59 .text
|
/linux-4.4.14/arch/openrisc/kernel/ |
D | vmlinux.lds.S | 45 .text : AT(ADDR(.text) - LOAD_OFFSET) 54 *(.text.__*) argument
|
D | setup.c | 247 char *text, void (*func) (void)) in detect_unit_config() argument 249 if (text != NULL) in detect_unit_config() 250 printk("%s", text); in detect_unit_config()
|
/linux-4.4.14/arch/cris/boot/rescue/ |
D | rescue_v32.lds | 16 .text : 19 *(.text) 20 *(.init.text)
|
D | rescue_v10.lds | 9 .text : 12 *(.text)
|
/linux-4.4.14/Documentation/fb/ |
D | s3fb.txt | 31 * text mode (activated by bpp = 0) 32 * interlaced mode variant (not available in text mode) 33 * doublescan mode variant (not available in text mode) 64 * support for fontheight != 16 in text mode 77 * cursor disable in text mode doesn't work 78 * text mode broken on S3 Trio64 V2/DX
|
D | arkfb.txt | 24 * text mode (activated by bpp = 0) 25 * doublescan mode variant (not available in text mode) 33 limitation). Unfortunately character attributes (like color) in text mode are 55 * support for fontheight != 16 in text mode 65 * character attributes (and cursor) in text mode are broken
|
D | vt8623fb.txt | 22 * text mode (activated by bpp = 0) 23 * doublescan mode variant (not available in text mode) 50 * support for fontheight != 16 in text mode 60 * cursor disable in text mode doesn't work
|
/linux-4.4.14/arch/cris/kernel/ |
D | vmlinux.lds.S | 42 .text : { 47 *(.text.__*) 88 .exit.text : {
|
/linux-4.4.14/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 37 .text : { 40 *(.text) argument 41 *(.text.*)
|
/linux-4.4.14/arch/mips/include/asm/mach-ip27/ |
D | kernel-entry-init.h | 46 li t0, 0x1c000 # Offset of text into node memory 47 dsll t1, NASID_SHFT # Shift text nasid into place 49 or t1, t1, t0 # Physical load address of kernel text 79 move t2, t1 # text and data are here
|
/linux-4.4.14/Documentation/ |
D | email-clients.txt | 11 as raw text including all the headers. Run `git am raw_email.txt` and 18 inline text in the body of the email. Some maintainers accept 20 "text/plain". However, attachments are generally frowned upon because 25 patch text untouched. For example, they should not modify or delete tabs 34 Email clients should not modify the character set encoding of the text. 63 TUI = text-based user interface 115 disadvantage is any text you type in the email will not be word-wrapped 116 so you will have to manually word wrap text before the patch. The easiest 136 You can safely GPG sign attachments, but inlined text is preferred for 138 as inlined text will make them tricky to extract from their 7-bit encoding. [all …]
|
D | kernel-doc-nano-HOWTO.txt | 122 them up directly into DocBook, man, text, and HTML. (No, not 206 $ scripts/kernel-doc -text -function fn file 222 All "description" text can span multiple lines, although the 224 Description text may also contain blank lines (i.e., lines that contain 236 All descriptive text is further processed, scanning for the following special 245 NOTE 1: The multi-line descriptive text you provide does *not* recognize 246 line breaks, so if you try to format some text nicely, as in: 257 NOTE 2: If the descriptive text you provide has lines that begin with 259 a new section heading, which means you should similarly try to avoid text
|
/linux-4.4.14/arch/m68k/kernel/ |
D | vmlinux-sun3.lds | 15 .text : { 22 } :text = 0x4e75 25 _etext = .; /* End of text section */
|
D | vmlinux-std.lds | 15 .text : { 22 } :text = 0x4e75 24 _etext = .; /* End of text section */
|
D | vmlinux-nommu.lds | 16 #define LOAD_OFFSET KDATA_ADDR + (ADDR(.text) + SIZEOF(.text)) 44 .text : {
|
D | vmlinux.lds.S | 4 text PT_LOAD FILEHDR PHDRS FLAGS (7);
|
/linux-4.4.14/drivers/usb/misc/ |
D | usbsevseg.c | 47 u8 text[MAXLEN]; member 138 buffer[i] = mydev->text[mydev->textlength-1-i]; in update_display_visual() 202 return snprintf(buf, mydev->textlength, "%s\n", mydev->text); in show_attr_text() 212 if (end > sizeof(mydev->text)) in set_attr_text() 215 memset(mydev->text, 0, sizeof(mydev->text)); in set_attr_text() 219 memcpy(mydev->text, buf, end); in set_attr_text() 225 static DEVICE_ATTR(text, S_IRUGO | S_IWUSR, show_attr_text, set_attr_text);
|
/linux-4.4.14/arch/mips/lasat/image/ |
D | romscript.normal | 5 .text : 7 *(.text..start)
|
D | head.S | 3 .text 4 .section .text..start, "ax"
|
/linux-4.4.14/arch/microblaze/lib/ |
D | uaccess_old.S | 24 .text 74 .text 140 .text 154 .text 188 .text 266 .text
|
/linux-4.4.14/arch/xtensa/boot/boot-elf/ |
D | boot.lds.S | 21 .ResetVector.text XCHAL_RESET_VECTOR_VADDR : 23 *(.ResetVector.text)
|
/linux-4.4.14/arch/blackfin/lib/ |
D | strcpy.S | 17 .section .l1.text 19 .text
|
D | strcmp.S | 19 .section .l1.text 21 .text
|
D | strncmp.S | 17 .section .l1.text 19 .text
|
D | umulsi3_highpart.S | 12 .section .l1.text 14 .text
|
D | modsi3.S | 18 .section .l1.text 20 .text
|
D | smulsi3_highpart.S | 12 .section .l1.text 14 .text
|
D | umodsi3.S | 10 .section .l1.text 12 .text
|
D | strncpy.S | 19 .section .l1.text 21 .text
|
D | muldi3.S | 12 .section .l1.text 14 .text
|
D | memset.S | 12 .section .l1.text 14 .text
|
D | memcpy.S | 24 .section .l1.text 26 .text
|
/linux-4.4.14/arch/cris/boot/compressed/ |
D | decompress_v32.lds | 12 .text : 15 *(.text)
|
D | decompress_v10.lds | 12 .text : 15 *(.text)
|
D | README | 7 by that makefile into text and data binary files, vmlinux.text and
|
/linux-4.4.14/tools/perf/ui/ |
D | util.h | 8 int ui__help_window(const char *text); 10 int ui__question_window(const char *title, const char *text,
|
D | browser.h | 60 int ui_browser__help_window(struct ui_browser *browser, const char *text); 61 bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text); 62 int ui_browser__input_window(const char *title, const char *text, char *input,
|
D | browser.c | 200 char *text; in ui_browser__warning() local 204 err = vasprintf(&text, format, args); in ui_browser__warning() 212 while ((key = ui__question_window("Warning!", text, in ui_browser__warning() 216 free(text); in ui_browser__warning() 222 int ui_browser__help_window(struct ui_browser *browser, const char *text) in ui_browser__help_window() argument 226 while ((key = ui__help_window(text)) == K_RESIZE) in ui_browser__help_window() 232 bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text) in ui_browser__dialog_yesno() argument 236 while ((key = ui__dialog_yesno(text)) == K_RESIZE) in ui_browser__dialog_yesno()
|
/linux-4.4.14/include/linux/ |
D | init.h | 42 #define __init __section(.init.text) __cold notrace 76 #define __ref __section(.ref.text) noinline 92 #define __exit __section(.exit.text) __exitused __cold notrace 95 #define __meminit __section(.meminit.text) __cold notrace 98 #define __memexit __section(.memexit.text) __exitused __cold notrace
|
/linux-4.4.14/arch/arm/include/asm/ |
D | tcm.h | 24 #define __tcmfunc __attribute__((long_call)) __section(.tcm.text) noinline 26 #define __tcmlocalfunc __section(.tcm.text)
|
D | idmap.h | 8 #define __idmap __section(.idmap.text) noinline notrace
|
/linux-4.4.14/drivers/ide/ |
D | ide-cd_verbose.c | 37 const char * const text; member 114 const char * const text; member 292 s = sense_data_texts[mid].text; in ide_cd_log_error() 319 s = packet_command_texts[mid].text; in ide_cd_log_error()
|
/linux-4.4.14/arch/sparc/lib/ |
D | U3copy_from_user.S | 11 .text; \ 19 .text; \
|
D | NG4copy_from_user.S | 11 .text; \ 19 .text; \
|
D | U1copy_from_user.S | 11 .text; \ 19 .text; \
|
D | NG4copy_to_user.S | 11 .text; \ 19 .text; \
|
D | U3copy_to_user.S | 11 .text; \ 19 .text; \
|
D | U1copy_to_user.S | 11 .text; \ 19 .text; \
|
D | NG2copy_from_user.S | 11 .text; \ 19 .text; \
|
D | NG2copy_to_user.S | 11 .text; \ 19 .text; \
|
D | copy_in_user.S | 16 .text; \ 22 .text
|
D | memset.S | 25 .text; \ 32 .text; \ 58 .text
|
/linux-4.4.14/arch/m32r/boot/compressed/ |
D | vmlinux.lds.S | 9 .text : { *(.text) } = 0
|
/linux-4.4.14/arch/s390/include/asm/ |
D | pci_debug.h | 12 #define zpci_err(text...) \ argument 15 snprintf(debug_buffer, 16, text); \
|
/linux-4.4.14/arch/arc/include/asm/ |
D | linkage.h | 29 .section .text.arcfp, "ax",@progbits 31 .section .text, "ax",@progbits
|
/linux-4.4.14/arch/alpha/boot/ |
D | bootloader.lds | 7 .text : { *(.text) }
|
/linux-4.4.14/arch/powerpc/boot/ |
D | zImage.coff.lds.S | 6 .text : 9 *(.text) argument
|
D | zImage.ps3.lds.S | 21 .text : 23 *(.text)
|
D | zImage.lds.S | 12 .text : 15 *(.text) argument
|
D | util.S | 24 .text 39 .text
|
D | fixed-head.S | 1 .text
|
D | pseries-head.S | 3 .text
|
/linux-4.4.14/arch/tile/include/asm/ |
D | linkage.h | 30 .pushsection .text.##name, "ax"; \ 46 .pushsection .text.##name, "ax"; \
|
/linux-4.4.14/arch/nios2/boot/compressed/ |
D | vmlinux.lds.S | 32 .text : { *(.text) } = 0
|
/linux-4.4.14/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 6 /* Read-only sections, merged into text segment: */ 10 .text : { *(__ivt_section) *(.text) }
|
/linux-4.4.14/arch/um/include/shared/ |
D | init.h | 47 #define __init __section(.init.text) 53 #define __exit __section(.exit.text) 55 #define __exit __used __section(.exit.text)
|
/linux-4.4.14/arch/m32r/lib/ |
D | memcpy.S | 14 .text 20 .text 58 .text
|
D | ashxdi3.S | 19 .text 76 .text 137 .text 214 .text
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | vmlinux.lds.S | 49 .text : AT(ADDR(.text)) {
|
/linux-4.4.14/arch/metag/kernel/ |
D | vmlinux.lds.S | 21 .text : { 27 *(.text.*)
|
/linux-4.4.14/arch/arm/boot/bootp/ |
D | bootp.lds | 15 .text : { 18 *(.text) argument
|
/linux-4.4.14/arch/mn10300/kernel/ |
D | vmlinux.lds.S | 29 .text : { 71 .exit.text : { EXIT_TEXT; }
|
/linux-4.4.14/arch/mips/sgi-ip27/ |
D | Kconfig | 29 machine. This is required in order to support text replication on 33 bool "Kernel text replication support" 37 Say Y here to enable replicating the kernel text across multiple
|
/linux-4.4.14/Documentation/ABI/testing/ |
D | sysfs-bus-usb-devices-usbsevseg | 23 Description: Controls the way the device interprets its text buffer. 28 Where: /sys/bus/usb/.../text 32 Description: The text (or data) for the device to display
|
/linux-4.4.14/arch/arm64/ |
D | Kconfig.debug | 55 bool "Set loadable kernel module data as NX and text as RO" 59 kernel module's text and read-only data. It also prevents execution 66 bool "Make kernel text and rodata read-only" 68 If this is set, kernel text and rodata will be made read-only. This 71 text so it can be made explicitly non-executable.
|
/linux-4.4.14/drivers/lguest/x86/ |
D | switcher_32.S | 95 .text 328 .data; .long 1f; .text; 1: 357 .text
|
/linux-4.4.14/arch/x86/boot/ |
D | setup.ld | 23 .text : { *(.text) }
|
/linux-4.4.14/arch/x86/lguest/ |
D | head_32.S | 31 .section .init.text, "ax", @progbits 57 .text
|
/linux-4.4.14/arch/arm/mm/ |
D | proc-arm9tdmi.S | 22 .text 48 .pushsection .idmap.text, "ax"
|
D | proc-arm7tdmi.S | 22 .text 48 .pushsection .idmap.text, "ax"
|
/linux-4.4.14/arch/um/include/asm/ |
D | common.lds.S | 84 .exit.text : { *(.exit.text) }
|
/linux-4.4.14/arch/arm/lib/ |
D | clear_user.S | 14 .text 54 .pushsection .text.fixup,"ax"
|
D | csumpartialcopyuser.S | 18 .text 85 .pushsection .text.fixup,"ax"
|
D | copy_to_user.S | 93 .text 103 .pushsection .text.fixup,"ax"
|
D | setbit.S | 13 .text
|
D | clearbit.S | 13 .text
|
D | changebit.S | 13 .text
|
D | testsetbit.S | 13 .text
|
D | testchangebit.S | 13 .text
|
D | testclearbit.S | 13 .text
|
/linux-4.4.14/scripts/gdb/linux/ |
D | dmesg.py | 53 text = log_buf[pos + 16:pos + 16 + text_len] 56 for line in memoryview(text).tobytes().splitlines():
|
/linux-4.4.14/arch/x86/um/ |
D | setjmp_64.S | 19 .text 39 .text
|
D | setjmp_32.S | 17 .text 40 .text
|
/linux-4.4.14/arch/m32r/mm/ |
D | page.S | 15 .text 53 .text
|
/linux-4.4.14/drivers/video/console/ |
D | Kconfig | 8 bool "VGA text console" if EXPERT || !X86 15 Saying Y here will allow you to use Linux in text mode through a 20 their full potential in text mode. Download it from 52 tristate "MDA text console (dual-headed)" 134 bool "STI text console"
|
/linux-4.4.14/arch/arm64/kvm/ |
D | hyp-init.S | 25 .text 26 .pushsection .hyp.idmap.text, "ax"
|
/linux-4.4.14/arch/microblaze/kernel/ |
D | vmlinux.lds.S | 27 .text : AT(ADDR(.text) - LOAD_OFFSET) {
|
/linux-4.4.14/sound/pci/emu10k1/ |
D | emuproc.c | 577 entry->c.text.write = snd_emu_proc_io_reg_write; in snd_emu10k1_proc_init() 582 entry->c.text.write = snd_emu_proc_ptr_reg_write00; in snd_emu10k1_proc_init() 587 entry->c.text.write = snd_emu_proc_ptr_reg_write00; in snd_emu10k1_proc_init() 592 entry->c.text.write = snd_emu_proc_ptr_reg_write20; in snd_emu10k1_proc_init() 597 entry->c.text.write = snd_emu_proc_ptr_reg_write20; in snd_emu10k1_proc_init() 602 entry->c.text.write = snd_emu_proc_ptr_reg_write20; in snd_emu10k1_proc_init() 654 entry->c.text.read = snd_emu10k1_proc_acode_read; in snd_emu10k1_proc_init()
|
/linux-4.4.14/drivers/scsi/ |
D | constants.c | 295 const char * text; member 1202 for (i = 0; additional[i].text; i++) in scsi_extd_sense_format() 1204 return additional[i].text; in scsi_extd_sense_format()
|
/linux-4.4.14/arch/ia64/lib/ |
D | flush.S | 23 .section .kprobes.text,"ax" 75 .section .kprobes.text,"ax"
|
/linux-4.4.14/scripts/dtc/ |
D | srcpos.c | 214 void srcpos_update(struct srcpos *pos, const char *text, int len) in srcpos_update() argument 224 if (text[i] == '\n') { in srcpos_update() 227 } else if (text[i] == '\t') { in srcpos_update()
|
/linux-4.4.14/arch/tile/lib/ |
D | atomic_asm_32.S | 77 .section .text.atomic,"ax" 82 STD_ENTRY_SECTION(__atomic\name, .text.atomic)
|
/linux-4.4.14/arch/avr32/mach-at32ap/ |
D | pm-at32ap700x.S | 22 .section .irq.text, "ax", @progbits 68 .section .init.text, "ax", @progbits
|
/linux-4.4.14/tools/perf/scripts/python/ |
D | call-graph-from-postgresql.py | 85 raise Exception("Query failed: " + query.lastError().text()) 103 raise Exception("Query failed: " + query.lastError().text()) 165 raise Exception("Query failed: " + query.lastError().text()) 320 raise Exception("Failed to open database " + dbname + " error: " + db.lastError().text())
|
/linux-4.4.14/arch/sh/boot/romimage/ |
D | vmlinux.scr | 3 .text : {
|
/linux-4.4.14/arch/x86/lib/ |
D | cmpxchg8b_emu.S | 11 .text
|
/linux-4.4.14/arch/arm/mach-s5pv210/ |
D | sleep.S | 17 .text
|
/linux-4.4.14/tools/perf/bench/ |
D | mem-memcpy-x86-64-asm.S | 2 #define altinstr_replacement text
|
D | mem-memset-x86-64-asm.S | 2 #define altinstr_replacement text
|
/linux-4.4.14/arch/arm/mach-s3c24xx/ |
D | pm-h1940.S | 28 .text
|
/linux-4.4.14/drivers/usb/misc/sisusbvga/ |
D | Kconfig | 21 Say Y here if you want a VGA text console via the USB dongle or 25 Note that this console supports VGA/EGA text mode only.
|
/linux-4.4.14/arch/blackfin/mach-bf609/ |
D | dpm.S | 9 .section .l1.text 127 .section .text
|