Searched refs:text (Results 126 - 150 of 861) sorted by relevance

1234567891011>>

/linux-master/arch/alpha/lib/
H A Dclear_page.S8 .text
H A Dev6-clear_page.S8 .text
/linux-master/arch/riscv/kernel/tests/module_test/
H A Dtest_set16.S6 .text
H A Dtest_set6.S6 .text
H A Dtest_set8.S6 .text
/linux-master/arch/s390/boot/
H A Dvmlinux.lds.S21 .head.text : {
30 .text : {
32 *(.text)
33 *(.text.*)
/linux-master/tools/perf/ui/tui/
H A Dutil.c75 int ui_browser__input_window(const char *title, const char *text, char *input, argument
83 t = text;
114 SLsmg_write_wrapped_string((unsigned char *)text, y, x,
167 void __ui__info_window(const char *title, const char *text, const char *exit_msg) argument
173 t = text;
206 SLsmg_write_wrapped_string((unsigned char *)text, y, x,
216 void ui__info_window(const char *title, const char *text) argument
219 __ui__info_window(title, text, NULL);
224 int ui__question_window(const char *title, const char *text, argument
228 __ui__info_window(title, text, exit_ms
234 ui__help_window(const char *text) argument
[all...]
/linux-master/arch/x86/kernel/
H A Dvmlinux.lds.S54 * boundaries spanning kernel text, rodata and data sections.
57 * to the pages mapping to text and to the pages padding (which are freed) the
58 * text section. Hence kernel identity mappings will be broken to smaller
59 * pages. For 64-bit, kernel text and kernel identity mappings are different,
61 * mappings for kernel text.
104 text PT_LOAD FLAGS(5); /* R_E */
126 .text : AT(ADDR(.text) - LOAD_OFFSET) {
137 *(.text..__x86.indirect_thunk)
138 *(.text
[all...]
/linux-master/arch/arm64/kernel/
H A Dvmlinux.lds.S80 *(.hyp.idmap.text) \
83 *(.hyp.text) \
91 *(.idmap.text) \
98 *(.hibernate_exit.text) \
108 *(.kexec_relocate.text) \
118 *(.entry.tramp.text) \
169 .head.text : {
173 .text : ALIGN(SEGMENT_ALIGN) { /* Real text segment */
187 _etext = .; /* End of text sectio
[all...]
/linux-master/scripts/
H A Dcleanpatch163 $text = substr($line, 1);
164 $text =~ s/[ \t\r]*$//; # Remove trailing spaces
165 $text = clean_space_tabs($text);
167 $l_width = strwidth($text);
174 push(@hunk_lines, '+'.$text);
/linux-master/lib/
H A Dts_kmp.c3 * lib/ts_kmp.c Knuth-Morris-Pratt text search implementation
12 * matching time is O(n), for n being length(text), using just an
46 const u8 *text; local
50 text_len = conf->get_next_block(consumed, &text, conf, state);
57 != (icase ? toupper(text[i]) : text[i]))
60 == (icase ? toupper(text[i]) : text[i]))
/linux-master/arch/arm/boot/compressed/
H A Dvmlinux.lds.S31 * of the text/got segments.
39 .text : {
42 *(.text)
43 *(.text.*)
/linux-master/arch/csky/kernel/
H A Dvmlinux.lds.S29 .text : AT(ADDR(.text) - LOAD_OFFSET) {
68 *(.tcm.text)
/linux-master/arch/arm/kernel/
H A Dvmlinux.lds.S50 .head.text : {
62 .text : { /* Real text segment */
70 _etext = .; /* End of text section */
94 .exit.text : {
/linux-master/arch/arc/kernel/
H A Dvmlinux.lds.S37 .text.arcfp : {
38 *(.text.arcfp)
49 * between .init.text and .text, avoiding any possible relocation
50 * errors because of calls from .init.text to .text
83 .text : {
/linux-master/arch/sparc/lib/
H A DNGcopy_to_user.S12 .text; \
H A DNG4fls.S11 .text
H A DNGcopy_from_user.S12 .text; \
H A DNG4clear_page.S10 .text
/linux-master/tools/testing/selftests/powerpc/switch_endian/
H A DMakefile15 $(CROSS_COMPILE)objcopy -j .text --reverse-bytes=4 -O binary $< $@
/linux-master/arch/powerpc/boot/
H A Dps3-head.S13 .text
/linux-master/arch/arm/mach-rpc/
H A Dfloppydma.S9 .text
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h25 * inputs are the text nasid in t1, data nasid in t2.
36 li t0, 0x1c000 # Offset of text into node memory
37 dsll t1, NASID_SHFT # Shift text nasid into place
39 or t1, t1, t0 # Physical load address of kernel text
69 move t2, t1 # text and data are here
/linux-master/tools/testing/selftests/x86/
H A Dthunks_32.S10 .text
/linux-master/arch/mips/kernel/
H A Dvmlinux.lds.S27 text PT_LOAD FLAGS(7); /* RWX */
46 /* Read-only sections, merged into text segment: */
52 /* Set the vaddr for the text segment to a value
63 .text : {
74 } :text = 0
75 _etext = .; /* End of text section */
130 /* .exit.text is discarded at runtime, not link time, to deal with
133 .exit.text : {

Completed in 334 milliseconds

1234567891011>>