Searched refs:text (Results 76 - 100 of 861) sorted by relevance

1234567891011>>

/linux-master/arch/sparc/lib/
H A Dcsum_copy_from_user.S16 .text; \
H A Dcsum_copy_to_user.S16 .text; \
/linux-master/arch/parisc/boot/compressed/
H A Dvmlinux.lds.S21 .head.text : {
56 .text : {
58 *(.text)
59 *(.text.*)
/linux-master/tools/testing/selftests/powerpc/pmu/
H A Dbranch_loops.S8 .text
/linux-master/arch/arm/mach-s3c/
H A Dsleep-s3c64xx.S23 .text
/linux-master/arch/sh/kernel/
H A Dvmlinux.lds.S29 .text : AT(ADDR(.text)) {
39 _etext = .; /* End of text section */
66 * .exit.text is discarded at runtime, not link time, to deal with
69 .exit.text : AT(ADDR(.exit.text)) { EXIT_TEXT }
/linux-master/tools/testing/selftests/riscv/hwprobe/
H A Dsys_hwprobe.S4 .text
/linux-master/arch/arm64/kernel/
H A Dcpu-reset.S16 .text
17 .pushsection .idmap.text, "a"
/linux-master/tools/perf/util/
H A Dpmu.l17 char *text = perf_pmu_get_text(scanner);
21 num = strtoul(text, NULL, base);
/linux-master/tools/perf/bench/
H A Dmem-memcpy-x86-64-asm.S9 #define altinstr_replacement text
/linux-master/arch/alpha/lib/
H A Dstrcpy.S10 .text
/linux-master/arch/riscv/kernel/tests/module_test/
H A Dtest_set32.S6 .text
H A Dtest_sub16.S6 .text
H A Dtest_sub32.S6 .text
H A Dtest_sub6.S6 .text
H A Dtest_sub64.S6 .text
H A Dtest_sub8.S6 .text
/linux-master/arch/x86/include/asm/
H A Dqspinlock_paravirt.h17 __PV_CALLEE_SAVE_REGS_THUNK(__pv_queued_spin_unlock_slowpath, ".spinlock.text");
23 * C code. Note that it puts the code in the .spinlock.text section which
60 PV_UNLOCK_ASM, .spinlock.text);
65 __PV_CALLEE_SAVE_REGS_THUNK(__pv_queued_spin_unlock, ".spinlock.text");
/linux-master/arch/arm/include/asm/
H A Dvmlinux.lds.h51 *(.idmap.text) \
55 *(.ARM.exidx.exit.text) \
56 *(.ARM.extab.exit.text) \
57 *(.ARM.exidx.text.exit) \
58 *(.ARM.extab.text.exit) \
59 ARM_CPU_DISCARD(*(.ARM.exidx.cpuexit.text)) \
60 ARM_CPU_DISCARD(*(.ARM.extab.cpuexit.text)) \
64 ARM_MMU_DISCARD(*(.text.fixup)) \
93 *(.entry.text) \
157 *(.tcm.text) \
[all...]
/linux-master/arch/s390/kernel/
H A Dvmlinux.lds.S35 text PT_LOAD FLAGS(5); /* R_E */
43 .text : {
44 _stext = .; /* Start of text section */
54 *(.text.*_indirect_*)
58 _etext = .; /* End of text section */
59 } :text = 0x0700
104 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) {
112 * .exit.text is discarded at runtime, not link time,
115 .exit.text
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dctx_rewrite.c392 char *text = text_origin; local
393 int middle = max_line_len(text) + 2;
396 while (*pattern || *text) {
401 /* Print one line from text */
402 while (*text && *text != '\n') {
403 if (text == text_pos)
405 fputc(*text, out);
406 ++text;
409 if (text
487 match_pattern(struct btf *btf, char *pattern, char *text, char *reg_map[][2]) argument
703 char *text = NULL; local
[all...]
/linux-master/include/kunit/
H A Dassert.h97 * @text: A string representation of the expression passed to the expectation.
105 const char *text; member in struct:kunit_ptr_not_err_assert
130 * @text: Holds the textual representations of the operands and op (e.g. "==").
140 const struct kunit_binary_assert_text *text; member in struct:kunit_binary_assert
153 * @text: Holds the textual representations of the operands and op (e.g. "==").
163 const struct kunit_binary_assert_text *text; member in struct:kunit_binary_ptr_assert
176 * @text: Holds the textual representations of the operands and comparator.
186 const struct kunit_binary_assert_text *text; member in struct:kunit_binary_str_assert
199 * @text: Holds the textual representations of the operands and comparator.
211 const struct kunit_binary_assert_text *text; member in struct:kunit_mem_assert
[all...]
/linux-master/scripts/kconfig/
H A Dnconf.h75 int get_line_no(const char *text);
76 const char *get_line(const char *text, int line_no);
77 void fill_window(WINDOW *win, const char *text);
83 int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text,
88 const char *text);
/linux-master/arch/x86/boot/compressed/
H A Dvmlinux.lds.S25 .head.text : {
33 .text : {
35 *(.text)
36 *(.text.*)
37 *(.noinstr.text)
/linux-master/arch/mips/dec/prom/
H A Dlocore.S9 .text

Completed in 271 milliseconds

1234567891011>>