Home
last modified time | relevance | path

Searched defs:text (Results 1 – 25 of 125) sorted by relevance

12345

/linux-6.6.21/drivers/s390/net/
Dctcm_dbug.h79 #define CTCM_DBF_TEXT(name, level, text) \ argument
90 #define CTCM_DBF_TEXT_(name, level, text...) \ argument
98 #define CTCM_DBF_DEV_NAME(cat, dev, text) \ argument
104 #define MPC_DBF_DEV_NAME(cat, dev, text) \ argument
110 #define CTCMY_DBF_DEV_NAME(cat, dev, text) \ argument
123 #define CTCM_DBF_DEV(cat, dev, text) \ argument
129 #define MPC_DBF_DEV(cat, dev, text) \ argument
135 #define CTCMY_DBF_DEV(cat, dev, text) \ argument
/linux-6.6.21/arch/s390/kernel/
Dvmlinux.lds.S54 *(.text.*_indirect_*)
57 _etext = .; /* End of text section */
93 _sinittext = .;
96 _einittext = .;
159 *(.amode31.text)
162 _etext_amode31 = .;
/linux-6.6.21/arch/s390/purgatory/
Dpurgatory.lds.S14 _head = . ;
16 _ehead = . ;
20 *(.text)
22 _etext = . ;
/linux-6.6.21/arch/x86/boot/compressed/
Dvmlinux.lds.S26 _head = . ;
28 _ehead = . ;
35 *(.text)
38 _etext = . ;
/linux-6.6.21/arch/parisc/boot/compressed/
Dvmlinux.lds.S22 _head = . ;
24 _ehead = . ;
58 *(.text)
60 _etext = . ;
/linux-6.6.21/arch/arm/boot/bootp/
Dbootp.lds15 *(.text)
16 initrd_size = initrd_end - initrd_start;
17 _etext = .;
/linux-6.6.21/tools/perf/ui/tui/
Dutil.c75 int ui_browser__input_window(const char *title, const char *text, char *input, in ui_browser__input_window()
167 void __ui__info_window(const char *title, const char *text, const char *exit_msg) in __ui__info_window()
216 void ui__info_window(const char *title, const char *text) in ui__info_window()
224 int ui__question_window(const char *title, const char *text, in ui__question_window()
234 int ui__help_window(const char *text) in ui__help_window()
/linux-6.6.21/arch/xtensa/boot/boot-redboot/
Dboot.ld11 *(.literal .text.literal .text)
12 _text_end = . ;
/linux-6.6.21/arch/riscv/kernel/
Dvmlinux.lds.S54 .init.text : AT(ADDR(.init.text) - LOAD_OFFSET) ALIGN(SECTION_ALIGN) { \
55 _sinittext = .; \
57 _einittext = .; \
Dvmlinux-xip.lds.S40 _text = .;
41 _stext = .;
49 _etext = .;
/linux-6.6.21/tools/perf/util/
Dparse-events.l38 char *text = parse_events_get_text(scanner); in value() local
46 char *text = parse_events_get_text(scanner); in str() local
84 char *text = parse_events_get_text(scanner); in drv_str() local
130 char *text = parse_events_get_text(scanner); in hw_term() local
Dexpr.l30 char *text = expr_get_text(scanner); in value() local
75 char *text = expr_get_text(scanner); in str() local
/linux-6.6.21/include/kunit/
Dassert.h105 const char *text; member
140 const struct kunit_binary_assert_text *text; member
163 const struct kunit_binary_assert_text *text; member
186 const struct kunit_binary_assert_text *text; member
211 const struct kunit_binary_assert_text *text; member
/linux-6.6.21/drivers/s390/cio/
Dqdio_debug.h28 #define DBF_EVENT(text...) \ argument
40 #define DBF_ERROR(text...) \ argument
52 #define DBF_DEV_EVENT(level, device, text...) \ argument
/linux-6.6.21/arch/s390/boot/
Dvmlinux.lds.S22 _head = . ;
24 _ehead = . ;
32 *(.text)
34 _etext = . ;
/linux-6.6.21/arch/sh/boot/romimage/
Dvmlinux.scr4 zero_page_pos = .;
6 end_data = .;
/linux-6.6.21/arch/openrisc/kernel/
Dvmlinux.lds.S60 *(.text.__*)
61 _etext = .;
/linux-6.6.21/arch/microblaze/kernel/
Dvmlinux.lds.S31 _text = . ;
32 _stext = . ;
44 _etext = . ;
/linux-6.6.21/arch/powerpc/boot/
DzImage.coff.lds.S10 *(.text)
12 _etext = .;
DzImage.lds.S16 *(.text)
18 _etext = .;
/linux-6.6.21/scripts/kconfig/
Dnconf.gui.c126 int get_line_no(const char *text) in get_line_no()
140 const char *get_line(const char *text, int line_no) in get_line()
165 void fill_window(WINDOW *win, const char *text) in fill_window()
502 const char *text) in show_scroll_win()
508 int show_scroll_win_ext(WINDOW *main_window, const char *title, char *text, in show_scroll_win_ext()
/linux-6.6.21/arch/arc/kernel/
Dvmlinux.lds.S84 _text = .;
85 _stext = .;
/linux-6.6.21/net/sunrpc/auth_gss/
Dgss_krb5_test.c533 void *iv, *text; in rfc3962_encrypt_case() local
1128 void *text; in rfc6803_encrypt_case() local
1622 void *text; in rfc8009_encrypt_case() local
1790 void *text; in encrypt_selftest_case() local
/linux-6.6.21/arch/csky/kernel/
Dvmlinux.lds.S30 _text = .;
31 _stext = .;
/linux-6.6.21/arch/arm/kernel/
Dvmlinux-xip.lds.S52 _text = .;
78 .exit.text : {

12345