/linux-6.14.4/arch/csky/kernel/ |
D | vmlinux.lds.S | 30 _text = .; 31 _stext = .;
|
/linux-6.14.4/scripts/kconfig/ |
D | mconf.c | 309 const char *text; member 352 static int show_textbox_ext(const char *title, const char *text, int r, int c, in show_textbox_ext() 362 static void show_textbox(const char *title, const char *text, int r, int c) in show_textbox() 367 static void show_helptext(const char *title, const char *text) in show_helptext()
|
D | lexer.l | 37 static char *text; variable
|
/linux-6.14.4/arch/powerpc/kernel/ |
D | vmlinux.lds.S | 270 *.init.text might be RO so we must ensure this section ends on 274 _einittext = .; 281 __exittext_begin = .; 283 __exittext_end = .;
|
/linux-6.14.4/arch/arm/kernel/ |
D | vmlinux-xip.lds.S | 52 _text = .; 78 .exit.text : {
|
D | vmlinux.lds.S | 51 _text = .; 63 _stext = .; /* Text and read-only data */
|
/linux-6.14.4/drivers/media/rc/ |
D | fintek-cir.h | 24 #define fit_pr(level, text, ...) \ argument 27 #define fit_dbg(text, ...) \ argument 32 #define fit_dbg_verbose(text, ...) \ argument 37 #define fit_dbg_wake(text, ...) \ argument
|
D | nuvoton-cir.h | 24 #define nvt_dbg(text, ...) \ argument 29 #define nvt_dbg_verbose(text, ...) \ argument 34 #define nvt_dbg_wake(text, ...) \ argument
|
/linux-6.14.4/Documentation/sphinx/ |
D | rstFlatTable.py | 71 def c_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument 82 def r_span(name, rawtext, text, lineno, inliner, options=None, content=None): argument
|
/linux-6.14.4/tools/perf/tests/ |
D | tests.h | 13 #define TEST_ASSERT_VAL(text, cond) \ argument 21 #define TEST_ASSERT_EQUAL(text, val, expected) \ argument
|
/linux-6.14.4/lib/kunit/ |
D | assert.c | 94 VISIBLE_IF_KUNIT bool is_literal(const char *text, long long value) in is_literal() 171 VISIBLE_IF_KUNIT bool is_str_literal(const char *text, const char *value) in is_str_literal()
|
/linux-6.14.4/lib/ |
D | ts_bm.c | 59 const u8 *text, bool icase) in matchpat() 80 const u8 *text; in bm_find() local
|
/linux-6.14.4/tools/testing/selftests/bpf/ |
D | jit_disasm_helpers.c | 168 int get_jited_program_text(int fd, char *text, size_t text_sz) in get_jited_program_text() 238 int get_jited_program_text(int fd, char *text, size_t text_sz) in get_jited_program_text()
|
/linux-6.14.4/tools/perf/util/ |
D | pmu.l | 17 char *text = perf_pmu_get_text(scanner); in value() local
|
D | svghelper.c | 273 static char text[80]; in time_to_string() local 291 char *text; in svg_waiting() local 602 void svg_text(int Yslot, u64 start, const char *text) in svg_text() 611 static void svg_legenda_box(int X, const char *text, const char *style) in svg_legenda_box()
|
/linux-6.14.4/tools/testing/selftests/bpf/prog_tests/ |
D | ctx_rewrite.c | 395 char *text = text_origin; in print_match_error() local 490 static bool match_pattern(struct btf *btf, char *pattern, char *text, char *reg_map[][2]) in match_pattern() 650 char *text = NULL; in match_program() local
|
/linux-6.14.4/tools/lib/perf/include/internal/ |
D | tests.h | 47 #define __T(text, cond) \ argument
|
/linux-6.14.4/arch/hexagon/kernel/ |
D | vmlinux.lds.S | 39 _text = .;
|
/linux-6.14.4/arch/xtensa/include/asm/ |
D | processor.h | 120 #define MAKE_PC_FROM_RA(ra, text) (((ra) & 0x3fffffff) | ((unsigned long)(text) & 0xc0000000)) argument 132 #define MAKE_PC_FROM_RA(ra, text) (ra) argument
|
/linux-6.14.4/arch/s390/include/asm/ |
D | pci_debug.h | 13 #define zpci_err(text...) \ argument
|
/linux-6.14.4/net/sunrpc/auth_gss/ |
D | gss_krb5_seal.c | 105 gss_krb5_get_mic_v2(struct krb5_ctx *ctx, struct xdr_buf *text, in gss_krb5_get_mic_v2()
|
/linux-6.14.4/arch/sh/kernel/ |
D | vmlinux.lds.S | 39 _etext = .; /* End of text section */
|
/linux-6.14.4/tools/perf/ui/ |
D | browser.c | 214 char *text; in ui_browser__warning() local 236 int ui_browser__help_window(struct ui_browser *browser, const char *text) in ui_browser__help_window() 246 bool ui_browser__dialog_yesno(struct ui_browser *browser, const char *text) in ui_browser__dialog_yesno()
|
/linux-6.14.4/arch/x86/kernel/ |
D | vmlinux.lds.S | 138 *(.text..__x86.rethunk_untrain)
|
/linux-6.14.4/drivers/i2c/busses/ |
D | scx200_acb.c | 415 static struct scx200_acb_iface *scx200_create_iface(const char *text, in scx200_create_iface() 469 static struct scx200_acb_iface *scx200_create_dev(const char *text, in scx200_create_dev()
|