Searched refs:text (Results 326 - 350 of 861) sorted by relevance

<<11121314151617181920>>

/linux-master/kernel/module/
H A Dstrict_rwx.c34 for_class_mod_mem_type(type, text) {
/linux-master/arch/riscv/crypto/
H A Dsm3-riscv64-zvksh-zvkb.S48 .text
H A Dsm4-riscv64-zvksed-zvkb.S48 .text
/linux-master/arch/x86/kernel/
H A Dmodule.c23 #include <asm/text-patching.h>
304 void *text = me->mem[MOD_TEXT].base; local
305 void *text_end = text + me->mem[MOD_TEXT].size;
308 text, text_end);
H A Dalternative.c21 #include <asm/text-patching.h>
131 * @instr: source address of the original instructions in the kernel text as
135 * eventually text-poked into the kernel image.
379 DEFINE_ASM_FUNC(nop_func, "", .entry.text);
1387 u8 *text, u8 *text_end)
1394 if (!*poff || ptr < text || ptr >= text_end)
1403 u8 *text, u8 *text_end)
1410 if (!*poff || ptr < text || ptr >= text_end)
1427 /* .text segment, needed to avoid patching init code ;) */
1428 u8 *text; member in struct:smp_alt_module
1386 alternatives_smp_lock(const s32 *start, const s32 *end, u8 *text, u8 *text_end) argument
1402 alternatives_smp_unlock(const s32 *start, const s32 *end, u8 *text, u8 *text_end) argument
1436 alternatives_smp_module_add(struct module *mod, char *name, void *locks, void *locks_end, void *text, void *text_end) argument
2083 const u8 text[POKE_MAX_OPCODE_SIZE]; member in struct:text_poke_loc
[all...]
/linux-master/arch/sparc/lib/
H A Dmemset.S27 .text; \
39 .text; \
69 .text
H A DGENpage.S8 .text
/linux-master/fs/proc/
H A Dtask_nommu.c95 unsigned long *shared, unsigned long *text,
113 *text = (PAGE_ALIGN(mm->end_code) - (mm->start_code & PAGE_MASK))
119 size += *text + *data;
94 task_statm(struct mm_struct *mm, unsigned long *shared, unsigned long *text, unsigned long *data, unsigned long *resident) argument
/linux-master/tools/testing/selftests/arm64/fp/
H A Dzt-test.S21 .pushsection .text
130 adr x0, .text + (irritator_handler - .text) / 16 * 16
H A Dfpsimd-test.S37 .pushsection .text
146 adr x0, .text + (irritator_handler - .text) / 16 * 16
H A Dza-test.S25 .pushsection .text
161 adr x0, .text + (irritator_handler - .text) / 16 * 16
/linux-master/arch/xtensa/kernel/
H A Dvectors.S70 .section .UserExceptionVector.text, "ax"
97 .section .KernelExceptionVector.text, "ax"
208 .section .DoubleExceptionVector.text, "ax"
611 .section .DebugInterruptVector.text, "ax"
640 .section .Level\level\()InterruptVector.text, "ax"
698 .section .WindowVectors.text, "ax"
805 .text
/linux-master/arch/powerpc/kernel/
H A Dhead_64.S148 * to be the actual text address, not a descriptor.
677 lis r5,(ABS_ADDR(copy_to_here, text))@ha
678 addi r5,r5,(ABS_ADDR(copy_to_here, text))@l
684 addis r8,r3,(ABS_ADDR(4f, text))@ha
685 addi r12,r8,(ABS_ADDR(4f, text))@l
697 addis r8,r26,(ABS_ADDR(p_end, text))@ha
698 ld r8,(ABS_ADDR(p_end, text))@l(r8)
751 .section ".text";
833 .section ".text";
/linux-master/tools/perf/scripts/python/
H A Dexported-sql-viewer.py186 raise Exception("Query failed: " + query.lastError().text())
454 # Store the pattern in the combo box to keep it with the text value
677 # sqlite supports GLOB (text only) which uses * and ? and is case sensitive
2280 text = "CPU: " + str(cpu)
2283 text = text + " Time: " + str(time_from) + " (+" + ToTimeStr(rel_time_from) + ")"
2284 self.point_label.setText(text)
2312 text = " Time: " + str(time_from) + " (+" + ToTimeStr(rel_time_from) + ") to: " + str(time_to) + " (+" + ToTimeStr(rel_time_to) + ")"
2313 text = text
[all...]
/linux-master/tools/testing/selftests/proc/
H A Dproc-empty-vm.c403 uint64_t text; local
404 p = parse_u64(p, end, &text);
420 * "text" is "mm->end_code - mm->start_code" at execve(2) time.
425 assert(text > 0);
/linux-master/arch/microblaze/lib/
H A Dumodsi3.S11 .text
/linux-master/arch/nios2/boot/compressed/
H A Dhead.S20 .text
/linux-master/arch/arm/mach-omap2/
H A Dsleep24xx.S23 .text
/linux-master/arch/mips/fw/lib/
H A Dcall_o32.S28 .text
/linux-master/arch/arm/mach-imx/
H A Dssi-fiq.S27 .text
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c80 rds.text[sizeof(rds.text) - 1] = '\0';
81 fmdbg("(%d)type: %d, text %s, af %d\n",
82 ret, rds.text_type, rds.text, rds.af_freq);
89 fm_tx_set_radio_text(fmdev, rds.text, rds.text_type);
/linux-master/arch/arm/mach-exynos/
H A Dsleep.S17 .text
/linux-master/arch/x86/purgatory/
H A Dentry64.S13 .text
/linux-master/tools/perf/arch/x86/tests/
H A Dregs_load.S29 .text
/linux-master/arch/x86/entry/vdso/vdso32/
H A Dsigreturn.S10 .text

Completed in 291 milliseconds

<<11121314151617181920>>