/linux-4.1.27/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" 598 .section .DebugInterruptVector.text, "ax" 625 .section .Level\level\()InterruptVector.text, "ax" 660 .section .WindowVectors.text, "ax" 782 .text
|
/linux-4.1.27/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 | 56 #define QETH_DBF_TEXT(name, level, text) \ argument 57 debug_text_event(qeth_dbf[QETH_DBF_##name].id, level, text) 62 #define QETH_DBF_MESSAGE(level, text...) \ argument 63 debug_sprintf_event(qeth_dbf[QETH_DBF_MSG].id, level, text) 65 #define QETH_DBF_TEXT_(name, level, text...) \ argument 66 qeth_dbf_longtext(qeth_dbf[QETH_DBF_##name].id, level, text) 68 #define QETH_CARD_TEXT(card, level, text) \ argument 69 debug_text_event(card->debug, level, text) 74 #define QETH_CARD_MESSAGE(card, text...) \ argument 75 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.1.27/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.1.27/arch/x86/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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 */
|
D | sigreturn.S | 25 .text
|
/linux-4.1.27/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() 106 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 | 788 static char *text; variable 805 text = xmalloc(START_STRSIZE); in new_string() 808 *text = 0; in new_string() 817 text = realloc(text, new_size); in append_string() 820 memcpy(text + text_size, str, size); in append_string() 822 text[text_size] = 0; in append_string() 827 text = xmalloc(size + 1); in alloc_string() 828 memcpy(text, str, size); in alloc_string() 829 text[size] = 0; in alloc_string() 1097 zconflval.string = text; [all …]
|
D | zconf.y | 506 rootmenu.prompt->text = _(rootmenu.prompt->text); 507 rootmenu.prompt->text = sym_expand_string_value(rootmenu.prompt->text); 634 print_quoted_string(out, prop->text); in print_symbol() 665 print_quoted_string(out, prop->text); in print_symbol() 695 print_quoted_string(out, prop->text); in zconfdump() 700 print_quoted_string(out, prop->text); in zconfdump()
|
D | qconf.h | 179 void setText(colIdx idx, const QString& text) in setText() argument 181 Parent::setText(listView()->mapIdx(idx), text); in setText() 183 QString text(colIdx idx) const in text() function 185 return Parent::text(listView()->mapIdx(idx)); in text()
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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); \
|
D | zcrypt_pcicc.c | 175 char text[0]; in ICAMEX_msg_to_type6MEX_msg() member 180 if (copy_from_user(msg->text, mex->inputdata, mex->inputdatalength)) in ICAMEX_msg_to_type6MEX_msg() 183 if (is_PKCS11_padded(msg->text, mex->inputdatalength)) in ICAMEX_msg_to_type6MEX_msg() 190 if (is_PKCS12_padded(msg->text, mex->inputdatalength)) { in ICAMEX_msg_to_type6MEX_msg() 192 pad_len = strnlen(msg->text + 2, mex->inputdatalength - 2) + 3; in ICAMEX_msg_to_type6MEX_msg() 196 memmove(msg->text, msg->text + pad_len, vud_len); in ICAMEX_msg_to_type6MEX_msg() 200 size = zcrypt_type6_mex_key_en(mex, msg->text + vud_len, 0); in ICAMEX_msg_to_type6MEX_msg() 212 size = zcrypt_type6_mex_key_de(mex, msg->text + vud_len, 0); in ICAMEX_msg_to_type6MEX_msg() 262 char text[0]; in ICACRT_msg_to_type6CRT_msg() member 268 if (copy_from_user(msg->text, crt->inputdata, crt->inputdatalength)) in ICACRT_msg_to_type6CRT_msg() [all …]
|
/linux-4.1.27/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.1.27/arch/mips/kernel/ |
D | vmlinux.lds.S | 19 text PT_LOAD FLAGS(7); /* RWX */ 53 .text : { 59 *(.text.*) 62 } :text = 0 74 NOTES :text :note 75 .dummy : { *(.dummy) } :text 122 .exit.text : {
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/ia64/kernel/ |
D | gate.lds.S | 56 .text (GATE_ADDR + PAGE_SIZE) : { *(.text) *(.text.*) } :readable 59 .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.1.27/include/asm-generic/ |
D | vmlinux.lds.h | 415 *(.text.hot) \ 416 *(.text .text.fixup) \ 417 *(.ref.text) \ 418 MEM_KEEP(init.text) \ 419 MEM_KEEP(exit.text) \ 420 *(.text.unlikely) 428 *(.sched.text) \ 436 *(.spinlock.text) \ 442 *(.kprobes.text) \ 448 *(.entry.text) \ [all …]
|
/linux-4.1.27/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.1.27/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.1.27/arch/arm64/kernel/ |
D | vmlinux.lds.S | 35 *(.hyp.idmap.text) \ 38 *(.hyp.text) \ 86 .head.text : { 91 .text : { /* Real text segment */ 94 *(.exception.text) argument 118 .exit.text : { argument
|
/linux-4.1.27/arch/s390/boot/compressed/ |
D | vmlinux.lds.S | 14 .head.text : { 22 .text : { 24 *(.text) argument 25 *(.text.*)
|
/linux-4.1.27/arch/blackfin/mach-common/ |
D | cache.S | 66 .section .l1.text 68 .text 80 .text 97 .section .l1.text 99 .text
|
/linux-4.1.27/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 | 416 u8 *text, u8 *text_end) in alternatives_smp_lock() argument 424 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_lock() 434 u8 *text, u8 *text_end) in alternatives_smp_unlock() argument 442 if (!*poff || ptr < text || ptr >= text_end) in alternatives_smp_unlock() 461 u8 *text; member 473 void *text, void *text_end) in alternatives_smp_module_add() argument 494 smp->text = text; in alternatives_smp_module_add() 498 smp->text, smp->text_end, smp->name); in alternatives_smp_module_add() 502 alternatives_smp_unlock(locks, locks_end, text, text_end); in alternatives_smp_module_add() 538 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.1.27/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 | 2316 my $text = shift; 2318 return $text; 2320 $text =~ s/\&/\\\\\\amp;/g; 2321 $text =~ s/\</\\\\\\lt;/g; 2322 $text =~ s/\>/\\\\\\gt;/g; 2323 return $text; 2329 my $text = shift; 2331 return $text; 2333 $text =~ s/\\\\\\\\lt:/</g; 2334 $text =~ s/\\\\\\\\gt:/>/g; [all …]
|
/linux-4.1.27/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.1.27/arch/x86/boot/compressed/ |
D | vmlinux.lds.S | 24 .head.text : { 32 .text : { 34 *(.text) argument 35 *(.text.*)
|
/linux-4.1.27/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.1.27/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.1.27/kernel/printk/ |
D | printk.c | 411 const char *text, u16 text_len) in log_store() argument 441 memcpy(log_text(msg), text, text_len); in log_store() 1042 const char *text = log_text(msg); in msg_print_text() local 1060 const char *next = memchr(text, '\n', text_size); in msg_print_text() 1064 text_len = next - text; in msg_print_text() 1066 text_size -= next - text; in msg_print_text() 1078 memcpy(buf + len, text, text_len); in msg_print_text() 1092 text = next; in msg_print_text() 1093 } while (text); in msg_print_text() 1100 char *text; in syslog_print() local [all …]
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/tools/perf/util/ |
D | parse-events.l | 32 char *text = parse_events_get_text(scanner); in value() local 34 return __value(yylval, text, base, PE_VALUE); in value() 40 char *text = parse_events_get_text(scanner); in raw() local 42 return __value(yylval, text + 1, 16, PE_RAW); in raw() 48 char *text = parse_events_get_text(scanner); in str() local 50 yylval->str = strdup(text); in str() 57 char *text = parse_events_get_text(scanner); in pmu_str_check() local 59 yylval->str = strdup(text); in pmu_str_check() 60 switch (perf_pmu__parse_check(text)) { in pmu_str_check()
|
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.1.27/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.1.27/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.1.27/arch/score/kernel/ |
D | vmlinux.lds.S | 39 .text : { 45 *(.text.*) argument 78 .exit.text : {
|
/linux-4.1.27/arch/x86/realmode/rm/ |
D | realmode.lds.S | 36 .text : { 37 *(.text) 38 *(.text.*)
|
/linux-4.1.27/arch/arc/kernel/ |
D | vmlinux.lds.S | 40 .text.arcfp : { 41 *(.text.arcfp) 90 .exit.text : { EXIT_TEXT } 96 .text : {
|
/linux-4.1.27/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.1.27/arch/unicore32/boot/compressed/ |
D | vmlinux.lds.in | 21 * of the text/got segments. 29 .text : { 32 *(.text) argument 33 *(.text.*)
|
/linux-4.1.27/arch/xtensa/boot/boot-redboot/ |
D | boot.ld | 7 .text : 11 *(.literal .text.literal .text) argument
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/arch/cris/boot/rescue/ |
D | rescue_v32.lds | 16 .text : 19 *(.text) 20 *(.init.text)
|
D | rescue_v10.lds | 9 .text : 12 *(.text)
|
D | head_v32.S | 16 .text
|
D | testrescue.S | 11 .text
|
/linux-4.1.27/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.1.27/arch/arm/boot/compressed/ |
D | vmlinux.lds.S | 37 .text : { 40 *(.text) argument 41 *(.text.*)
|
/linux-4.1.27/arch/cris/kernel/ |
D | vmlinux.lds.S | 42 .text : { 47 *(.text.__*) 88 .exit.text : {
|
/linux-4.1.27/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.1.27/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.1.27/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.1.27/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.1.27/arch/mips/lasat/image/ |
D | romscript.normal | 5 .text : 7 *(.text..start)
|
D | head.S | 3 .text 4 .section .text..start, "ax"
|
/linux-4.1.27/arch/microblaze/lib/ |
D | uaccess_old.S | 24 .text 74 .text 140 .text 154 .text 188 .text 266 .text
|
/linux-4.1.27/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 103 #define __meminit __section(.meminit.text) __cold notrace 106 #define __memexit __section(.memexit.text) __exitused __cold notrace 371 #define __INIT_OR_MODULE .text
|
/linux-4.1.27/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 | smulsi3_highpart.S | 12 .section .l1.text 14 .text
|
D | modsi3.S | 18 .section .l1.text 20 .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.1.27/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.1.27/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 | 57 int ui_browser__help_window(struct ui_browser *browser, const char *text); 58 bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text); 59 int ui_browser__input_window(const char *title, const char *text, char *input,
|
D | browser.c | 185 char *text; in ui_browser__warning() local 189 err = vasprintf(&text, format, args); in ui_browser__warning() 197 while ((key = ui__question_window("Warning!", text, in ui_browser__warning() 201 free(text); in ui_browser__warning() 207 int ui_browser__help_window(struct ui_browser *browser, const char *text) in ui_browser__help_window() argument 211 while ((key = ui__help_window(text)) == K_RESIZE) in ui_browser__help_window() 217 bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text) in ui_browser__dialog_yesno() argument 221 while ((key = ui__dialog_yesno(text)) == K_RESIZE) in ui_browser__dialog_yesno()
|
/linux-4.1.27/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.1.27/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.1.27/arch/xtensa/boot/boot-elf/ |
D | boot.lds.S | 21 .ResetVector.text XCHAL_RESET_VECTOR_VADDR : 23 *(.ResetVector.text)
|
/linux-4.1.27/arch/m32r/boot/compressed/ |
D | vmlinux.lds.S | 9 .text : { *(.text) } = 0
|
/linux-4.1.27/arch/s390/include/asm/ |
D | pci_debug.h | 12 #define zpci_err(text...) \ argument 15 snprintf(debug_buffer, 16, text); \
|
/linux-4.1.27/arch/arc/include/asm/ |
D | linkage.h | 29 .section .text.arcfp, "ax",@progbits 31 .section .text, "ax",@progbits
|
/linux-4.1.27/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.1.27/arch/nios2/boot/compressed/ |
D | vmlinux.lds.S | 32 .text : { *(.text) } = 0
|
/linux-4.1.27/arch/tile/include/asm/ |
D | linkage.h | 30 .pushsection .text.##name, "ax"; \ 46 .pushsection .text.##name, "ax"; \
|
/linux-4.1.27/arch/alpha/boot/ |
D | bootloader.lds | 7 .text : { *(.text) }
|
/linux-4.1.27/arch/ia64/hp/sim/boot/ |
D | bootloader.lds | 6 /* Read-only sections, merged into text segment: */ 10 .text : { *(__ivt_section) *(.text) }
|
/linux-4.1.27/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.1.27/arch/hexagon/kernel/ |
D | vmlinux.lds.S | 49 .text : AT(ADDR(.text)) {
|
/linux-4.1.27/arch/metag/kernel/ |
D | vmlinux.lds.S | 21 .text : { 27 *(.text.*)
|
/linux-4.1.27/arch/um/include/shared/ |
D | init.h | 67 #define __init __section(.init.text) 73 #define __exit __section(.exit.text) 75 #define __exit __used __section(.exit.text)
|
/linux-4.1.27/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); \
|
/linux-4.1.27/arch/arm/boot/bootp/ |
D | bootp.lds | 15 .text : { 18 *(.text) argument
|
/linux-4.1.27/arch/mn10300/kernel/ |
D | vmlinux.lds.S | 29 .text : { 71 .exit.text : { EXIT_TEXT; }
|
/linux-4.1.27/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.1.27/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.1.27/arch/arm64/ |
D | Kconfig.debug | 59 bool "Set loadable kernel module data as NX and text as RO" 63 kernel module's text and read-only data. It also prevents execution 70 bool "Make kernel text and rodata read-only" 72 If this is set, kernel text and rodata will be made read-only. This 75 text so it can be made explicitly non-executable.
|
/linux-4.1.27/drivers/lguest/x86/ |
D | switcher_32.S | 95 .text 328 .data; .long 1f; .text; 1: 357 .text
|
/linux-4.1.27/arch/x86/lguest/ |
D | head_32.S | 31 .section .init.text, "ax", @progbits 57 .text
|
/linux-4.1.27/arch/x86/boot/ |
D | setup.ld | 23 .text : { *(.text) }
|
/linux-4.1.27/tools/testing/selftests/x86/ |
D | entry_from_vm86.c | 51 const char *text) in do_test() argument 55 printf("[RUN]\t%s from vm86 mode\n", text); in do_test()
|
/linux-4.1.27/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.1.27/arch/arm/lib/ |
D | clear_user.S | 13 .text 50 .pushsection .text.fixup,"ax"
|
D | csumpartialcopyuser.S | 18 .text 71 .pushsection .text.fixup,"ax"
|
D | copy_to_user.S | 93 .text 103 .pushsection .text.fixup,"ax"
|
D | clearbit.S | 13 .text
|
D | setbit.S | 13 .text
|
D | changebit.S | 13 .text
|
D | testsetbit.S | 13 .text
|
D | testclearbit.S | 13 .text
|
D | testchangebit.S | 13 .text
|
D | io-acorn.S | 17 .text
|
/linux-4.1.27/arch/um/include/asm/ |
D | common.lds.S | 84 .exit.text : { *(.exit.text) }
|
/linux-4.1.27/scripts/gdb/linux/ |
D | dmesg.py | 54 text = log_buf[pos + 16:pos + 16 + text_len] 57 for line in memoryview(text).tobytes().splitlines():
|
/linux-4.1.27/arch/m32r/mm/ |
D | page.S | 15 .text 53 .text
|
/linux-4.1.27/arch/x86/um/ |
D | setjmp_64.S | 19 .text 39 .text
|
D | setjmp_32.S | 17 .text 40 .text
|
/linux-4.1.27/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.1.27/arch/microblaze/kernel/ |
D | vmlinux.lds.S | 27 .text : AT(ADDR(.text) - LOAD_OFFSET) {
|
/linux-4.1.27/arch/arm64/kvm/ |
D | hyp-init.S | 25 .text 26 .pushsection .hyp.idmap.text, "ax"
|
/linux-4.1.27/sound/pci/emu10k1/ |
D | emuproc.c | 578 entry->c.text.write = snd_emu_proc_io_reg_write; in snd_emu10k1_proc_init() 583 entry->c.text.write = snd_emu_proc_ptr_reg_write00; in snd_emu10k1_proc_init() 588 entry->c.text.write = snd_emu_proc_ptr_reg_write00; in snd_emu10k1_proc_init() 593 entry->c.text.write = snd_emu_proc_ptr_reg_write20; in snd_emu10k1_proc_init() 598 entry->c.text.write = snd_emu_proc_ptr_reg_write20; in snd_emu10k1_proc_init() 603 entry->c.text.write = snd_emu_proc_ptr_reg_write20; in snd_emu10k1_proc_init() 655 entry->c.text.read = snd_emu10k1_proc_acode_read; in snd_emu10k1_proc_init()
|
/linux-4.1.27/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.1.27/arch/ia64/lib/ |
D | flush.S | 23 .section .kprobes.text,"ax" 75 .section .kprobes.text,"ax"
|
/linux-4.1.27/arch/sparc/lib/ |
D | copy_in_user.S | 16 .text; \ 22 .text
|
D | memset.S | 25 .text; \ 32 .text; \ 58 .text
|
/linux-4.1.27/arch/powerpc/lib/ |
D | copy_32.S | 61 .text 63 .text 210 .text 248 .text 391 .text
|
/linux-4.1.27/arch/tile/lib/ |
D | atomic_asm_32.S | 77 .section .text.atomic,"ax" 82 STD_ENTRY_SECTION(__atomic\name, .text.atomic)
|
/linux-4.1.27/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.1.27/arch/avr32/mach-at32ap/ |
D | pm-at32ap700x.S | 22 .section .irq.text, "ax", @progbits 68 .section .init.text, "ax", @progbits
|
/linux-4.1.27/arch/sh/boot/romimage/ |
D | vmlinux.scr | 3 .text : {
|
/linux-4.1.27/arch/arm/mach-s5pv210/ |
D | sleep.S | 17 .text
|
/linux-4.1.27/arch/x86/lib/ |
D | cmpxchg8b_emu.S | 12 .text
|
/linux-4.1.27/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.1.27/arch/arm/mach-s3c24xx/ |
D | pm-h1940.S | 28 .text
|
/linux-4.1.27/arch/blackfin/mach-bf609/ |
D | dpm.S | 9 .section .l1.text 127 .section .text
|
/linux-4.1.27/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.1.27/arch/sh/include/asm/ |
D | vmlinux.lds.h | 20 *(.text..SHmedia32)
|
/linux-4.1.27/arch/alpha/lib/ |
D | dbg_current.S | 10 .text
|
/linux-4.1.27/arch/mn10300/boot/compressed/ |
D | head.S | 11 .section .text
|
/linux-4.1.27/arch/arm/mach-rpc/ |
D | fiq.S | 6 .text
|