Searched refs:text (Results 1 - 25 of 861) sorted by last modified time

1234567891011>>

/linux-master/net/core/
H A Dskbuff.c203 pr_emerg("%s: text:%px len:%d put:%d head:%px data:%px tail:%#lx end:%#lx dev:%s\n",
4403 static unsigned int skb_ts_get_next_block(unsigned int offset, const u8 **text, argument
4407 return skb_seq_read(offset, text, TS_SKB_CB(state));
4416 * skb_find_text - Find a text pattern in skb data
/linux-master/arch/xtensa/include/asm/
H A Dprocessor.h118 * Note: 'text' is the address within the same 1GB range as the ra
120 #define MAKE_PC_FROM_RA(ra, text) (((ra) & 0x3fffffff) | ((unsigned long)(text) & 0xc0000000))
130 * Note: 'text' is not used as 'ra' is always the full address
132 #define MAKE_PC_FROM_RA(ra, text) (ra)
/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c18 #include <asm/text-patching.h>
/linux-master/arch/arc/kernel/
H A Dvmlinux.lds.S37 .text.arcfp : {
38 *(.text.arcfp)
49 * between .init.text and .text, avoiding any possible relocation
50 * errors because of calls from .init.text to .text
83 .text : {
H A Dhead.S91 .section .init.text, "ax",@progbits
158 .section .text, "ax",@progbits
H A Dentry-arcv2.S62 .section .text, "ax",@progbits
/linux-master/arch/x86/lib/
H A Dretpoline.S16 .section .text..__x86.indirect_thunk
139 .section .text..__x86.return_thunk
158 .pushsection .text..__x86.rethunk_untrain
169 .pushsection .text..__x86.rethunk_safe
/linux-master/arch/x86/kvm/svm/
H A Dvmenter.S35 .section .noinstr.text, "ax"
/linux-master/arch/s390/kernel/
H A Dentry.S139 .section .kprobes.text, "ax"
143 * symbol starts at the beginning of the kprobes text section.
607 .section .kprobes.text, "ax"
/linux-master/arch/arm64/kernel/
H A Dhead.S73 .section ".idmap.text","a"
249 * hotplug and needs to have the same protections as the text region
251 .section ".idmap.text","a"
394 .text
466 * by the .idmap.text section.
471 .section ".idmap.text","a"
/linux-master/arch/x86/kvm/vmx/
H A Dvmenter.S67 .section .noinstr.text, "ax"
363 .section .text, "ax"
/linux-master/arch/x86/entry/
H A Dentry_64.S47 .section .entry.text, "ax"
176 .pushsection .text, "ax"
226 .pushsection .text, "ax"
743 * Is in entry.text as it shouldn't be instrumented.
1481 .pushsection .text, "ax"
H A Dentry_64_compat.S22 .section .entry.text, "ax"
/linux-master/arch/x86/kernel/
H A Dcallthunks.c22 #include <asm/text-patching.h>
H A Dkvm.c809 PV_VCPU_PREEMPTED_ASM, .text);
/linux-master/arch/x86/include/asm/
H A Dalternative.h140 void *text, void *text_end);
148 void *text, void *text_end) {}
146 alternatives_smp_module_add(struct module *mod, char *name, void *locks, void *locks_end, void *text, void *text_end) argument
/linux-master/tools/objtool/
H A Dcheck.c388 sec->text = true;
390 if (!strcmp(sec->name, ".noinstr.text") ||
391 !strcmp(sec->name, ".entry.text") ||
392 !strcmp(sec->name, ".cpuidle.text") ||
393 !strncmp(sec->name, ".text..__x86.", 13))
397 * .init.text code is ran before userspace and thus doesn't
400 * .init.text
402 if (!strcmp(sec->name, ".init.text") && !opts.module)
1383 * noinstr text.
3472 WARN_INSN(insn, "call to %s() leaves .noinstr.text sectio
[all...]
/linux-master/scripts/kconfig/
H A Dmenu.c194 prop->text = prompt;
553 if (menu->list && (!menu->prompt || !menu->prompt->text)) {
659 return menu->prompt->text;
704 str_printf(r, " Prompt: %s\n", prop->text);
H A Dmconf.c32 "must be entered in as decimal or hexadecimal numbers or text.\n"
258 "o The line 'Prompt:' shows the text used in the menu structure for\n"
300 config_filename, rootmenu.prompt->text);
308 const char *text; member in struct:subtitle_part
325 if (sp->text) {
332 pos->text = sp->text;
351 static int show_textbox_ext(const char *title, const char *text, int r, int c, argument
357 return dialog_textbox(title, text, r, c, vscroll, hscroll,
361 static void show_textbox(const char *title, const char *text, in argument
366 show_helptext(const char *title, const char *text) argument
[all...]
H A Dparser.y393 zconfprint("warning: '%s' defined with more than one help text -- only the last one will be used",
397 /* Is the help text empty or all whitespace? */
399 zconfprint("warning: '%s' defined with blank help text",
642 print_quoted_string(out, prop->text);
678 print_quoted_string(out, prop->text);
712 print_quoted_string(out, prop->text);
717 print_quoted_string(out, prop->text);
H A Dconf.c355 printf("%*s%s ", indent - 1, "", menu->prompt->text);
388 printf("%*s%s ", indent - 1, "", menu->prompt->text);
694 printf(" --helpnewconfig List new options and help text\n");
/linux-master/scripts/kconfig/lxdialog/
H A Dutil.c242 len += strlen(pos->text) + 3;
263 if (skip < strlen(pos->text)) {
264 waddstr(stdscr, pos->text + skip);
267 skip -= strlen(pos->text);
346 * Print a string of text in a window, automatically wrap around to the
H A Ddialog.h76 const char *text; member in struct:subtitle_list
/linux-master/drivers/ata/
H A Dlibata-eh.c2221 const char *text; member in struct:__anon4
2319 for (i = 0; cmd_descr[i].text; i++)
2321 return cmd_descr[i].text;
/linux-master/arch/x86/boot/compressed/
H A Defi_mixed.S26 .text

Completed in 342 milliseconds

1234567891011>>