Searched refs:text (Results 276 - 300 of 861) sorted by relevance

<<11121314151617181920>>

/linux-master/drivers/s390/net/
H A Dqeth_core.h73 #define QETH_DBF_TEXT(name, level, text) \
74 debug_text_event(qeth_dbf[QETH_DBF_##name].id, level, text)
79 #define QETH_DBF_MESSAGE(level, text...) \
80 debug_sprintf_event(qeth_dbf[QETH_DBF_MSG].id, level, text)
82 #define QETH_DBF_TEXT_(name, level, text...) \
83 qeth_dbf_longtext(qeth_dbf[QETH_DBF_##name].id, level, text)
85 #define QETH_CARD_TEXT(card, level, text) \
86 debug_text_event(card->debug, level, text)
91 #define QETH_CARD_MESSAGE(card, text...) \
92 debug_sprintf_event(card->debug, level, text)
[all...]
/linux-master/drivers/char/hw_random/
H A Dn2-asm.S10 .text
/linux-master/arch/mips/power/
H A Dhibernate_asm.S13 .text
/linux-master/arch/parisc/kernel/
H A Dtoc_asm.S11 .text
/linux-master/tools/testing/selftests/rcutorture/bin/
H A Dkvm-recheck-rcu.sh44 nclosecalls=`grep --binary-files=text 'torture: Reader Batch' $i/console.log | tail -1 | \
/linux-master/arch/arm/kernel/
H A Dsleep.S8 .text
109 .pushsection .idmap.text,"ax"
134 .text
/linux-master/arch/arm/lib/
H A Dcopy_from_user.S105 .text
117 .pushsection .text.fixup,"ax"
H A Dcopy_to_user.S104 .text
118 .pushsection .text.fixup,"ax"
H A Ddelay-loop.S15 .text
/linux-master/arch/arm64/crypto/
H A Dsm4-ce-cipher-core.S17 .text
/linux-master/tools/perf/tests/
H A Dwp.c16 #define WP_TEST_ASSERT_VAL(fd, text, val) \
20 TEST_ASSERT_VAL(text, count == val); \
/linux-master/arch/powerpc/kernel/vdso/
H A Dgettimeofday.S68 .text
/linux-master/kernel/debug/kdb/
H A Dkdb_private.h36 #define KDB_DEBUG_STATE(text, value) if (KDB_DEBUG(STATE)) \
37 kdb_print_state(text, value)
/linux-master/arch/s390/lib/
H A Dtishift.S7 .section .noinstr.text, "ax"
/linux-master/arch/sparc/lib/
H A Dhweight.S5 .text
H A Dfls64.S11 .text
H A Dcopy_in_user.S18 .text; \
28 .text
H A Dmemmove.S11 .text
H A Dmulti3.S5 .text
/linux-master/sound/soc/sof/
H A Dipc4.c183 static void sof_ipc4_log_header(struct device *dev, u8 *text, struct sof_ipc4_msg *msg, argument
225 text, msg->primary, msg->extension, str, str2,
228 dev_dbg(dev, "%s: %#x|%#x: %s|%s\n", text, msg->primary,
233 text, msg->primary, msg->extension, str,
236 dev_dbg(dev, "%s: %#x|%#x: %s\n", text, msg->primary,
241 static void sof_ipc4_log_header(struct device *dev, u8 *text, struct sof_ipc4_msg *msg, argument
252 dev_dbg(dev, "%s: %#x|%#x [data size: %zu]\n", text,
255 dev_dbg(dev, "%s: %#x|%#x\n", text, msg->primary, msg->extension);
/linux-master/Documentation/sphinx/
H A Dkerneldoc.py125 return [nodes.error(None, nodes.paragraph(text = "kernel-doc missing"))]
153 return [nodes.error(None, nodes.paragraph(text = "kernel-doc missing"))]
/linux-master/arch/x86/include/asm/
H A Dtext-patching.h84 u8 text[POKE_MAX_OPCODE_SIZE]; member in union:text_poke_insn
126 return &insn.text;
/linux-master/arch/sh/kernel/vsyscall/
H A Dvsyscall-sigreturn.S4 .text
/linux-master/arch/sh/boot/romimage/
H A Dhead.S8 .text
/linux-master/arch/microblaze/lib/
H A Ddivsi3.S10 .text

Completed in 320 milliseconds

<<11121314151617181920>>