Searched refs:text (Results 251 - 275 of 861) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/microblaze/lib/
H A Duaccess_old.S50 .text
64 .text
98 .text
176 .text
/linux-master/arch/xtensa/boot/boot-elf/
H A Dbootstrap.S22 .section .ResetVector.text, "ax"
/linux-master/arch/arm64/xen/
H A Dhypercall.S72 .text
/linux-master/arch/arm/xen/
H A Dhypercall.S80 .text
/linux-master/tools/perf/tests/
H A Dmem.c26 static int test__mem(struct test_suite *text __maybe_unused, int subtest __maybe_unused)
/linux-master/arch/s390/kernel/
H A Dalternative.c5 #include <asm/text-patching.h>
H A Djump_label.c11 #include <asm/text-patching.h>
44 panic("Corrupted kernel text");
H A Dmcount.S34 .section .kprobes.text, "ax"
/linux-master/drivers/misc/lkdtm/
H A DMakefile26 --rename-section .noinstr.text=.rodata,alloc,readonly,load,contents
/linux-master/arch/arm/mach-lpc32xx/
H A Dsuspend.S34 .text
/linux-master/arch/um/include/asm/
H A Dcommon.lds.S74 /* .exit.text is discard at runtime, not link time, to deal with references
76 .exit.text : { EXIT_TEXT }
/linux-master/tools/testing/selftests/arm64/mte/
H A Dmte_helper.S17 .text
/linux-master/arch/powerpc/boot/
H A Dopal-calls.S9 .text
/linux-master/tools/testing/selftests/splice/
H A Dshort_splice_read.sh131 expect_success "kernfs binattr splice" test_splice /sys/module/test_module/sections/.init.text
/linux-master/drivers/s390/net/
H A Dlcs.h11 #define LCS_DBF_TEXT(level, name, text) \
13 debug_text_event(lcs_dbf_##name, level, text); \
21 #define LCS_DBF_TEXT_(level,name,text...) \
24 scnprintf(debug_buffer, sizeof(debug_buffer), text); \
/linux-master/arch/alpha/lib/
H A Dstrncpy.S18 .text
H A Dev6-copy_page.S61 .text
H A Dmemset.S20 .text
H A Dstrncat.S14 .text
/linux-master/arch/x86/include/asm/
H A Dkprobes.h18 #include <asm/text-patching.h>
81 /* Number of bytes of text poked */
/linux-master/arch/x86/boot/compressed/
H A Didt_handlers_64.S69 .text
/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/drivers/s390/cio/
H A Dqdio_debug.c63 char text[QDIO_DBF_NAME_LEN]; local
69 snprintf(text, QDIO_DBF_NAME_LEN, "qdio_%s",
71 irq_ptr->debug_area = qdio_get_dbf_entry(text);
75 irq_ptr->debug_area = debug_register(text, 2, 1, 16);
90 strscpy(new_entry->dbf_name, text, QDIO_DBF_NAME_LEN);
/linux-master/kernel/printk/
H A Dprintk.c407 * containing variable length message text. Every record also contains its
416 * The human readable log message of a record is available in @text, the
417 * length of the message text in @text_len. The stored message is not
451 * "<level>,<sequnum>,<timestamp>,<contflag>[,additional_values, ... ];<message text>\n"
652 const char *text, size_t text_len,
660 unsigned char c = text[i];
689 char *text, size_t text_len,
694 len = msg_add_ext_text(buf, size, text, text_len, '\n');
1167 pr_err("log_buf_len: %lu text bytes not available\n",
1369 * Prepare the record for printing. The text i
651 msg_add_ext_text(char *buf, size_t size, const char *text, size_t text_len, unsigned char endc) argument
688 msg_print_ext_body(char *buf, size_t size, char *text, size_t text_len, struct dev_printk_info *dev_info) argument
1390 char *text = r->text_buf; local
1552 char *text; local
1656 char *text; local
2130 printk_parse_prefix(const char *text, int *level, enum printk_info_flags *flags) argument
2159 printk_sprint(char *text, u16 size, int facility, enum printk_info_flags *flags, const char *fmt, va_list args) argument
[all...]
/linux-master/arch/arm64/kernel/
H A Dhyp-stub.S19 .text
20 .pushsection .hyp.text, "ax"
165 .pushsection .idmap.text, "ax"

Completed in 223 milliseconds

<<11121314151617181920>>